# Install Guides

- [Community Settings](https://docs.staffwatch.app/installation/community-settings.md): Community settings can be hard to understand, so here are some explanations.
- [Discord Permissions](https://docs.staffwatch.app/installation/discord-permissions.md): Setup StaffWatch to use your Discord permissions group to automatically configure staff permissions on the panel!
- [Permission Groups](https://docs.staffwatch.app/installation/permissions.md): Permissions groups are the key to making sure the right people have access to the right functions! Make sure to decide these permissions with care!
- [Manage Subscriptions](https://docs.staffwatch.app/installation/manage-subscriptions.md): StaffWatch subscriptions are managed through Stripe, however, you can use StaffWatch to navigate to the payment management page.


---

# 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://docs.staffwatch.app/installation.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.
