> 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-en-us/sessions/running-resources.md).

# Running resources

To see the list of published resources currently running on all hosts, navigate to **Sessions** > **Running Resources**.

Some of the notable columns in the list are:

* **Published name**: Published resource name (as seen in the **Publishing** category).
* **ID**: The published resource ID (as seen in the **Publishing** category).
* **Description**: Published resource description.
* **Process name**: The corresponding process name.
* **User**: Session owner.
* **Session ID**: Session ID.
* **Session host**: Session host name.
* **Source**: Session source (RDSH, VDI).

To perform a task on a resource, select it in the list and click the ellipsis menu. Some of the tasks include:

* **Message**: Send a message to the session owner.
* **Disconnect**: Disconnects the session.
* **Log off**: Log off the session.
* **Show running processes**: Opens the **Running Processes** view for the session host with the corresponding PID filter applied.
* **Show user session**: Opens to the [**Session Info**](/landing/ras-mp-guide/v19-en-us/sessions/session-information.md) view.
* **Show information**: Displays the resource summary info and the session information. The session information includes the same metrics as described in [**Session information**](/landing/ras-mp-guide/v19-en-us/sessions/session-information.md).
* **Monitoring settings**: See the description of the **Monitoring settings** menu option in the [**User sessions**](/landing/ras-mp-guide/v19-en-us/sessions/user-sessions.md) topic.
* **Refresh**: Refreshes the list.
* **Export**: Exports the resource info to a CSV file.

To see the detailed published resource information, click the resource name. This opens a view displaying the basic published resource information (ID, name, target, etc.) and the corresponding session information. For the detailed description of session metrics, please see [**Session information**](/landing/ras-mp-guide/v19-en-us/sessions/session-information.md). Clicking the resource name takes you to the **Publishing** category where the published resource is configured. The items in the navigation bar perform the same actions as the corresponding menu items described above.


---

# 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-en-us/sessions/running-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.
