> For the complete documentation index, see [llms.txt](https://help.cosmobots.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cosmobots.io/help/bot-builder/criar-o-bot/configuracoes-do-bot/geral.md).

# Geral

## Nome do bot

1-Aqui vai definir o nome que aparecerá em seu Bot:

![](/files/J4MxpKKROFbYda6RNY90)

{% hint style="warning" %}
Lembrando que esse não é o nome que aparecerá para o usuário, apenas para você na sua lista de Bots.
{% endhint %}

## Descrição

1-Aqui você pode colocar uma descrição sobre a função do seu Bot:

![](/files/8HvNpE26VhajTKnEHwHn)

{% hint style="info" %}
Essa descrição ajuda muito quanto se tem vários Bots tratando de assuntos diferentes na mesma conta.
{% endhint %}

## Avatar

1- Aqui você pode definir a imagem/foto de seu Bot. Disponibilizamos algumas opções da plataforma ou se preferir, você pode fazer ‘upload’ da sua própria imagem clicando no ícone de ‘upload’ e selecionando-a:

![](/files/tAnpstmzHr2tdcNWQ4cI)

## Exclusão do bot

1- Para excluir o Bot, basta clicar em Excluir Bot, digitar o nome do Bot e confirmar a exclusão:

![](/files/JZGFLKpDAr77AITsnWKT)

{% hint style="danger" %}
Uma vez excluído, não é possível recuperar o bot.
{% endhint %}


---

# 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://help.cosmobots.io/help/bot-builder/criar-o-bot/configuracoes-do-bot/geral.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.
