> For the complete documentation index, see [llms.txt](https://pokecloud.gitbook.io/pokecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokecloud.gitbook.io/pokecloud/master/admin-guides/community-setup.md).

# Community Setup

{% hint style="danger" %}

### **To gain access to PokeCloud on your server for free, you must** [**REGISTER HERE**](https://airtable.com/shrI7rdyfO9vzaDR3)**. If you have done this, please continue...**

{% endhint %}

#### **The invite link will be sent out via Discord once approved. Also don't forget to join the** [**PokeCloud Discord**](https://discord.gg/2st78mT) **for faster approval and of course to keep up with what's happening with the bot.**

### Permissions

The following permissions are granted to the "PokeCloud" role upon inviting the bot. This role will be created automatically. By default, these permissions are also granted if the bot has `read` and `send` permissions in a channel. This allows community leaders to choose what channels the bot has access to.

* Manage Roles
* Create Instant Invite
* Change Nickname
* Send Messages
* Embed Links
* Read Message History
* Use External Emojis
* Manage Channels
* Manage Nicknames
* Read Messages
* Manage Messages
* Attach Files
* Add Reactions

### Automatic Channel Creation

PokeCloud will create 2 channels upon joining your server. The channels will be at the very top of your channels list. Feel free to move these channels anywhere you want them.

{% hint style="info" %}
Be sure PokeCloud has `read` and `send` message permissions.
{% endhint %}

{% tabs %}
{% tab title="#pokecloud-admin" %}
**Usage:**\
\- Update all server settings\
\- Create nests\
\- Delete nests\
\
**Permissions:**\
\- Server owner has `READ_MESSAGES` and `SEND_MESSAGES` permissions\
\- Everyone does not have `READ_MESSAGES` and `SEND_MESSAGES` permissions
{% endtab %}

{% tab title="#view-nests-here" %}
**Usage:**\
**-** List Nests\
\- Report a nesting species\
\- Update nests/migrations.\
\
**Permissions:**\
\- Server owner has `READ_MESSAGES` and `SEND_MESSAGES` permissions\
\- Everyone has `READ_MESSAGES` permissions\
\- Everyone does not have `SEND_MESSAGES` permissions
{% endtab %}
{% endtabs %}


---

# 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://pokecloud.gitbook.io/pokecloud/master/admin-guides/community-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.
