# App Element

The app API contains settings & properties relating to general app life cycle, and app updates. \
\
The app element also allows you to manage application permissions for the users (ex Microphone & Camera access)\
\
When your application updates, a window will be shown indicating an upload is in progress.

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

## App Element Actions

{% content-ref url="/pages/wBF1I0BJOQG1wrY1T8Zs" %}
[Actions](/deskifier/deskifier-bubble.io-docs/app-element/actions.md)
{% endcontent-ref %}

## App Element Events

{% content-ref url="/pages/NyTWnRGlH5sdGS0cMfmC" %}
[Events](/deskifier/deskifier-bubble.io-docs/app-element/events.md)
{% endcontent-ref %}

## App Element States

{% content-ref url="/pages/xm9DBK8a9UOk0wUttwgA" %}
[States](/deskifier/deskifier-bubble.io-docs/app-element/states.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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/app-element.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.
