# App

An **app** maps to a product or application that you track within Reflag. You can have multiple apps setup within Reflag.

An app can have multiple [environments](/product-handbook/concepts/environment.md) with features within it.

### Definition

An **app** maps to a product or application that you track within Reflag. You can have multiple apps setup within Reflag.

The following entities are managed at the app level:

* [Features](/product-handbook/concepts/feature.md)
* [Feature views](/product-handbook/concepts/feature-view.md)
* [Company segments](/product-handbook/concepts/segment.md)
* [Release stages](/product-handbook/concepts/release-stage.md)

While the definitions of features and company segments are app-wide, the data they aggregate is [environment](/product-handbook/concepts/environment.md) specific.

### Next steps

* Learn about [features](/product-handbook/concepts/feature.md) or [company segments](/product-handbook/concepts/segment.md),
* Learn how to [manage your apps](/product-handbook/creating-and-managing-apps.md) within Reflag UI.

\ <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.reflag.com/product-handbook/concepts/app.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.
