> For the complete documentation index, see [llms.txt](https://docs-latam.messaging.sinch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-latam.messaging.sinch.com/ia-conversational.md).

# IA CONVERSATIONAL

- [Planning your bot](https://docs-latam.messaging.sinch.com/ia-conversational/untitled.md): Before you start building your bot on our platform, there are a few strategic steps to consider. From defining the use cases to crafting a bot personality – here's how to get started.
- [Creating a new bot](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-10.md)
- [Adding content to your bot](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-9.md): In the previous tutorial, we created a new bot and added a greeting. Now it's time to add some more content. We will start with some basic bot responses to frequently asked questions from users.
- [Detecting information in expressions](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-9/detecting-information-in-expressions.md): In the previous tutorial, you learned about intents and expressions. In this section, we'll cover another important part of bot building: entities.
- [Asking user info through input validation](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-9/asking-user-info-through-input-validation.md): You have now built the basic version of the Choo Choo bot, great! Next up is working with input validation. Often, the bot can grab information from expressions, using input validation.
- [Flow navigation with variables](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-9/flow-navigation-with-variables.md)
- [Bot dialogs](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-8.md)
- [Bot message](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-8/bot-message.md)
- [Go To](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-8/go-to.md)
- [Input Validation](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-8/input-validation.md)
- [Action](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-8/action.md)
- [Publishing & platform URLs FAQ](https://docs-latam.messaging.sinch.com/ia-conversational/untitled-1.md)


---

# 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-latam.messaging.sinch.com/ia-conversational.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.
