> 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-administrator.md).

# App Administrator

AppControl supports Mendix app administrators to automate and simplify the daily operations for managing Mendix apps. Note: Before you can use these features you must be assigned as an app administrator to one or more apps. The following are useful features for your role:

* **Policies.** AppControl checks the state of your Mendix apps to ensure that they are compliant with your organizational standards. Use the policy dashboard to view the current compliance of your apps to your organizational standards.

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

* **Pipelines.** App pipelines can be configured to enforce your policies, and to ease the build and deployment process for your apps. By default there are no pipelines, and thus you will need to configure at least one pipeline if you want to use a standardized process for building and deploying your apps. Note: By default only the platform administrator can create pipelines. Contact your platform administrator to discuss enabling this feature for you.

{% content-ref url="/pages/xabNN6JrKEbEhHjvhSnj" %}
[Pipelines](/administration/pipelines.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 the current state of the release (pipeline) process.

{% 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.). AppControl enables you to create and manage recurring (or one-time) tasks for your apps. Additionally, you can also manage the tasks that have been assigned to you by a group or platform administrator (e.g. organizational compliance tasks).

{% 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 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 operate apps day to day.

* [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)
* [Find outdated components](/overview/tutorials/insights/find-outdated-components.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-administrator.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.
