> 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/getting-started/app-owner.md).

# App Owner

AppControl supports Mendix app owners to control the quality, maintainability and daily operation of their apps. Before you can use AppControl to manage your apps, the AppControl platform administrator will need to assign you as an app owner for one or more apps. Afterwards, the following are useful features for your role:

* **Policy Dashboard.** AppControl checks the state of all your apps to ensure that they are compliant with your organization standards (security, quality, maintainability, development standards). Use the policy dashboard to view the current state of your apps.

{% content-ref url="/pages/CCXsc1xd9Tr0sRNHq4If" %}
[Policies](/dashboards/policies.md)
{% endcontent-ref %}

* **Releases.** AppControl uses pipelines to enforce policies, and to ease the release process for DevOps teams. The releases dashboard gives you an overview of all releases for your apps, and can be used to approve releases that have been prepared by your development teams. Note: An app administrator needs to configure this feature before you can use it.

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

* **Tasks.** Tasks enable you to keep track of manual activities that need to be performed per app (E.g. compliance activities, certificate renewals, etc.). If there are common tasks (or app-specific tasks) that must be performed regularly, you can use AppControl to keep track of who tasks are assigned to, whether or not they have been executed, and what the results are. Note: An app administrator needs to configure this feature before you can use it.

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

* **Insights.** Insights gives you insight into the Mendix versions and Mendix Marketplace components used by all your Mendix apps. Use Insights to answer questions such as 'Which apps are still using Mendix 8?' or 'Which apps are using the SAML module version older than 3.0?'.

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

### Recommended tutorials

Start with the workflows that help you review risk and move releases forward.

* [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md)
* [Create a release](/overview/tutorials/releases/create-a-release.md)
* [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.md)
* [Review governance readiness](/overview/tutorials/insights/review-governance-readiness.md)


---

# 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:

```
GET https://docs.bluestorm.io/overview/getting-started/app-owner.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.
