> 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-screens.md).

# Workspace screens

## Workspace form

The workspace form screen provides a detailed overview of the workspace. To access this screen, follow these steps:

1. Select 'Workspaces' from the side navigation menu.
2. Click on the workspace you want to view the form for.
3. Click on 'Workspace form' in the top menu.

On the left side of the screen, you can also add comments or ask questions related to the workspace. This can be helpful for communicating with other participants or for keeping track of important information or decisions related to the workspace.

<figure><img src="/files/CoeTTZ8M4J8v6qtC3I45" alt=""><figcaption></figcaption></figure>

## Workspace details

To access the workspace details screen, follow these steps:

1. Select 'Workspaces' from the side navigation menu.
2. Click on the workspace you want to view the details for.
3. Click on 'Workspace details' in the top menu.

This will take you to the workspace details screen, where you can view and edit the details of the workspace, including the owner of the workspace, workspace topic and the workspace title.

<figure><img src="/files/wuYm3fiUOGPEylaSjGMx" alt=""><figcaption></figcaption></figure>

## Participants

To access the Participants screen, follow these steps:

1. Select 'Workspaces' from the side navigation menu.
2. Click on the workspace you want to view the participants for.
3. Click on 'Participants' in the top menu.

This will take you to the Participants screen, where you can view the list of participants associated with the workspace. Here, you can view their accept status and edit permissions. From this screen, you can also add new participants to the workspace, remove existing ones and changing their accept and edit status by pressing More participants button(only the creator of the workspace), and even send direct messages to participants.

<figure><img src="/files/nIfac8exfKIXMRvuUABM" alt=""><figcaption></figcaption></figure>

### Accept status

On the Participants screen, you can see the list of participants associated with the workspace. Each participant's acceptance status is also displayed, which can be one of the following:

1. Accepted: When the invitee accepts the invitation and becomes an active participant in the workspace.
2. Denied: When the invitee declines the invitation to join the workspace.
3. Pending: When the invitee has not yet responded to the invitation and their status is still pending.

<figure><img src="/files/PKSbki0pol3G4FIfxew3" alt=""><figcaption></figcaption></figure>

### Edit status

If a participant has been authorized to edit the workspace, the phrase 'Can edit' will appear next to their name in the participant list. This indicates that they have the ability to make changes to the workspace's contents.

{% hint style="info" %} <mark style="color:blue;">For example, in the screenshot below, the names 'Joakim Fredman' and 'Petter Simonsen' have the 'Can edit' status, which means they have been granted editing permissions for the workspace.</mark>
{% endhint %}

<figure><img src="/files/uDvMERtawU3R4n56CaKe" alt=""><figcaption></figcaption></figure>

### Send message

You can send a direct message to other participants by clicking on the message icon next to their name on the Participants screen. This will open up a chat window where you can communicate with them privately and securely without leaving the workspace.

<figure><img src="/files/WcAsWZ6Tl2hMJSmUdjtV" alt=""><figcaption></figcaption></figure>

## Documents

To access the Documents screen, please follow these steps:

1. Select 'Workspaces' from the side navigation menu.
2. Click on the workspace you want to access documents for.
3. Click on 'Documents' in the top menu.

This will take you to the Documents screen, where you can view all the documents associated with the workspace. You can upload new documents, download existing ones, or delete documents as needed.

### Adding/removing document

If you have editing authority, you can add a new document to the workspace by clicking on the '+ Add document' button in the 'Documents' screen. Similarly, you can remove a document by clicking on the delete icon next to it. This allows for easy management of the documents within the workspace.

<figure><img src="/files/oPF7UrpOOkKr3Lssg45v" alt=""><figcaption></figcaption></figure>


---

# 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-screens.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.
