> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/apps/about-apps-feature/installed-apps.md).

# Installed apps

<figure><img src="/files/tCAnRPKSHvHnianwEaEO" alt=""><figcaption><p>No app installed screen</p></figcaption></figure>

Once the app is installed, it will show up on the list. Click on the app to open it. If you have a ton of apps installed you may use the search icon to search for an app.

<figure><img src="/files/vzafYZja9EzlNALNbivs" alt=""><figcaption><p>List of installed apps</p></figcaption></figure>

To edit or delete the app, use one of the options available in the three dots menu.

<figure><img src="/files/ViTwekBehp298SFBUYwk" alt=""><figcaption><p>The three dots menu options</p></figcaption></figure>

{% hint style="info" %}
Apps are system-wide, which means that once installed all users if they have sufficient [privileges ](/system/user-roles/privileges.md)can see and use them.
{% endhint %}


---

# 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://usermanual.ergonode.com/apps/about-apps-feature/installed-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.
