# Downloads

{% tabs %}
{% tab title="Bot" %}

* Go to our [dashboard](https://dashboard.adonisbots.com/settings) and press "Download bot".
* Unzip this file in any folder (for example: Desktop folder) - your folder should now look something like this:

![](/files/ye0Vdrah0SEVm9jtOzBP)
{% endtab %}

{% tab title="Extension" %}

* Go to our [dashboard](https://dashboard.adonisbots.com/settings) and press "Download extension".
* Enter this in your Chrome / Edge URL bar: chrome://extensions/ and make sure "Developer mode" is enabled on the top rightlike this: ![](/files/yInG0e2IzMxt1nFKh83y)
* Now drag and drop the AdonisExtension.zip file into your Chrome / Edge window. If all done correctly it will show up like this:

![](/files/WUFJlgEIpqn4BzLXoKzt)
{% endtab %}

{% tab title="Empty files" %}
In case you ever need an empty .csv file or settings.json file then you can download them down below:

* [Settings.json](https://adonisbots.com/examplefiles/settings.json)
* [Tasks.csv](https://adonisbots.com/examplefiles/Tasks.csv)
  {% endtab %}
  {% endtabs %}


---

# 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/getting-started/downloads.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.
