> For the complete documentation index, see [llms.txt](https://docs.zingyawesome.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingyawesome.com/installation/2.-download-and-setup.md).

# 2. Download and Setup

## Download ZeoBot

1. Visit our [BuiltByBit](https://builtbybit.com/resources/18768/) page and press **download**. You must be logged in with the account you purchased ZeoBot on.
2. Navigate to your **downloads** folder and unzip the bot archive.
3. Open `settings.yml` and insert your **bot token** and your **license key** into `bot_token` and `license` respectively.&#x20;

{% hint style="info" %}
Join our [Discord server](https://discord.gg/c4aKrWf3bv) to obtain your license key.
{% endhint %}

## Configure ZeoBot

Use the detailed configuration files to configure the bot to fit your needs. Follow the guidance of the comments to help you configure the bot, however if you need any further assistance, do not hesitate to join our [Discord server](https://discord.gg/c4aKrWf3bv) for help.

You can configure settings in `settings.yml`, permissions in `permissions.yml` and commands in `commands.yml`. You can also configure embeds in `embeds.yml` and components in `components.yml`.&#x20;

{% hint style="warning" %}
Ensure all the channels and roles you configure in `settings.yml` and `permissions.yml` exist on you server.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zingyawesome.com/installation/2.-download-and-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
