# Spaces

Spaces are the canvas upon which [themes](/nounspace-alpha/spaces/themes.md), [layouts](/nounspace-alpha/fidgets/layout-fidget.md) and [fidgets](/nounspace-alpha/fidgets.md) can be applied.&#x20;

They form the basis of [Homebase](/nounspace-alpha/spaces/homebase.md) and [Profile](/nounspace-alpha/spaces/profile.md) customization.&#x20;

Spaces use a grid layout to arrange the Fidgets they hold. There are a couple different breakpoints for spaces which affect the number of fidgets they can display at any given time. These are all breakpoints defined by the [Tailwind Grid System](https://tailwindcss.com/docs/display#grid).

```
Small: 4 col x 6 row
Medium: 8 col x 6 row
Large: 12 col x 8 row
```


---

# 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.nounspace.com/nounspace-alpha/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.
