# Basic Info

When creating a bot, you can:

* upload any image to represent your avatar
* give it a name
* give it a category so that other people can have an easier way of finding it
* Assign the bot its own unique URL which will make it easier to get to the bots page.
* give it a description to help other users know more about the bot

{% hint style="info" %}
The bot's basic info will not impact how the bot will behave but it will let people know more about the bot before interacting with it.
{% endhint %}


---

# 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://mebot.gitbook.io/mebot-docs/basics/images-and-media/interactive-blocks.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.
