> For the complete documentation index, see [llms.txt](https://docs.fluid.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluid.so/features/spaces.md).

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