# Homebase

Homebases are composed of the following customizable elements:

[**Theme**](/nounspace-alpha/spaces/themes.md)

Themes determine the style and traits of the elements on a user’s homebase, such as fonts, colors, and music. Users can create, share, and copy themes.

**Nav\[igation]**

Navigation houses the menu items necessary for a space cadet to explore the Nounspace universe. This is a user’s control panel, and while the style can be customized with Themes and some components re-arranged or configured, some elements like the Nounspace logo/homebase button are immutable.&#x20;

For MVP, we are considering not letting the Nav be customizable at all.

**Tabs**

Tabs enable users to expand and compartmentalize their homebase. Each tab can fit up to a certain number of Fidgets or 1 iframe. Tab ownership is represented by a transferrable or delegate-able fungible tokens, and a user’s tab allowance can be utilized by tabs on either their [Homebase](/nounspace-alpha/spaces/homebase.md) or [Profile](/nounspace-alpha/spaces/profile.md).

[**Fidgets**](/nounspace-alpha/fidgets.md)

Fidgets are everything else. Users can select (or purchase) from a growing library of Fidgets or create their own and add them to an available spot on their homebase.&#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.nounspace.com/nounspace-alpha/spaces/homebase.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.
