# Getting started

### Welcome to Toucan AI!

{% hint style="info" %}
**Target Audience:** Non technical users & Developers
{% endhint %}

Toucan AI is an analytics platform designed to embed data visualizations and conversational AI directly into software products.

***

### The Documentation Promise

This documentation provides the technical and conceptual framework to:

* Understand platform capabilities and limitations.
* Build and embed self-service analytics end-to-end.
* Deploy to production without ongoing Toucan support.

***

### Quick Start Path

To reach first value quickly, follow the Golden Path:

1. **Core Concepts:** Understand the Toucan mental model.
2. **Build:** Connect data and create your first chart.
3. **Embed:** Integrate the visualization into your application via Web Component.


---

# Agent Instructions: 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:

```
GET https://docs.toucanai.cloud/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
