# Getting Started

The following set of getting started guides are designed to help you become familiar with the various features of AppControl and how to use them. Choose the getting started guide that best matches your role related to Mendix development:

* **Platform Administrator.** You are responsible for the overall use of Mendix in your organization including topics such as hosting, licenses, and global development standards.
* **App Owner.** You are responsible for service management for one or more Mendix apps.
* **App Administrator.** You are responsible for the daily management of one or more Mendix apps, including builds and deployments, security monitoring, operational tasks, and maintaining standards.
* **Developer.** You are responsible for developing Mendix apps in line with organizational standards.

{% content-ref url="/pages/jO3ak8psIAPJhnUQ17qn" %}
[Platform Administrator](/overview/getting-started/platform-administrator.md)
{% endcontent-ref %}

{% content-ref url="/pages/oTUGD4REz4f35c3uxc2A" %}
[App Owner](/overview/getting-started/app-owner.md)
{% endcontent-ref %}

{% content-ref url="/pages/jSj7SjoOfhmwtjQRMzCz" %}
[App Administrator](/overview/getting-started/app-administrator.md)
{% endcontent-ref %}

{% content-ref url="/pages/RfLVbGp1NxmOO8JWnfQR" %}
[Developer](/overview/getting-started/developer.md)
{% endcontent-ref %}


---

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