> For the complete documentation index, see [llms.txt](https://handbook.musescore.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.musescore.org/pt_br/customization/workspaces.md).

# Áreas de trabalho

## Overview

Workspace is the visual settings, also known as graphical user interface (GUI), of the Musescore program itself. An analogy to the position of the pen, ruler etc on a composer's desk. It includes the content, docked/undocked status and positions of [palettes](/pt_br/basics/using-the-palettes.md), [toolbars and assorted open panels](/pt_br/customization/toolbars-and-windows.md). Changes made to the current workspace are automatically saved, no further action is required. You can create custom workspaces to quickly change all these settings with a mouse click.

Note that the following settings do **not** count as workspace. **View→Show→ Show visible, Show Invisible, Show formatting, Show Frames, Show Page Margins, Mark irregular measures**, and status bar's **Concert Pitch, Zoom level, and Page View/Continuous View option**. These settings, covered in [The user interface](/pt_br/navigation/the-user-interface.md) chapter, are score data. They are [saved to and loaded from each score file](/pt_br/file-management/opening-and-saving-scores.md). Templates contain these settings and will be used when you create a new score from a template, see [Setting up your score](/pt_br/basics/setting-up-your-score.md).

## Creating a new workspace

Para criar um novo espaço de trabalho:

1. Clique no **nome do espaço de trabalho** atual na **barra de status** abaixo da janela do documento. Alternativamente, selecione **Exibir→Espaços de trabalho→Configurar espaço de trabalho**
2. Clique em **Criar novo espaço de trabalho**
3. Preencha o nome do espaço de trabalho, escolha as opções que ele contém para que apenas essas opções sejam carregadas e salvas ao usar o espaço de trabalho.
4. Clique em **Selecionar** para fechar a caixa de diálogo.

Para personalizar a exibição e o conteúdo das paletas, veja [paletas](/pt_br/basics/using-the-palettes.md).\
Para personalizar a exibição das barras de ferramentas e painéis, veja [Barras de ferramentas e painéis](/pt_br/customization/toolbars-and-windows.md).

## Deleting a workspace

1. Clique no **nome do espaço de trabalho** atual na **barra de status** abaixo da janela do documento. Alternativamente, selecione **Exibir→Espaços de trabalho→Configurar espaço de trabalho**
2. Selecione o espaço de trabalho a ser excluído
3. Clique no ícone de **lixeira** na parte superior da caixa de diálogo.

## Switching between workspaces

1. Clique no **nome do espaço de trabalho** atual na **barra de status** abaixo da janela do documento.
2. Na caixa de diálogo resultante, clique no espaço de trabalho desejado
3. Pressione **Selecionar**.

Alternativamente

1. Selecione **Exibir→Espaços de trabalho→Configurar espaço de trabalho**
2. Clique no espaço de trabalho desejado no menu.


---

# 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://handbook.musescore.org/pt_br/customization/workspaces.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.
