> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/models/work-in-the-app/homepage.md).

# Homepage

The **Homepage** is your main landing page when accessing YouDesign Models. Here, you can seamlessly browse through your **Teamspaces** and **Boards**, quickly navigate between editing, sharing, and presenting content, and manage board details with ease.

## Homepage Overview

The Homepage is organized into several key areas that help you manage your content effectively:

### Navigation & Creation

* **Home Icon**: Clicking the YouDesign Models icon always brings you back to the Homepage. This is especially useful when you're in Presentation or Editor mode.
* **Create Teamspace**: Click the **"+"** icon to create a new Teamspace and rename it instantly. This section offers a quick view of all Teamspaces you have access to.

### Search & Discovery

* **Search & Filter**: Use the search bar to quickly locate Teamspaces, Folders, or Boards. The filter option helps narrow down search results based on specific criteria.
* **Teamspace Browser**: The Teamspace Browser provides a hierarchical view of all Teamspaces (top-level), multi-level Folders (optional), and Boards. Boards can either be associated with Folders or directly to Teamspaces.

### Board Management

* **Board Details**: Displays the Board name and path (Teamspace / Folder). Click the Board name to edit it. You'll also see who last updated the Board and when.
* **Board Metadata**: Displays editable Board metadata such as description, owner, type, organization, and notes.
* **Versioning & Stage**: Displays the version and stage of the selected Board. Click to manage or change the version settings.

### Content Navigation

* **Tabs**: Navigate through Board details using three key tabs:
  * **About**: Displays key metadata and the Board Preview.
  * **Members**: Shows users who have access to the Board, managed through the sharing feature.
  * **Explorer**: Displays the content of the Board in a list view and allows you to **commit** future-state items. See [Commit](/models/work-in-the-app/editor/commit.md).

### Content Controls

* **Core Controls**: Main controls for managing the Board:
  * **Share**: Invite users or groups as viewers or editors, or copy a direct link to a Teamspace or Board.
  * **Present**: Opens the Board in Presentation mode (requires YouDesign Models Viewer role).
  * **Edit**: Switches the Board to Edit mode (requires YouDesign Models Editor role).
* **More Options**: Additional options include:
  * **Duplicate**: Create a copy of the Board. The new Board will automatically be set to Draft stage.
  * **Delete**: Permanently delete the Board.

### Preview & Viewing

* **Board Preview**: A read-only view of the selected Board, providing a visual overview.
* **View Controls**: Adjust the zoom level of the Board Preview, switch to full-screen mode, or click the question mark to view the YouDesign Models version.

## Homepage Sections

Learn more about specific Homepage features:

* [Teamspaces](/models/work-in-the-app/homepage/teamspaces.md) - Create and manage teamspaces for team collaboration
* [Folders](/models/work-in-the-app/homepage/folders.md) - Organize your boards with folders and subfolders
* [Sharing and Members](/models/work-in-the-app/homepage/sharing-and-members.md) - Control access and share content with your team
* [Search & Filters](/models/work-in-the-app/homepage/search.md) - Find boards, folders, and teamspaces with keyword + attribute filters

> **Tip:** The Homepage provides a centralized hub for all your collaboration and project management needs. Familiarize yourself with each section to maximize your productivity.


---

# 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.ins-pi.com/models/work-in-the-app/homepage.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.
