# Invite Tracking

- [Introduction to Invite Tracking](https://docs.sxbot.io/invite-tracking/introduction-to-invite-tracking.md)
- [Setup Invite Logging](https://docs.sxbot.io/invite-tracking/setup-invite-logging.md): How to track invites in your Discord server
- [Invite Join Messages](https://docs.sxbot.io/invite-tracking/invite-join-messages.md): Invite join messages allow you to customize welcome messages in your server using certain data such as the the member joining, the inviter, the inviter's total invites, invite code used, etc!
- [Invite Leaderboard](https://docs.sxbot.io/invite-tracking/invite-leaderboard.md)
- [Invite Counts](https://docs.sxbot.io/invite-tracking/invite-counts.md)
- [FAQ](https://docs.sxbot.io/invite-tracking/faq.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.sxbot.io/invite-tracking.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.
