# Feature flags

The **Feature flags** page is a dedicated place within a release to view all active feature flags for your app, giving you an at-a-glance view into your team’s active feature flags, their associated status, and relevant flag targeting and delivery rules.

For each release, Runway will surface a list of relevant feature flags – only feature flags that were created *before* the release was kicked off will be shown in this list.

<figure><img src="/files/WnM80S6chixTeHtVc9Xp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Feature flags are fetched based on the project and environment configured as part of the feature flag integration's setup. Only flags that are not archived are shown in the list of active feature flags.
{% endhint %}

Runway highlights feature flags that target the current release version — if a feature flag has at least one rule that targets the current release version, it will appear with a star icon <img src="/files/nqUZvymPyPRoAIdmv8LF" alt="" data-size="line">. This serves as a reminder for your team to pay special attention to that feature flag during the course of the release and beyond.

Relevant information for each feature flag is surfaced, including:

* Feature flag name
* Status
* Rules
* Variations
* Created at date
* Minimum version
* Maximum version
* Target versions

{% hint style="success" %}
To determine minimum, maximum, and target versions for each feature flag, Runway looks for any rules that target an audience or segment that includes a version attribute (as defined by your integration's *Release version attribute name*).
{% endhint %}

Clicking into a feature flag from the list opens a drawer where you'll find additional information including variation details (including rollout percentages for each variation) and targeted delivery rules.&#x20;

You can also enable and disable flags directly from here.

<figure><img src="/files/BUTBiKhWXJyA37AZTKvo" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.runway.team/using-runway/release-steps/feature-flags.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.
