# Welcome to Adonis

## Overview

In this guide you will find general tips / setup guides for every single website we support.

Make sure to take a look around and if you still have questions feel free to open a ticket in our discord server.

## Quick links

{% content-ref url="getting-started/downloads" %}
[downloads](https://bot.adonisbots.com/getting-started/downloads)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="getting-started/first-time-setup" %}
[first-time-setup](https://bot.adonisbots.com/getting-started/first-time-setup)
{% endcontent-ref %}

{% content-ref url="site-guides/supported-sites" %}
[supported-sites](https://bot.adonisbots.com/site-guides/supported-sites)
{% endcontent-ref %}


---

# 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://bot.adonisbots.com/welcome-to-adonis.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.
