> For the complete documentation index, see [llms.txt](https://docs.corraldata.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corraldata.com/kb/getting-started/add-dashboards.md).

# Add Board & widgets

Now that you’ve connected your data sources, it’s time to start building. **Boards** allow you to organize, visualize, and play around with your data. You can add team members to Boards or manage them solo — or a combination of both.

{% @arcade/embed flowId="eTyee61ZnXtIiQqVu6cd" url="<https://app.arcade.software/share/eTyee61ZnXtIiQqVu6cd>" %}

### How it works:

Open the lefthand navigation panel and click **Add Board**. Give your new Board a specific and unique name.&#x20;

To add widgets (data visualizations), click on the <img src="/files/Fm5GeXjpjw9kpDnHY4Un" alt="" data-size="line"> in the lower righthand corner and select **Add Widget via AI**. Tell the AI exactly what you want to build. In just a click, you’ll have a new widget in no time.&#x20;

Add your new widget to the Board and either exit Add Widget via AI mode or type in another prompt to build another widget.

Besides creating new widgets, you can also [duplicate existing widgets](https://docs.corraldata.com/kb/getting-started/duplicating-widgets) from other boards into your new one.

Be sure to [add any teammates](https://docs.corraldata.com/kb/~/changes/S3T9gVEKA5fBFeRV56Dd/getting-started/manage-users) you'd like to have access to your board, too!

{% hint style="info" %}
If you're having trouble and require technical assistance, feel free to reach out to <support@corraldata.com>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.corraldata.com/kb/getting-started/add-dashboards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
