# General Settings and Collaboration

- [Settings](https://documentation.botghost.com/general-settings-and-collaboration/settings.md): Your Bots Settings and Presence
- [Collab](https://documentation.botghost.com/general-settings-and-collaboration/collab.md): With these features, you can invite others to edit and work on your bot.
- [Status](https://documentation.botghost.com/general-settings-and-collaboration/status.md): Change the "Listening to 👻 Made with BotGhost.com 👻" status to something of your own!
- [Marketplace](https://documentation.botghost.com/general-settings-and-collaboration/marketplace.md): Get the perfect commands for your server, already built for you.


---

# 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://documentation.botghost.com/general-settings-and-collaboration.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.
