# Community Engagement

- [Leveling](https://documentation.botghost.com/community-engagement/leveling.md): Setup an awesome leveling system for your server!
- [Temp Voice Channels](https://documentation.botghost.com/community-engagement/temp-voice-channels.md): Create temporary voice channels using hubs and personalised settings!
- [Suggestions](https://documentation.botghost.com/community-engagement/suggestions.md): Let your members make your server even better by posting suggestions!
- [Invite Tracker](https://documentation.botghost.com/community-engagement/invite-tracker.md): Motivate your server members with a count and leaderboard that keeps track of the people they invited!
- [Starboard](https://documentation.botghost.com/community-engagement/starboard.md): Post the most liked messages of your server in a special channel!
- [Question Of The Day](https://documentation.botghost.com/community-engagement/question-of-the-day.md): Boost the engagement of your server with daily questions to answer!


---

# 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/community-engagement.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.
