> 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-admin-guide/parallels-ras-21-administrators-guide/rd-session-hosts/viewing-published-resources.md).

# Viewing published resources

When you want to remove an RD Session Host or an RD Session Host group from a Site, you might want to see the list of published resources hosted by the host or host pool. This way you can see which resources will be affected. You can do so as follows:

1. In the Parallels RAS Console, select **Farm** \ **RD Session hosts**.
2. To see published resources for a specific RD Session Host, select the **RD Session hosts** tab. To see published resources for a group, select the **Groups** tab.
3. Right-click a host or a host group and choose **Show published resources** (or click **Tasks** > **Show published resources**).
4. The **Published Resources** window opens displaying the list of published resources for the selected host or host pool. Resource information includes:
   * **Name**. Resource name.
   * **Status**. Enabled or disabled.
   * **Type**. "Application" is used for published applications, URLs, network folders, etc. "Desktop" is used for published desktops.
   * **Path**. For published applications, specifies a path to the execute file, URL, or UNC path.
   * **Parameters**. Published application parameters (if any).
   * **Published from**. Site, host pool(s), or host(s).
5. To refresh the list, press F5 or click the "recycle" icon (top-right).
6. To filter the list, press Ctrl-F or click the magnifying glass icon and then specify the filter criteria for desired column(s).


---

# 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-admin-guide/parallels-ras-21-administrators-guide/rd-session-hosts/viewing-published-resources.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.
