> For the complete documentation index, see [llms.txt](https://docs.reflag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reflag.com/integrations.md).

# Integrations

- [Overview](https://docs.reflag.com/integrations/overview.md): Integrate Reflag with your stack.
- [Slack](https://docs.reflag.com/integrations/slack.md): Integrate Slack to get notified about new feature changes and feedback
- [Linear](https://docs.reflag.com/integrations/linear.md): Create features and manage access in Linear
- [Cursor](https://docs.reflag.com/integrations/cursor.md): How to create feature flags in Cursor
- [GitHub](https://docs.reflag.com/integrations/github.md): Integrate GitHub to automatically check feature flag code references and receive automatic AI code clean-up pull requests
- [Datadog](https://docs.reflag.com/integrations/datadog.md): How Reflag integrates with Datadog to catch regressions on new feature releases
- [PostHog](https://docs.reflag.com/integrations/posthog.md): How Reflag integrates with PostHog to query analytics based on feature access filters
- [Segment](https://docs.reflag.com/integrations/segment.md): Use Segment events for tracking feature adoption metrics on Reflag
- [Amplitude](https://docs.reflag.com/integrations/amplitude.md): How Reflag integrates with Amplitude to query analytics based on feature access filters
- [Mixpanel](https://docs.reflag.com/integrations/mixpanel.md): How Reflag integrates with Mixpanel to query analytics based on feature access filters
- [AWS S3](https://docs.reflag.com/integrations/aws-s3.md): Export feature data for CS, Marketing, and Sales tools, via Amazon AWS S3


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reflag.com/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
