# Miscellaneous

**APPLICATION**

* Let the support server know you applied

```
/application [job]
```

***

BOT

* Get basic bot info

```
/bot
```

***

**BOTINFO**

* Get more detailed bot info

```
/botinfo
```

**BOTINVITE**

* Get the bot's invite link

```
/botinvite
```

***

**CHANGELOG**

* See the changelog

```
/changelog
```

***

**DONATE**

* Donate to the support server

```
/donate
```

***

**GUILDSETTINGS**

* See the guilds database settings

```
/guildsettings
```

***

**HELP**

* Get a list of commands

```
/help
```

***

**LATENCY**

* Check the bot's latency

```
/latency
```

***

**LEVEL**

* Check your level in the level system

```
/level
```

***

**NOTIFICATIONS**

* Turn on a notification

```
/notifications subscribe
```

* Turn off a notification

```
/notifications unsubscribe
```

***

**SCREENSHARE**

* Stream your screen

```
/screenshare
```

***

**SELFHARM**

* Posts an anti-suicide message and messages the user to see if they need help

```
/selfharm
```

***

**SERVER**

* Get the server's basic info

```
/server
```

***

**SETREMINDER**

* Set a reminder

```
/setreminder [reminder] [day] [month] [year]
```

***

**STREAM**

* Post what you are streaming and where someone can find the stream

```
/stream [platform] [activity]
```

***

**SUGGEST**

* Make a suggestion for the bot and/or support server

```
/suggest [suggestion]
```

***

**SUPPORT**

* Get an invite to the support server

```
/support
```

***

**TODO**

* Check the todo list

```
/todo
```

***

**USERINFO**

* Check someone's user info

```
/userinfo
```


---

# 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/miscellaneous.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.
