> 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/ergonode-user-manual-pl/apki-apps/o-funkcji-apki-apps/zainstalowane-apki-apps.md).

# Zainstalowane Apki (Apps)

<figure><img src="/files/215bf56cd4f6f3cd4d84b54bfe861e1c8d0fb605" alt=""><figcaption><p>Ekran bez zainstalowanej apki</p></figcaption></figure>

Po zainstalowaniu apka pojawi się na liście. Kliknij apę, aby ją otworzyć. Jeśli masz wiele zainstalowanych aplikacji, użyj ikony wyszukiwania, aby znaleźć konkretną apkę.

<figure><img src="/files/baafa2a5d5997ebfc9a3c027cdba02343a5f8a8a" alt=""><figcaption><p>Lista zainstalowanych aplikacji</p></figcaption></figure>

Aby edytować lub usunąć apkę, użyj jednej z opcji dostępnych w menu trzech kropek.

<figure><img src="/files/a0f66a8e4329edb943ccbe1410c0fa7a9abb8060" alt=""><figcaption><p>Opcje menu trzech kropek</p></figcaption></figure>

{% hint style="info" %}
Apki są systemowe, co oznacza, że po zainstalowaniu wszyscy użytkownicy, jeśli mają odpowiednie [uprawnienia ](/ergonode-user-manual-pl/system/role-uzytkownikow/uprawnienia.md)mogą je zobaczyć i używać.
{% 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, and the optional `goal` query parameter:

```
GET https://usermanual.ergonode.com/ergonode-user-manual-pl/apki-apps/o-funkcji-apki-apps/zainstalowane-apki-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
