> For the complete documentation index, see [llms.txt](https://communityone.gitbook.io/communityone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://communityone.gitbook.io/communityone/feature-deepdive/quick-start.md).

# Quick Start

> **Click** [**here**](https://discord.com/oauth2/authorize?client_id=1069423090225918082\&permissions=275146722545\&integration_type=0\&scope=applications.commands+bot\&redirect_uri=https%3A%2F%2Fcommunityone.io%2Fdashboard%2Fbot-auth-complete%2F%3Fsource%3Dgitbook\&response_type=code) **to introduce our bot to your server.**

## Add CommunityOne bot to your Discord

1. Check out about our features here: [https://communityone.io](https://communityone.io/spark)
2. After signing up, follow the instructions to[ add CommunityOne](https://discord.com/oauth2/authorize?client_id=1069423090225918082\&permissions=275146722545\&integration_type=0\&scope=applications.commands+bot\&redirect_uri=https%3A%2F%2Fcommunityone.io%2Fdashboard%2Fbot-auth-complete%2F%3Fsource%3Dgitbook\&response_type=code) to your Discord.&#x20;
3. Discord will prompt you to add CommunityOne to a server you own. Select the server you would like to add it to and hit "Continue"

> **Click** [**here**](https://discord.com/oauth2/authorize?client_id=1069423090225918082\&permissions=275146722545\&integration_type=0\&scope=applications.commands+bot\&redirect_uri=https%3A%2F%2Fcommunityone.io%2Fdashboard%2Fbot-auth-complete%2F%3Fsource%3Dgitbook\&response_type=code) **to introduce our bot to your server.**

<figure><img src="/files/50PkM3C08HXZwcZHZdEf" alt=""><figcaption></figcaption></figure>

## Make sure to give us all the permission.

Make sure not to tick off any permissions. We are asking for the minimum required to make the bot work. Our bot would also check to confirm that we have all the required permissions. In cases where we miss some permissions, you should receive an error message either on your DM or any public channel. You can always use /check-configuration to see if we miss any permissions.&#x20;

Please check [here](https://communityone.io/bot-security/) on a list of permissions that we need and why we need them.

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

## Use "/Communityone-setup" as your home-bottom

You should automatically see a channel called “#communityone-setup.” Suppose you don’t see the channel, type “*/communityone\_setup*,” and it should pop up. Think about this as your homepage. You can always come back to the “*#communityone-setup*” channel.

<figure><img src="https://lh7-us.googleusercontent.com/i0KCD4Ukj-CLcolZT_GzHJN_t_p79S-9PaOx6yasXGOHLC0qdFUW65BodmQJxVUrgJqzpjryEganmX3-kTWQIboyZ2nq7Orew_QmHN9TYhBpmrihoLRhqoeTRFoH3_5TAwekc6QHVKxnGVQOysefEiA" alt=""><figcaption><p>New channel, if not shown, run "/communityone-setup"</p></figcaption></figure>

## Go to our dashboard for configuration

Click on "**Configure me**!" and start setting up your bot via our website dashboard.

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

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

{% hint style="info" %}
Join [Discord](https://discord.gg/nVqt3z78Mw) for questions, comments, and a little gift <img src="https://fonts.gstatic.com/s/e/notoemoji/latest/1f381/512.gif" alt="🎁" data-size="line"> or back to [CommunityOne Home](https://communityone.io/)
{% 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://communityone.gitbook.io/communityone/feature-deepdive/quick-start.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.
