> For the complete documentation index, see [llms.txt](https://docs.toucanai.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toucanai.cloud/getting-started/welcome-to-toucan-ai.md).

# Welcome to Toucan AI

### Your First Steps

#### First Login Experience

After signing in, you’ll land on your organization’s dashboard.\
The interface is tailored to your organization and your user role, so you see exactly what matters to you.

***

#### UI Overview

* The left sidebar gives you quick access to key sections: **Library**, **Chat**, **Databases**, and **Settings**.
* The main area displays your recent visualizations—dashboards and charts at a glance.
* Use the **“Add a visualization”** button to start building a new chart or dashboard.
* The search bar at the top lets you describe what you want to create in natural language—let AI do the heavy lifting.

<figure><img src="/files/7Px3OkcAElXwBOqaps9l" alt="Toucan AI Home"><figcaption></figcaption></figure>

***

#### Navigation Basics

* Switch between Library, Chat, and Databases using the sidebar.
* View and manage your recent visualizations right from the main dashboard.
* Access organization and account settings from the lower section of the sidebar.

***

#### Where to Start

1. **Connect your data sources** in the Databases section.<br>

   <figure><img src="/files/NEvqa3sCYjdpnkTAd5go" alt="Add a database"><figcaption></figcaption></figure>
2. Use the **Library** to view, create, and organize charts and dashboards.<br>

   <figure><img src="/files/GGE9VfqVMhFnXIIrSQs6" alt="Toucan AI Library"><figcaption></figcaption></figure>
3. Create new visualizations by clicking **“Add a visualization”** or using the search bar.<br>

   <figure><img src="/files/Gl2E1wz62gtf4KngN3ha" alt="Create a chart"><figcaption></figcaption></figure>
4. Manage organization settings and user roles from the **Settings** menu.<br>

   <figure><img src="/files/tcUXeDGTIKpkDvNGk8Nf" alt="Toucan AI Settings"><figcaption></figcaption></figure>

***

### Summary

On your first login, you’re guided to set up your organization.\
The UI is designed for easy navigation between data, charts, dashboards, and embedding options.\
Start by connecting your data, then use AI or manual tools to build and embed analytics features—quickly and efficiently.


---

# 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.toucanai.cloud/getting-started/welcome-to-toucan-ai.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.
