# Using the bot

- [Adding bot to the server](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/adding-bot-to-the-server.md)
- [Bot Commands](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands.md)
- [info](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands/info.md): List of useful links and other information.
- [profile](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands/profile.md): Shows related information between you and this bot.
- [invite](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands/invite.md): Provides an invite link to add the bot.
- [configure](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands/configure.md): Get the link to configure the bot on the website.
- [setup](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/bot-commands/setup.md): Set up some basic counters.
- [Quick-Setup](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/more-on-complex-counters.md)
- [Creating your first counter](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/create-from-scratch.md)
- [Customizing counters](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/customizing-counters.md)
- [More on complex counters](https://docs.member-counter.eduardozgz.com/readme/using-the-bot/more-on-complex-counters-1.md)


---

# 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://docs.member-counter.eduardozgz.com/readme/using-the-bot.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.
