# Nounspace \[Alpha]

## Nounspace \[Alpha]

- [Introduction to Nounspace](https://docs.nounspace.com/nounspace-alpha/introduction-to-nounspace.md): Nounspaces is a "nounish" farcaster client inspired by Myspace.
- [System Architecture](https://docs.nounspace.com/nounspace-alpha/system-architecture.md)
- [Routing](https://docs.nounspace.com/nounspace-alpha/routing.md)
- [Spaces](https://docs.nounspace.com/nounspace-alpha/spaces.md)
- [Homebase](https://docs.nounspace.com/nounspace-alpha/spaces/homebase.md): A user's Homebase is their primary page, and the launch pad from which they explore the Nounspace universe. It can be accessed at the base url of nounspace.com for all logged-in users.
- [Profile](https://docs.nounspace.com/nounspace-alpha/spaces/profile.md)
- [Themes](https://docs.nounspace.com/nounspace-alpha/spaces/themes.md)
- [Space Configuration](https://docs.nounspace.com/nounspace-alpha/spaces/space-configuration.md)
- [Fidgets](https://docs.nounspace.com/nounspace-alpha/fidgets.md): Fidgets are applets which can be installed into a Space.
- [Layout Fidget](https://docs.nounspace.com/nounspace-alpha/fidgets/layout-fidget.md): Layout Fidgets encode how Fidgets are arranged and displayed within a Space.
- [Fidget Data Storage](https://docs.nounspace.com/nounspace-alpha/fidgets/fidget-data-storage.md)
- [Accounts](https://docs.nounspace.com/nounspace-alpha/accounts.md)
- [Identities](https://docs.nounspace.com/nounspace-alpha/accounts/identities.md)
- [Signatures](https://docs.nounspace.com/nounspace-alpha/accounts/signatures.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nounspace.com/nounspace-alpha/introduction-to-nounspace.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.
