# 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: 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/integrations.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.
