# Home

### Considering purchasing StaffWatch?

For a full list of features, and information on pricing, visit our [homepage](https://staffwatch.app)!

### Trying to join a community?

Are you a staff member trying to moderate an existing community on StaffWatch? If so, we have a few guides that should hopefully help you out! Our **Quick Setup** guide (the first link below) gives a general overview of how to get started with our website! If you need a little extra help you can check out our **Using the Site** guide for more information on specific topics!

{% content-ref url="general-guides/user-guide" %}
[user-guide](https://docs.staffwatch.app/general-guides/user-guide)
{% endcontent-ref %}

{% content-ref url="user-guides" %}
[user-guides](https://docs.staffwatch.app/user-guides)
{% endcontent-ref %}

### Looking for help creating a community?

Just purchased StaffWatch but you don't know what to do now? Luckily, we have some pretty sick setup guides to help you get everything running. The guide below should be enough for most users, but if you run into any issues or need additional help feel free to join the [Discord](https://discord.gg/TwefYUf).

{% content-ref url="general-guides/developer-guide" %}
[developer-guide](https://docs.staffwatch.app/general-guides/developer-guide)
{% endcontent-ref %}

{% content-ref url="installation" %}
[installation](https://docs.staffwatch.app/installation)
{% endcontent-ref %}

### Want personalized support?

[Join our Discord for updates, support, and much more!](https://discord.gg/TwefYUf)


---

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