> 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/creating-new-workspace.md).

# Creating new workspace

Creating a new workspace is an essential feature of the Workspaces section. It enables you to create a virtual space for collaboration, communication, and information sharing among a group of people. To create a new workspace, you need to select the "Workspaces" section from the side navigation menu, and then press the "New workspace" button located at the top right corner of the page.

## Adding workspace details

1. Select "Workspaces" from the side navigation menu.
2. Click the "New Workspace" button at the top right of the page while on the Active Workspaces screen.
3. Enter a title for your workspace.
4. Optionally, add a topic to your workspace.&#x20;

{% hint style="warning" %} <mark style="color:orange;">A title is required to create a workspace, but a topic is optional.</mark>
{% endhint %}

<div><figure><img src="/files/3mPMyDbiUE29pRvzH1AU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QAvFzpkIw6OggstfH82u" alt=""><figcaption></figcaption></figure></div>

## Adding/removing participants

1. On the participants section, click on the empty space and select the participants you want to add to your workspace.
2. To remove a participant from your workspace, click the "Remove" button next to their name.

<div><figure><img src="/files/ncWtNefdIxTXnMWJuJat" alt=""><figcaption><p>Click space on the participant section and select the participants for your workspace</p></figcaption></figure> <figure><img src="/files/AxJJFBtOr7D6UHr5MtHb" alt=""><figcaption><p>Press the "Remove" button to delete the participant from your workspace</p></figcaption></figure> <figure><img src="/files/nCKHxJvisPMKyGTmeife" alt=""><figcaption></figcaption></figure></div>

## Granting Editing Permissions to Participants

To allow a participant to edit your workspace, select the checkbox next to their name on the participant list.

<div><figure><img src="/files/yafuUf44q9BfqvvVTnxF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1Pur2P6tICH6HGiALhxR" alt=""><figcaption></figcaption></figure></div>

## Adding online documents from “Files“

1- Click the "Add document" button located on the workspace screen.&#x20;

2- Expand the directory for Common files or My files to find the desired documents.&#x20;

3- Select the documents you want to add to your workspace and click the "Save" button.&#x20;

4- The selected documents will now be added to your workspace and can be accessed by all participants."

<div><figure><img src="/files/h8dh0i5aw7zLd5ZXjNfq" alt=""><figcaption></figcaption></figure> <figure><img src="/files/IrGrkwre5MzHU6ucSWMY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kvO16AyhuaKYOznw4ing" alt=""><figcaption></figcaption></figure></div>

## Uploading documents

1. Click the 'Add document' button.
2. Select 'Browse computer' and choose the file you want to upload.
3. Click 'Save' to upload the file to your workspace.
4. You can now see the uploaded documents in your workspace.

<div><figure><img src="/files/y0shMj1WAJXLn6lYj1Lx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6Ps50YvaNPWzv7AItGOU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/R0grMCpCOMtIZkhJz9L2" alt=""><figcaption></figcaption></figure></div>

## Creating workspace body

1- After adding the Workspace details, participants, and documents, click the Next button at the bottom of the page.&#x20;

2- In the next screen, you can create the body of your workspace by using a wide variety of easy-to-use editor tools. You can add text, images, videos, tables, and more to make your workspace informative and engaging.&#x20;

3- Once you are done, press the Save button at the bottom of the page to complete creating your workspace.

<div><figure><img src="/files/1QXnCEfPaOGyxbSmI8QG" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JxUsUT302QjOFQlenhLM" alt=""><figcaption><p>User-friendly editor tools</p></figcaption></figure> <figure><img src="/files/Rx3LukAQOrQbFwCEvJ3s" alt=""><figcaption></figcaption></figure></div>


---

# 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/creating-new-workspace.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.
