> 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/infrastructure/rd-session-hosts/manage-an-rd-session-host/running-resources.md).

# Running Resources

To view running resources for an RD Session Host, click the **Running Resources** item in the navigation bar. To see the detailed resource information, click the resource name. This opens a view displaying the basic resource information (ID, name, target, etc) and the corresponding session information. For the detailed information about session metrics, please see [**Session information**](/landing/ras-mp-guide/sessions/session-information.md).

To perform an action on a resource, select it in the list and click the ellipsis menu. Choose from one of the following:

* **Message**: Send a message to the session owner.
* **Disconnect**: Disconnect the session.
* **Log off**: Log off the session.
* **Show running processes**: Opens a view displaying running processes.
* **Show user session**: Open a view displaying the information about the session.
* **Show information**: Opens a view displaying the resource information.
* **Monitoring settings**: See the description in [**Active Sessions**](/landing/ras-mp-guide/infrastructure/rd-session-hosts/manage-an-rd-session-host/active-sessions.md).
* **Refresh**: Refreshes the list.
* **Export**: Save the list into a CSV file.


---

# 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/infrastructure/rd-session-hosts/manage-an-rd-session-host/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.
