> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/de/anwendungsverwaltung/packages/packaging-requests/organic-packages.md).

# Organische Pakete

Organische Pakete werden für den Transport binärer Dateien mit einer festen Konfiguration verwendet, die nicht geändert werden kann. Hochgeladene .zip-Dateien werden automatisch der Liste der im Mandanten verfügbaren Pakete hinzugefügt und mit einem starken Passwort gesichert. Der Inhalt wird extrahiert nach *`$env:SystemDrive\Install\packagename`* während der Ausführung des Pakets. Dieser Pfad kann nicht geändert werden. Ein optionaler Virenscan ist verfügbar.

Aufgrund dieses hohen Standardisierungsgrads werden organische Pakete automatisch und innerhalb weniger Minuten erstellt. Es wird kein Ticket angelegt und keine Gebühr hinzugefügt; das Paket wird so schnell wie möglich ohne Beteiligung der Verpackungsfabrik im Package Store unter der Registerkarte „Organic“ verfügbar gemacht.

<figure><img src="/files/24ef35606b3d14691a46482795fef772a9e1892e" alt=""><figcaption><p>Anfrage für organische Pakete.</p></figcaption></figure>

##

{% hint style="warning" %}
Aufgrund ihres automatisierten Erstellungsprozesses können organische Pakete nicht aktualisiert werden. Diese Pakete werden ohne Benutzereingriff generiert und veröffentlicht, wodurch sie unveränderlich sind. Da außerdem keine Installationsroutine ausgeführt wird, sind logische Aktualisierungen nicht möglich. Um eine neue Version freizugeben, erstellen Sie ein neues automatisches organisches Paket und entfernen Sie das veraltete aus Ihrem Portal.
{% endhint %}

## Organische Pakete aus der Liste entfernen

Organische Pakete können nach der Erstellung aus der Liste entfernt werden, wenn sie von anderen Administratoren in Ihrem Mandanten nicht gesehen werden sollen. Gehen Sie einfach zum Package Store, wählen Sie das Paket aus und klicken Sie auf die Schaltfläche „Jetzt aus der Liste entfernen“.

<figure><img src="/files/d3eed62041a68dfbea380f85bb11b2381330128e" alt=""><figcaption><p>Jetzt aus der Liste entfernen</p></figcaption></figure>


---

# 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://docs.realmjoin.com/de/anwendungsverwaltung/packages/packaging-requests/organic-packages.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.
