> 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/farm-settings/administrators.md).

# Administrators

## **Accounts**

To add an administrator account to a Parallels RAS Farm:

1. Navigate to **Farm Settings** > **Administrators** > **Accounts**.
2. Right-click anywhere in the list and choose **Add**.
3. Specify the new account properties.

   Note that at the time of this writing, only a Root administrator can be added in the Management Portal.
4. In the **System notifications** drop-down list, select **Email** to send all system notifications to the specified email address, or select **None** to disable email system notifications for this account.
5. Click **Create** to create the account.

To modify an account, click the account name and then click **Edit**.

To delete an account, right-click it and choose **Delete**.

## **Sessions**

To see current administrative RAS sessions, navigate to **Farm Settings** > **Administrators** > **Sessions**.

To log off a session, right-click it and choose **Log off session**.


---

# 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/farm-settings/administrators.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.
