# About Apps feature

Default ones are written and maintained by Ergonode, but it's also possible for developers to write their own. If you are interested, documentation can be found [here](https://docs.ergonode.com/apps2/).

<figure><img src="/files/6iWwEV4lkqlboHJv1Tts" alt=""><figcaption><p>Resource > Apps - main window </p></figcaption></figure>

You can install the same app multiple times if you need it. Ex: You may use different segments to synchronize or have different export file profiles.

Instructions on how to complete the installation can be found in the menu below, as every app can be different.&#x20;

To edit an app, click on the kebab menu and select Edit, or simply left-click on the app field.

<figure><img src="/files/0PI43Yu64MBTiOl6T8uX" alt=""><figcaption><p>App highlited</p></figcaption></figure>

To edit, duplicate, or uninstall an app, click on the kebab menu and select *Delete app*.

{% hint style="info" %}
The duplicate option also copies all settings of the copied app.
{% endhint %}

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

The next steps depend on the app, so please refer to a specific app description.


---

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