> 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/enabling-slash-commands.md).

# Enabling Slash Commands

**If you are setting PartyBeast up after April 1st 2022 you can ignore this page**

As of April 30th 2022 Discord and PartyBeast will be ending support for message commands - that is any command that starts with !pb.

With that in mind you are required to give PartyBeast the correct permissions to allow it to create and use slash commands in your server.

To do so simply click this link and follow the instructions: [Authorise Slash Commands Link](https://discord.com/api/oauth2/authorize?client_id=409822832256876545\&permissions=285221936\&scope=bot%20applications.commands)\
**YOU DO NOT NEED TO KICK PARTYBEAST!**

You will be given the standard Discord Bot invite flow like below:

![](/files/5PgFN0GJtliZjj4qLUpI)

Follow through the steps as normal and slash commands should appear in your server like this:\
**Commands can take up to an hour to appear in a server**

![](/files/5NljuRhUHzrNVYamaDAf)


---

# 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/enabling-slash-commands.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.
