# Dashboard

The ShapesXR dashboard is your central workspace for managing spaces, files, and account settings. From here, you can access your work, organize projects, collaborate with others, and connect your account to the VR application.

### Navigation

<figure><img src="/files/7Xk71kOajLRuo2dTBJsP" alt=""><figcaption></figcaption></figure>

The left sidebar helps you quickly move between different sections of the dashboard:

* **Recents**\
  Displays recently opened spaces, including your own spaces and spaces shared with you.
* **My spaces**\
  Contains all spaces created by you.
* **Shared with me**\
  Shows spaces shared by other users. Available actions depend on the permissions you have.
* **Projects**\
  Lets you group spaces into projects for better organization and teamwork.
* **My files**\
  Stores your files, including both imported assets and exported content.

### Spaces List and Actions

Spaces are shown as cards with preview images and names.\
Clicking on a space **preview** opens the [space page](/dashboard/space-page.md), where you can view detailed information and start editing the space directly in the [**web editor**](/web-editor.md).

Each space also has a **context menu** (three-dot icon) that provides actions such as sharing, moving to a project, duplicating, renaming, or removing the space from Recents or a project.

Available actions may vary depending on your access level and plan.

### Organization status

The top-right area displays your **current organization**.\
Clicking on the organization name in the top-right corner opens **Organization Settings**, where you can [manage users and basic organization preferences](/dashboard/project-management.md).

More details for how to set up your organization/license you can find in our [Guide pages](/dashboard/guides.md).

### Profile Settings

The **profile icon** in the top-right corner opens your personal and account settings.

**Personal Info:** here you can manage your account settings and view key information:

* Edit your name and email
* See your **current plan**
* View your **User ID**
* Check the login method used for your account

**Integrations tab:** allows you to set up connections with external services.\
You can generate and manage an integration token for integrating ShapesXR with tools like Figma.

### Headset Pairing

To use ShapesXR in VR with this account, you need to pair your headset.\
Click **Pair headset** in the top-right corner to connect your VR headset and sync your spaces and projects with the VR app.

### Quick Actions

From the top-right corner, you can:

* **Join a space** using an invite
* **Create a new space** to start working immediately


---

# 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://learn.shapesxr.com/dashboard.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.
