> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/master.md).

# Welcome to Chatlayer 👋

This documentation will help you get started on the Chatlayer platform. Using our easy-to-follow tutorials and visual guides, you'll be able to build a voice or chatbot and have personalized conversations with your customers.

<figure><img src="/files/PSvFpJQKfZntn4CFlawD" alt=""><figcaption></figcaption></figure>

## 👉🏻 You're new here?&#x20;

Not sure where to start? We've got you covered with a tutorial that will take you step-by-step through the building process of ChooChoo, a chatbot to book train tickets.&#x20;

{% content-ref url="/pages/hmqJy3fBdWwIavmO9DJk" %}
[Tutorial: your first bot](/~/changes/zWOY8fNiBBrqneKkuGvA/tutorials/tutorial-your-first-bot.md)
{% endcontent-ref %}

You'd like to see more examples of how a chatbot can be useful? Check out some already-made use cases by downloading one of our bot templates.

{% content-ref url="/pages/-M\_QBb6GHsVH1o36qrWB" %}
[Bot templates](/~/changes/zWOY8fNiBBrqneKkuGvA/tutorials/bot-templates.md)
{% endcontent-ref %}

## 👉🏻 Prefer to watch instead of read?&#x20;

You can find our video tutorial series here:

{% embed url="<https://www.youtube.com/playlist?list=PLDWxiKsSIVPJl0zssvGATGsib6Luj0WSH>" %}

## 👉🏻 Not sure how to plan your bot?&#x20;

Learn all there is to know about the upstream steps of bot building so that your project serves your goals.

{% content-ref url="/pages/-MMLea9CIwmkkEGYYV4x" %}
[Planning your bot](/~/changes/zWOY8fNiBBrqneKkuGvA/tutorials/getting-started.md)
{% endcontent-ref %}

<div align="left"><img src="/files/-Md1z6kRiwZb95g7bPm2" alt=""></div>


---

# 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.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/master.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.
