# Get Started with ilert Apps

## App connections

In the connections overview you can see all applications that you have granted access to your account. You may see their last activity as well as revoke their access.

<figure><img src="/files/WfsXcai0GPqmE5J55Iwc" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Revoking an app's access invalidates the refresh token of the app, its current access\_token stays intact until it expires. It can therefore take a few minutes until the app no longer has permissions to access the granted data.
{% endhint %}

## Applications

To create your first application, go to the **Applications** tab and click on **Create new application**.

<figure><img src="/files/9Mrh4nKMyOuBjpRQ4Sdg" alt=""><figcaption></figcaption></figure>

You may choose a name and description for your app. Please note that you cannot change the name of your app later.

<figure><img src="/files/Er9pR6wisSzn8gbN1pBf" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You may choose to limit your app to your own ilert account, while testing or in case your app is only ment for your organization.
{% endhint %}

After clicking on **Create application**, you will be taken to the edit view of your application that allows you to adjust futher settings:

<figure><img src="/files/vcmAtAF4obn79Z0pbxVa" alt=""><figcaption></figcaption></figure>

ilert Apps use OAuth2 for user authorization - in our next guides we explain what that means and how you can setup native or web applications as well as backend driven applications.

{% content-ref url="/pages/8nqEW6p8SXoVEDPnqSUO" %}
[Understanding OAuth2](/developer-docs/developing-ilert-apps/understanding-oauth2.md)
{% endcontent-ref %}

{% content-ref url="/pages/WE9AOHImSQNLJvlPE3Tl" %}
[Developing a Web or Native App with OAuth2 and PKCE](/developer-docs/developing-ilert-apps/developing-a-web-or-native-app-with-oauth2-and-pkce.md)
{% endcontent-ref %}

{% content-ref url="/pages/n3S4hXTPam5w4NYFxetD" %}
[Developing a Backend App with OAuth2](/developer-docs/developing-ilert-apps/developing-a-backend-app-with-oauth2.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.ilert.com/developer-docs/developing-ilert-apps/get-started-with-ilert-apps.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.
