# Inicio

How to build an AI Bot and quickly integrate it within the current business.

It all comes down to writing a good base system prompt.

The base system prompt is where you tell the chatbot how to act and respond.

It's also where you control the chain of thought for the bot and how you want users to interact with the bot.

Some of the elements that makeup the base system prompt are things like Personality, role, goal etc.


---

# 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://lety.gitbook.io/lety-docs/agente-chatbot/inicio.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.
