# Product Handbook

- [Product overview](https://docs.reflag.com/product-handbook/product-overview.md)
- [Flag rollouts](https://docs.reflag.com/product-handbook/feature-rollouts.md): Learn more about flag rollouts in Reflag
- [Access rules](https://docs.reflag.com/product-handbook/feature-rollouts/feature-targeting-rules.md): Learn more about access rules in Reflag
- [Flag clean-up and archival](https://docs.reflag.com/product-handbook/feature-clean-up-and-archival-beta.md): Managing the flag lifecycle in Reflag is straightforward with the clean-up guide, notifications, and automatic clean-up pull requests.
- [AI code clean-up](https://docs.reflag.com/product-handbook/feature-clean-up-and-archival-beta/ai-code-clean-up-beta.md)
- [Remote config](https://docs.reflag.com/product-handbook/remote-config.md): Learn more about remote config in Reflag
- [Type safety](https://docs.reflag.com/product-handbook/type-safety.md): Reflag offers type safety which reduces errors and frustation
- [Team permissions](https://docs.reflag.com/product-handbook/team-permissions.md): Invite, remove and manage roles for your team members
- [Notification Policies](https://docs.reflag.com/product-handbook/notification-policies.md): Use notification policies to set defaults on whether to notify Slack and Linear when flag targeting is updated.
- [Data residency](https://docs.reflag.com/product-handbook/data-residency.md): Reflag on data residency
- [Anonymous users](https://docs.reflag.com/product-handbook/anonymous-users.md): How to use Reflag with anonymous users
- [Launch monitor](https://docs.reflag.com/product-handbook/launch-monitor.md)
- [Give feedback button](https://docs.reflag.com/product-handbook/launch-monitor/give-feedback-button.md): Adding a feedback button using Reflag SDKs in a few lines of code.
- [Automated feedback surveys](https://docs.reflag.com/product-handbook/launch-monitor/automated-feedback-surveys.md): Learn more about automated feedback surveys in Reflag
- [Feature entitlements](https://docs.reflag.com/product-handbook/feature-entitlements.md): Learn more about feature entitlements in Reflag
- [Simple role-based entitlements](https://docs.reflag.com/product-handbook/feature-entitlements/simple-role-based-entitlements.md): Learn more about simple role-based entitlements in Reflag
- [Creating segments](https://docs.reflag.com/product-handbook/creating-segments.md): Learn more about segments in Reflag
- [Feature views](https://docs.reflag.com/product-handbook/feature-views.md): Learn more about views in Reflag
- [Managing apps](https://docs.reflag.com/product-handbook/creating-and-managing-apps.md): Learn more about apps in Reflag
- [Environments](https://docs.reflag.com/product-handbook/creating-and-managing-apps/environments.md): Learn more about environments in Reflag
- [Data model](https://docs.reflag.com/product-handbook/concepts.md)
- [App](https://docs.reflag.com/product-handbook/concepts/app.md)
- [Environment](https://docs.reflag.com/product-handbook/concepts/environment.md)
- [Flag](https://docs.reflag.com/product-handbook/concepts/feature.md)
- [Flag view](https://docs.reflag.com/product-handbook/concepts/feature-view.md)
- [Company](https://docs.reflag.com/product-handbook/concepts/company.md)
- [Segment](https://docs.reflag.com/product-handbook/concepts/segment.md)
- [User](https://docs.reflag.com/product-handbook/concepts/user.md)
- [Track event](https://docs.reflag.com/product-handbook/concepts/event.md)
- [Flag events](https://docs.reflag.com/product-handbook/concepts/feature-events.md)
- [Feedback](https://docs.reflag.com/product-handbook/concepts/feedback.md)
- [Release stage](https://docs.reflag.com/product-handbook/concepts/release-stage.md)
- [Targeting rules](https://docs.reflag.com/product-handbook/concepts/targeting-rules.md)
- [Filter](https://docs.reflag.com/product-handbook/concepts/filter.md)
- [Service Resiliency](https://docs.reflag.com/product-handbook/service-resiliency.md): How we keep your product working even if the Reflag service is disrupted.
- [Flag import](https://docs.reflag.com/product-handbook/flag-import.md): The Reflag import tool lets you quickly migrate all your flags and segments from LaunchDarkly to Reflag


---

# 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.reflag.com/product-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.
