# Handbook

- [Quick Start](https://docs.feedbacky.net/handbook/quick-start.md): Starting with your first board.
- [Features](https://docs.feedbacky.net/handbook/features.md): Overview guides on the major Feedbacky features.
- [Customizing](https://docs.feedbacky.net/handbook/features/customizing.md): Theming your board with your brand.
- [Roadmaps](https://docs.feedbacky.net/handbook/features/roadmaps.md): Use the roadmaps module to sort and track all of your ideas.
- [Changelogs](https://docs.feedbacky.net/handbook/features/changelogs.md): Use the changelogs module to notify your customers of important updates with your product.
- [Anonymity](https://docs.feedbacky.net/handbook/features/anonymity.md): Enable user anonymity features.
- [Social Links](https://docs.feedbacky.net/handbook/features/social-links.md): Add links to your website, storefront, Discord server or whatever you want.
- [Tags](https://docs.feedbacky.net/handbook/features/tags.md): Neatly organize all your ideas.
- [Webhooks](https://docs.feedbacky.net/handbook/features/webhooks-setup.md): Receive board notifications in your Discord server or elsewhere.
- [Custom Roles](https://docs.feedbacky.net/handbook/features/custom-roles.md): (Formerly Moderator) Assigning staff users to your board.
- [Suspensions](https://docs.feedbacky.net/handbook/features/suspensions.md): Suspending bad behaving users from your board.
- [Integrations](https://docs.feedbacky.net/handbook/features/integrations.md): Integrate other services to Feedbacky.


---

# 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.feedbacky.net/handbook.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.
