> 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/developer.md).

# Developer

AppControl supports Mendix developers to create apps that are compliant with organizational security, quality, and development standards, and to automate and simplify their daily development activities. The following are useful features for your role:

* **Policies.** AppControl checks each deployed revision of a Mendix app to ensure that it is compliant with your organizational standards. Use the policy dashboard to view the current compliance of your apps to your organizational standards. The results of a policy check will help you to change your app to bring it into compliance with standards before you deploy it to production.

{% 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 developers. The releases dashboard gives you an overview of all releases of your apps, and the current state of the release (pipeline) process. From the release dashboard you can prepare and deploy new releases of apps to each environment you have access to.

{% 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. code reviews, environment configurations, etc.). The task dashboard enables you to manage the tasks that have been assigned to you.

{% content-ref url="/pages/6p2oQ41MlmVSF8S4NZR0" %}
[Tasks](/dashboards/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 you use most during delivery.

* [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md)
* [Compare policy results between revisions](/overview/tutorials/policies/compare-policy-results-between-revisions.md)
* [Create a release](/overview/tutorials/releases/create-a-release.md)
* [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.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/developer.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.
