> For the complete documentation index, see [llms.txt](https://premint.gitbook.io/vulcan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://premint.gitbook.io/vulcan/products/bots/floor-bot.md).

# Floor Bot

To begin, please ensure that the Vulcan Authentication role has the following permissions in your server. It must be able to see your desired support channels. *<mark style="color:red;">**Double-check your channel overrides to ensure Vulcan has sufficient access to broadcast the support ticket webhook. A warning will appear on the setup screen if Vulcan lacks sufficient permissions and the configuration cannot be saved. You can find how to set up channel permissions under the**</mark>* [*<mark style="color:purple;">**Getting Started**</mark>*](https://help.vulcan.xyz/getting-started) *<mark style="color:red;">**document section.**</mark>*

Start by navigating to the Floor Bot option on the left side menu of your Vulcan Dashboard.

<figure><img src="/files/h5XBuooRSiOSTaPhUV4n" alt=""><figcaption></figcaption></figure>

Then select Add Floor Bot, within this page you can either select an existing collection from your Art Bot configuration or set up fresh from either contract or OpenSea Collection.

<figure><img src="/files/4LmplIwiatGqYUDZ6Zvf" alt=""><figcaption></figcaption></figure>

In this example, I'll set up fresh from Opensea Collection by pasting in the rest of the URL following opensea.io/collection/.

<figure><img src="/files/jmB1shxA9tUHyfLxnG9n" alt=""><figcaption></figcaption></figure>

Next, write the nickname for this Floor Bot configuration. This will be for dashboard organizing purposes only. Then the command you would like your users to use to show the collection.

<figure><img src="/files/qhTVsJdT9j810QrW3Tf7" alt=""><figcaption></figcaption></figure>

Finally, click Set Up Now under the No Floorbot Channels and toggle which channels you'd like the art bot to be used in.

<figure><img src="/files/pX5aNCVt0yFAgDAWsRvL" alt=""><figcaption></figcaption></figure>

Once saved you're ready to go. Below is an example flow.

<figure><img src="/files/s3AtwgyBWIiOSaVUJGPx" alt=""><figcaption></figcaption></figure>


---

# 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://premint.gitbook.io/vulcan/products/bots/floor-bot.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.
