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

# Features

AppControl is packed with features to help simplify the management of Mendix apps.

## Alerts

The alerts dashboard gives you a single unified dashboard to report on the status of your apps, bringing together hosting platform status, policy compliance, task status, and release status in one place.

{% content-ref url="/pages/5MczwjZDtClMaAPiQjHX" %}
[Alerts](/dashboards/alerts.md)
{% endcontent-ref %}

## Policies

Policies give you control over how Mendix is used by your developers: enforcing minimum Mendix versions, approved Marketplace components, checking for common security mistakes, and much more!

{% content-ref url="/pages/5dWIRyg24QEe5urY2EQa" %}
[Broken mention](broken://pages/5dWIRyg24QEe5urY2EQa)
{% endcontent-ref %}

## Releases

Pipelines enable you to standardize how your Mendix apps are built and deployed, making sure that policies are enforced, tests are passed, and that new releases are approved and tracked.

{% content-ref url="/pages/RNBsj5asjVlqgGINRqby" %}
[Releases](/dashboards/releases.md)
{% endcontent-ref %}

## Tasks

Tasks give you insight and control over manual tasks needed to operate your Mendix apps such as certificate and functional account renewals, compliance activities, handover to operations checklists, and whatever else you need to make Mendix fit your organization.

{% content-ref url="/pages/6p2oQ41MlmVSF8S4NZR0" %}
[Tasks](/dashboards/tasks.md)
{% endcontent-ref %}

## Repository

The app repository automates the tedious task of keeping app documentation and information up to date. It is your central place for documenting apps, tracking used software components, viewing integrations, and comparing app settings.

{% content-ref url="/pages/qypZKxVmpCxgtW6bN7o6" %}
[Insights](/dashboards/insights.md)
{% endcontent-ref %}


---

# 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.bluestorm.io/overview/features.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.
