# Owner

**ADMIN**

* PLEASE SEE THIS PAGE TO SEE THE BREAKDOWN OF THIS COMMAND

{% content-ref url="/pages/nWi6a9idZw9GLqAMmywR" %}
[Admin Command](/prometheus/command-breakdown/admin-command.md)
{% endcontent-ref %}

***

BACKUP

* Check the list of backups

```
/backup [check]
```

* Create a backup

```
/backup [create]
```

* Delete a backup

```
/backup [delete] [backup ID]
```

* Load a backup

```
/backup [load] [backup ID]
```

***

**CHANNEL**

* PLEASE SEE THIS PAGE TO SEE THE BREAKDOWN OF THIS COMMAND

{% content-ref url="/pages/aYJwZotmjl9Wn5gfWvj5" %}
[Channel Command](/prometheus/command-breakdown/channel-command.md)
{% endcontent-ref %}

***

**CLONE**

* Clone and delete the channel

```
/clone [yes]
```

* Clone and keep the channel

```
/clone [no]
```

***

**CREATEINVITE**

* Create an invite

```
/createinvite
```

***

**MOD**

* Add someone to the mod team

```
/mod [add] [user]
```

* Remove someone from the mod team

```
/mod [remove] [user]
```

***

**PRUNE**

* Prune messages from a specific user

```
/prune [user] [amount of messages]
```

***

**ROLE**

* Create a role

```
/role [create] [name] [reason]
```

* Delete a role

```
/role [delete] [role] [reason]
```

* Edit a role

```
/role [edit] [role] [component] [new content]
```

***

**SLOWMODE**

* Set a channel's slowmode

```
/unban [user ID] [reason]
```

***

**TRANSCRIPT**

* Get a channel's transcript

```
/unban [user ID] [reason]
```


---

# Agent Instructions: 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:

```
GET https://sambeano7.gitbook.io/prometheus/commands/guild-owner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
