# Creating

To get started with setup, run the `/setup server` command and fill in the options

<figure><img src="/files/btBQR1VYsIuoed4o8rHf" alt=""><figcaption><p>Setup Command</p></figcaption></figure>

{% tabs %}
{% tab title="Required Options" %}

* `platform` - The platform you want to setup the vote tracker on
  {% endtab %}

{% tab title="Optional Options" %}

* `role` - Role to be given to users after they vote
* `duration` - How long user should keep the role specified above
* `ping` - Should the voter be pinged in the vote message
* `channel` - The channel to send your vote message in
  {% endtab %}
  {% endtabs %}

<figure><img src="/files/KIBVZPadPV2zIovvWvDL" alt=""><figcaption><p>Options have been filled out</p></figcaption></figure>

Once you have filled out the options, run the command. Upon doing so, a pop-up will appear allowing you to customise the embed on your vote message. Please see below for details about required & optional fields as well as default values

<figure><img src="/files/fZtQYBBrVCerY1axc2m2" alt=""><figcaption><p>Vote Embed Builder</p></figcaption></figure>

{% hint style="info" %}
You can use variables to have vote information in your vote message. see [here](/variables.md) for more details
{% endhint %}

{% tabs %}
{% tab title="Required Fields" %}

* **Title** - title of the embed
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Variables are supported</mark>
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Markdown is supported</mark>
* **Color** - color of the left border on the embed
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Variables are supported</mark>
  * <mark style="color:red;">**✗**</mark> <mark style="color:red;">- Markdown is not supported</mark>
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Allowed formats</mark>
    * Hex code (Ex `#0bbbb7`)
    * Integer (Ex `0x0bbbb7`)
    * RGB color values (Ex `11, 187, 183`)
    * Preset (Ex `Red`)
* **Description** - main content of the embed
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Variables are supported</mark>
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Markdown is supported</mark>
* **Footer** - small text at the bottom of the embed
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Variables are supported</mark>
  * <mark style="color:red;">**✗**</mark> <mark style="color:red;">- Markdown is not supported</mark>
    {% endtab %}

{% tab title="Optional Fields" %}

* **Image** - big image in the embed. Appears below the description
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Variables are supported</mark>
  * <mark style="color:red;">**✗**</mark> <mark style="color:red;">- Markdown is not supported</mark>
  * <mark style="color:green;">**✓**</mark> <mark style="color:green;">- Allowed formats</mark>
    * Any `https`or `http` link to an image file
      {% endtab %}
      {% endtabs %}

Once you have made your custom embed, press the submit button. This will close the pop-up, and you will be sent a message similar to the following

<figure><img src="/files/IdD99gs2aVaxRQTOMdpQ" alt=""><figcaption><p>Last step in Discord</p></figcaption></figure>

* **1**: These are the next steps for your setup. You can find more detail about them by going to the page in our docs for the bot list you are using:
  * [Discord Servers](/servers/create/discord-servers.md)
  * [Disurl](/servers/create/disurl.md)
  * [Infinity Bots](/servers/create/ibl.md)
  * [Discadia](/servers/create/discadia.md)
  * [Discord Place](/servers/create/discord-place.md)
* **2**: Details about your vote tracker including the channel, role & duration
* **3**: This is the authentication password for your tracker. **Do not share this with anyone else!** We also recommend keeping this somewhere safe as you may need it later
* **4:** The second embed is a preview of your vote message

To continue your setup, please go to the URL provided in the above embed (#1). Here you should find a place to input the webhook URL provided in the above embed (#2) and the password (#6). If you can't find it please go to our docs page from the bot list you are using.


---

# 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.votemanager.xyz/servers/create.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.
