# 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: 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.zingyawesome.com/installation/2.-download-and-setup.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.
