> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/overview/get-started/the-homepage.md).

# The homepage

The screen you land on after signing in. Top to bottom: a prompt to start a project, your recent projects, tutorials, and the showcase templates. Workspace and team navigation sit in the upper-left; settings, notifications, credits, and help sit in the upper-right.

## Watch

{% embed url="<https://www.youtube.com/watch?v=cEUR62621tk>" %}

![Intangible Studio homepage with the "What do you want to create today?" prompt, Image-to-3D-scene and Generate-scene actions, and the Recent projects gallery below](/files/j7YD12H9HV4TzSxwi71B)

![Showcase templates section on the homepage – a six-card grid of the Intangible team's starter projects (Cars in City, City Street, Jeep in Forest, Bronco on Highway, Electronics, Robot Delivery) with an Explore More button on the right](/files/QllIaK1iV5a0LJtZhmya)

## What's on the screen

### Upper-left: workspace

* **Workspace dropdown** – switches between your personal workspace and any teams you belong to. Your projects change when you switch. Workspaces are described in [Workspaces](/teams-and-billing/workspaces.md). Team Admin sits in the bottom-left.

### Upper-right: settings, notifications, credits, help

* **Profile and settings** – language, graphics quality, dark mode, account email. See [Account](/overview/reference/account.md).
* **Notifications** – team invites sent and accepted. See [Notifications](/overview/reference/notifications.md).
* **Credit counter** – your remaining credits for the current cycle. Click for breakdown by action type.
* **Help & feedback** – direct line to the team plus links into these docs. See [Help and feedback](/overview/get-started/help-and-feedback.md).

### Start a project

* **New Project** – opens an empty 3D scene. On a fresh account it's the blue button in the center of the screen; once you have projects it sits toward the top-right. Either way it's the thing you came here for.
* **The create prompt** – the "What do you want to create today?" box at the top starts a project from a text description or a reference image, instead of from an empty scene.

### Your projects

Below the prompt, your projects are sorted by most recently modified. Each card shows the project thumbnail, name, last-edited time, and a More menu (rename, duplicate, delete, transfer ownership).

The **View all projects** card at the end opens the full grid – useful once you have more than ten projects and the front row stops covering everything.

### Tutorials and showcase templates

Below your projects sit the tutorials, and at the bottom of the page the showcase templates: pre-built scenes the Intangible team assembled to demonstrate specific workflows. Click one to open a copy in a new project; you keep the original untouched.

The homepage shows the first six templates. The **Explore More** action opens the full Templates page at `studio.intangible.ai/templates` – a larger grid organized by industry (Planes & Drones, Sports Stadium, Interior Staging, Conference, Wedding, Trade Show, Concert Venue, Pirate Ship, etc.). Each card has a hero image, title, and short description.

![The full Templates page (/templates) showing a multi-column grid of templates with industry-aligned hero images and descriptions](/files/Rvsfyg6ymiDEEZ37sh9a)

Reach for a template when you want to see a finished project's structure or a starting point to riff against. Otherwise, hit New Project.

## Searching

There's no global search on the homepage today. Use the workspace dropdown to narrow to a team, then scroll. If the project grid feels unmanageable, that's a signal to organize – delete dead drafts and rename anything still called "Untitled".

## Related

* [Sign up and set up](/overview/get-started/sign-up-and-set-up.md)
* [Create your first project](/overview/get-started/create-your-first-project.md)
* [Account](/overview/reference/account.md)
* [Workspaces](/teams-and-billing/workspaces.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 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://help.intangible.ai/overview/get-started/the-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.
