> For the complete documentation index, see [llms.txt](https://en-docs.mentoringapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-docs.mentoringapp.com/moso-user-guide/workspaces/workspace-options.md).

# Workspace options

Workspace options refer to the various actions that can be performed on a workspace, such as editing its details, exporting it, deleting it, or archiving it. These options can be accessed by selecting the desired workspace from the side navigation menu, clicking on it, and then clicking on the "More" button located at the top right corner of the workspace. The available options may vary depending on the user's access permissions and the current state of the workspace. By utilizing these options, users can manage their workspaces more efficiently and effectively, ensuring that their work is organized, secure, and accessible.

## Adding personal note

1. Go to the Workspaces section in the side navigation menu.
2. Click on the workspace where you want to add a personal note.
3. Click on the "More" button located at the top right corner of the workspace.
4. Select "Personal Note" from the dropdown options.

<figure><img src="/files/4klZlNoKFHTjdA8912eG" alt=""><figcaption></figcaption></figure>

5. Type your note in the text editor.
6. Click "Save" to add the note to the workspace."

{% hint style="info" %} <mark style="color:blue;">To gain a deeper understanding of how to add personal note to a workspaces, please proceed with the tutorial provided below.</mark>
{% endhint %}

{% @arcade/embed flowId="TnbRQbdyzFkbZ9G3aRJe" url="<https://app.arcade.software/share/TnbRQbdyzFkbZ9G3aRJe>" %}

## Editing workspace details

1. Go to "Workspaces" in the side navigation menu.
2. Click on the workspace you want to edit.
3. Click on the "More" button located at the top right corner of your workspace.
4. Select the "Edit Workspace Details" option.
5. Edit the workspace details as desired.
6. Click the "Next" button.
7. Click the "Save" button to save the changes made to the workspace details.

## Editing workspace

1. Go to "Workspaces" in the side navigation menu.
2. Click on the workspace you want to edit.
3. Click on the "More" button located at the top right corner of your workspace.
4. Select the "Edit Workspace" option.
5. Edit the workspace form.
6. Press the "Save" button.

## Exporting workspace

1. Go to "Workspaces" in the side navigation menu.
2. Click on the workspace.
3. Click on the "More" button located at the top right corner of your workspace.
4. Select the "Export" option to download the workspace form in PDF file format.

## Deleting workspace

1. Go to "Workspaces" in the side navigation menu.
2. Click on the workspace you want to delete.
3. Click on the "More" button located at the top right corner of your workspace.
4. Select the "Delete Workspace" option.
5. Confirm your selection.

## Archiving workspace

1. Go to "Workspaces" in the side navigation menu.
2. Click on the workspace you want to archive.
3. Click on the "More" button located at the top right corner of your workspace.
4. Click the "Archive" button.
5. Confirm your selection.

{% hint style="info" %} <mark style="color:blue;">To gain a deeper understanding of how to manage workspace options, please proceed with the tutorial provided below.</mark>
{% endhint %}

{% @arcade/embed flowId="nI9Lx4FnEHmBA5tcrgWI" url="<https://app.arcade.software/share/nI9Lx4FnEHmBA5tcrgWI>" %}


---

# 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://en-docs.mentoringapp.com/moso-user-guide/workspaces/workspace-options.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.
