# How to contribute

First of all, thank you for willing to contribute to Member Counter. There are multiple ways you can help us evolve:

1. [GitHub](https://github.com/member-counter/bot) - if you have an idea/suggestion or a bug to report, head over to «[Issues](https://github.com/member-counter/bot/issues)» tab. Please read template carefully and respond to the questions in it.\
   If you have enough knowledge and understand codebase of the bot well, don't hesitate to make a pull request describing your feature or fix implementation, we will be glad to accept your help.
2. [Tolgee](https://tolgee.membercounter.app/) - if you know multiple languages and have experience with localization and i18n, feel free to assist us with translating the bot on your language! To sign up with Discord, press «Sign Up with OAuth2» on [sign up page](https://tolgee.membercounter.app/sign_up).
3. [Donation](https://membercounter.app/donors) - if you're willing to support us financially, head over to our donors page. You'll be rewarded with credits for custom bot, badge, dedicated line of support in our Discord server and shown on the page as well.


---

# 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/how-to-contribute.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.
