# Welcome!

## Welcome to Tavi's Page API

All the documentation regarding fetching bans and tokens can be found here. Additionally, they have been made simple so you can get started without hassle. As always, if you have any questions, concerns, comments, or suggestions, you are always welcome to join the support server for help.

{% hint style="info" %}
You can join the support server here: <https://discord.gg/VZf7Mn6jVX>
{% endhint %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API.

{% hint style="warning" %}
All responses in the API versions (Excepting the Standards page) have been prettified, meaning they are formatted for easy viewing. The server **will not** send prettified responses, rather ones similar to the ones present in the Standards page. You should not expect prettified responses.
{% 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://api-docs.tavis.page/welcome.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.
