# FAQ

## Why does It show "Unavailable" in the Invite section?

The bot is only able to track invites for members who join after you setup Invite logging. For members who joined prior, we are still able to detect some information such as the Server Join Date, but the Invite code and Creator will be unknown as this data is not available to the bot. This isn't the case only for this bot, but any other bot that tracks invites.

{% hint style="info" %}
In rare cases, it might show unavailable if the member joined with discovery, as there is no way to detect that as of yet.
{% endhint %}


---

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