# 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="https://1534978131-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F684bnaGsqSFjESghpiiu%2Fuploads%2FfHK6OErFiWUh00WRsKqW%2Fimage.png?alt=media&#x26;token=327bb5c2-ba5d-4586-998d-485bdd17f604" 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="https://1534978131-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F684bnaGsqSFjESghpiiu%2Fuploads%2FuGoh56cnJecQ3TOjpS58%2Fimage.png?alt=media&#x26;token=a12b0e1d-9bd9-4859-b495-787752740ecc" 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="https://1534978131-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F684bnaGsqSFjESghpiiu%2Fuploads%2FtqUYpFldTYGIS1lmNzun%2Fimage.png?alt=media&#x26;token=c0332850-2698-4faa-afa9-a4646d1ff267" 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="https://1534978131-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F684bnaGsqSFjESghpiiu%2Fuploads%2FD4dHspIPSZegKL5je0to%2Fimage.png?alt=media&#x26;token=5fdc0d03-5bb5-4abb-84e1-d6bffa9e151f" 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="understanding-oauth2" %}
[understanding-oauth2](https://docs.ilert.com/developer-docs/developing-ilert-apps/understanding-oauth2)
{% endcontent-ref %}

{% content-ref url="developing-a-web-or-native-app-with-oauth2-and-pkce" %}
[developing-a-web-or-native-app-with-oauth2-and-pkce](https://docs.ilert.com/developer-docs/developing-ilert-apps/developing-a-web-or-native-app-with-oauth2-and-pkce)
{% endcontent-ref %}

{% content-ref url="developing-a-backend-app-with-oauth2" %}
[developing-a-backend-app-with-oauth2](https://docs.ilert.com/developer-docs/developing-ilert-apps/developing-a-backend-app-with-oauth2)
{% endcontent-ref %}
