# Start Here

Welcome to Cortado AI! We created this site to help guide you through the setup of your very own AI Agents, and answer any questions that might come up along the way. We are constantly updating this guide as we roll out fresh features, so don't forget to check back in every once in a while.

{% hint style="success" %}
Don't have an account yet? [Book a demo](https://cortado-ai.com/demo) or contact us at <support@cortado-ai.com> with any questions you might have.
{% endhint %}

## :wave: Getting Started

<details>

<summary>1) Sync your PMS</summary>

* [**Sync your PMS**](#sync-your-pms)

</details>

<details>

<summary>2) Understand your AI</summary>

* [**What does my AI know?**](/cortado-ai-docs/getting-started/understand-your-ai/what-does-my-ai-know.md)
* [**When will my AI respond?**](/cortado-ai-docs/getting-started/understand-your-ai/when-will-my-ai-respond.md)

</details>

<details>

<summary>3) Activate your AI Agents</summary>

* [**Add Notes**](/cortado-ai-docs/getting-started/activate-your-ai-agents/add-notes-to-your-notebook.md)
* [**Test your AI Agents**](/cortado-ai-docs/getting-started/activate-your-ai-agents/test-in-copilot-mode.md)
* [**Go live with Autopilot**](/cortado-ai-docs/getting-started/activate-your-ai-agents/go-live-with-autopilot.md)

</details>

## :thinking: Dig Deeper

Interested in learning more? Check out one of the following sections:

{% content-ref url="/pages/U3veX8JwLAyAJ11hLRke" %}
[Route to Host](/cortado-ai-docs/ai-101/route-to-host.md)
{% endcontent-ref %}

{% content-ref url="/pages/vJZFyAHFrzE7FXsg0mgc" %}
[Procedures](/cortado-ai-docs/procedures/overview.md)
{% endcontent-ref %}


---

# 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://cortado-ai.gitbook.io/cortado-ai-docs/readme.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.
