> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-mp-guide/v19-de-de/veroeffentlichung.md).

# Veröffentlichung

Die Veröffentlichung beschreibt den Prozess, bei dem eine Ressource in Parallels RAS für die Endbenutzer verfügbar gemacht wird. Zu den Ressourcen, die in RAS-Verwaltungsportal veröffentlicht werden können, gehören:

* App
* Desktop
* Dokumente
* Ordner im Dateisystem

Die Veröffentlichung wird in der Kategorie **Veröffentlichung** im RAS-Verwaltungsportal durchgeführt.

Wenn Sie die Kategorie **Veröffentlichung** auswählen, werden die veröffentlichten Ressourcen im mittleren Fensterbereich angezeigt. Wenn Sie eine Ressource auswählen, wird die Informationen im rechten Fensterbereich angezeigt. Wenn eine Ressource in einem Ordner platziert wird, müssen Sie zunächst den Ordner erweitern und dann die Ressource auswählen. Um eine bestehende veröffentlichte Ressource zu ändern, klicken Sie auf die Schaltfläche **Bearbeiten** in der rechten oberen Ecke des rechten Fensterbereichs.

Um Aufgaben zur Veröffentlichung durchzuführen, verwenden Sie die Menüleiste oben im mittleren Fensterbereich. Von hier aus können Sie eine neue Ressource veröffentlichen, einen Ordner hinzufügen (z. B., um Ressourcen desselben Typs zu gruppieren), eine Ressource duplizieren, aktivieren oder deaktivieren, die Liste sortieren oder einige andere Aufgaben durchführen.


---

# 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.parallels.com/landing/ras-mp-guide/v19-de-de/veroeffentlichung.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.
