# Member Counter Documentation

{% hint style="warning" %}
All pages present are work in progress. If you see some inconsistency or you'd like to see something explained better, feel free to express your concern in [our discord server](https://discord.com/invite/g4MfV6N).
{% endhint %}

You can [add Member Counter](https://membercounter.app/invite) to your server to try it or [get support](https://discord.com/invite/g4MfV6N) if you didn't find an answer to your question or problem in these docs.

{% content-ref url="readme/counters-list" %}
[counters-list](https://docs.member-counter.eduardozgz.com/readme/counters-list)
{% endcontent-ref %}

{% content-ref url="readme/using-the-bot" %}
[using-the-bot](https://docs.member-counter.eduardozgz.com/readme/using-the-bot)
{% endcontent-ref %}

{% content-ref url="readme/custom-bot" %}
[custom-bot](https://docs.member-counter.eduardozgz.com/readme/custom-bot)
{% endcontent-ref %}

{% content-ref url="readme/misc" %}
[misc](https://docs.member-counter.eduardozgz.com/readme/misc)
{% endcontent-ref %}

{% content-ref url="how-to-contribute" %}
[how-to-contribute](https://docs.member-counter.eduardozgz.com/how-to-contribute)
{% endcontent-ref %}


---

# 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.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.
