> For the complete documentation index, see [llms.txt](https://docs.invitelogger.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.invitelogger.me/general-topics.md).

# General topics

- [Invite tracking](https://docs.invitelogger.me/general-topics/invite-tracking.md)
- [Setup Invite Tracking](https://docs.invitelogger.me/general-topics/invite-tracking/setup-invite-tracking.md)
- [Edit join-leave messages](https://docs.invitelogger.me/general-topics/invite-tracking/edit-join-leave-messages.md)
- [Edit log messages with the dashboard](https://docs.invitelogger.me/general-topics/invite-tracking/edit-join-leave-messages/edit-log-messages-with-the-dashboard.md)
- [Edit log messages using commands](https://docs.invitelogger.me/general-topics/invite-tracking/edit-join-leave-messages/edit-log-messages-using-commands.md)
- [What is a fake invite ?](https://docs.invitelogger.me/general-topics/invite-tracking/what-is-a-fake-invite.md): How does InviteLogger tells that an invite is valid or fake ?
- [Fake parameters](https://docs.invitelogger.me/general-topics/invite-tracking/what-is-a-fake-invite/fake-parameters.md)
- [Unable to tell who invited ?](https://docs.invitelogger.me/general-topics/invite-tracking/unable-to-tell-who-invited.md): You are stuggling with the bot unable to figure out who invited whom?
- [Required permissions](https://docs.invitelogger.me/general-topics/invite-tracking/required-permissions.md): What are the required permissions for the bot to work correctly ?
- [Permission to give a role](https://docs.invitelogger.me/general-topics/invite-tracking/required-permissions/permission-to-give-a-role.md)
- [Slash Commands](https://docs.invitelogger.me/general-topics/commands.md)
- [🏅 Rewarding](https://docs.invitelogger.me/general-topics/commands/rewarding.md): Informations about reward related commands (pbi only)
- [🌀 Config](https://docs.invitelogger.me/general-topics/commands/config.md): Informations about configuration commands
- [💨 Invites](https://docs.invitelogger.me/general-topics/commands/invites.md): Informations about invite related commands
- [👑 Premium](https://docs.invitelogger.me/general-topics/commands/premium.md): Informations about premium commands
- [💠 Utils](https://docs.invitelogger.me/general-topics/commands/utils.md): Informations about utils commands
- [Integrations](https://docs.invitelogger.me/general-topics/integrations.md): Integrate InviteLogger with cool external services
- [Miki](https://docs.invitelogger.me/general-topics/integrations/miki.md): Miki X InviteLogger
- [Double Counter](https://docs.invitelogger.me/general-topics/integrations/doublecounter.md): Link InviteLogger & Double Counter
- [Configuration](https://docs.invitelogger.me/general-topics/configuration.md)
- [Miscellaneous](https://docs.invitelogger.me/general-topics/configuration/miscellaneous.md)
- [Leaderboard](https://docs.invitelogger.me/general-topics/configuration/leaderboard.md): Tweak your InviteLogger leaderboard
- [Commands](https://docs.invitelogger.me/general-topics/configuration/commands.md)
- [Action Logs](https://docs.invitelogger.me/general-topics/configuration/action-logs.md)
- [Upgrade ⬆️](https://docs.invitelogger.me/general-topics/upgrade.md): Learn more about our premium services


---

# 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://docs.invitelogger.me/general-topics.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.
