> 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

Organic-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 zur Liste der verfügbaren Pakete im Tenant 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 Antiviren-Scan ist verfügbar.

Aufgrund dieser hohen Standardisierung werden Organic-Pakete automatisch und innerhalb weniger Minuten erstellt. Es wird kein Ticket erstellt und keine Gebühr hinzugefügt; das Paket wird so schnell wie möglich im Package Store unter der Registerkarte Organic verfügbar gemacht, ohne dass die Verpackungsfabrik beteiligt werden muss.

<figure><img src="/files/24ef35606b3d14691a46482795fef772a9e1892e" alt=""><figcaption><p>Anfrage für ein Organic-Paket.</p></figcaption></figure>

##

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

## Organic-Pakete auslisten

Organic-Pakete können nach der Erstellung aus der Liste entfernt werden, wenn sie für andere Administratoren in Ihrem Tenant nicht sichtbar sein sollen. Gehen Sie einfach zum Package Store, wählen Sie das Paket aus und klicken Sie auf die Schaltfläche "Jetzt auslisten".

<figure><img src="/files/d3eed62041a68dfbea380f85bb11b2381330128e" alt=""><figcaption><p>Jetzt auslisten</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.
