# Spaces

### What are Spaces?&#x20;

Spaces let you organize and save groups of windows. When you switch from a space, your windows remain as you left them, enabling easy resumption later. You can set a window configuration as the "default" for a space and return to this setup

### Creating a Space

From the Spaces tab in the Omnibox, click the "+New space" button. You can choose to bring your current windows with you or create an empty space.&#x20;

### Saving a new default

When you are in a space, you can overwrite the default arrangement for that space from the information tab's "Save current windows as default for this space" button.

### Restoring from a default

To revert the changes you've made to a space since you saved the default, just click the "Reload default windows" button.&#x20;

### Renaming a space/changing its description

Double click on a space's name or description in that space's information tab to enter text edit mode. All changes you make are saved when you click away or press Enter.&#x20;


---

# 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://docs.fluid.so/features/spaces.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.
