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

# Initial Setup

PartyBeast requires very little initial setup to get a category with temporary channels working.

1\) Invite PartyBeast with this link if you haven't done so already - [Click To Invite](https://discord.com/login?redirect_to=%2Foauth2%2Fauthorize%3Fclient_id%3D409822832256876545%26permissions%3D286270512%26scope%3Dbot%2520applications.commands)\
2\) Once PartyBeast is invited type **/setup** in a channel PartyBeast can read messages in.

{% hint style="info" %}
We'd recommend reading the [permissions ](/partybeast/helptopics/permissions.md)article at this point to ensure you understand the permissions PartyBeast requires to function correctly.
{% endhint %}

3\) If this is the first time you've run **/setup** in your server PartyBeast will create a new category named *NEW PARTYBEAST CATEGORY* with a voice creator inside called *Join Here* and the following message:

![](/files/1JjybuVsLxzLEG802GTS)

You're done, PartyBeast is now setup in its most basic form.\
You can now [add additional voice creator channels](/partybeast/helptopics/additional-categories-and-voice-creators.md), set a [templated name for temporary channels](/partybeast/helptopics/changing-the-name-of-created-channels.md) or set [channels to be created in another category](/partybeast/helptopics/setting-a-different-category-for-created-rooms.md).&#x20;

### **Troubleshooting**

As mentioned above PartyBeast requires specific permissions to operate. We have broken these down below into Server, Text Channel and Category Permissions. Any one of these can stop PartyBeast working completely or a specific command to act wonky.

You can use **`!pbpermcheck <ID>`** to check permissions of a channel/category. PartyBeast will send you a DM with a list of required permissions with either a ✔️or ❌next to them.\
You will need to fix the permissions with a ❌next to them for PartyBeast to work as expected.

{% hint style="info" %}
&#x20;**Note:** Replac&#x65;**`<ID>`** with either the category or channel ID you want to check
{% endhint %}

See the [permissions ](/partybeast/helptopics/permissions.md)article for more specific information on the permissions required by PartyBeast


---

# 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://krankey.gitbook.io/partybeast/helptopics/initial-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.
