# My View

The *My View* dashboard gives you a simplified view of the resources assigned to you. It also provides a fast path for creating new environments.

To open My View, click **My View** in the top header on any Replica page.

## Environments

The *environments* section lists the environments assigned to you. It also includes buttons to [quick create a Virtual Environment](/user-guide/virtual-environments.md#quick-creating-a-virtual-environment-beta) or [create a Virtual Environment](/user-guide/virtual-environments.md#creating-a-virtual-environment).

## Enclaves

The *enclaves* section lists the enclaves assigned to you or to a group you belong to. It also includes a button for creating a new enclave.

## Resource Summary

The *resource summary* section shows a count of the resources you can access. This currently includes environments, enclaves, and routers.

## User Management

The *user management* section lets you update account details such as your password, email, first name, and last name. Username changes are not supported.

## Network Map

The *network map* section shows the egress locations currently available to you. This helps you understand which locations can be used to reach resources that depend on geography.

## Notifications

Use the bell icon in the top toolbar to open the **Notifications** panel. The dropdown shows recent notifications and a badge with the number of unread items.


---

# Agent Instructions: 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:

```
GET https://docs.replicacyber.com/user-guide/my-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
