# The homepage

The screen you land on after signing in. Showcase templates across the top, your projects below, account and team navigation in the upper-left, credits and help 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 community-made 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

### Top-left: workspace and account

* **Workspace dropdown** – switches between your personal workspace and any teams you belong to. The projects below the fold change when you switch. Workspaces are described in [Workspaces](/teams-and-billing/workspaces.md).
* **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).

### Top-right: credits, help, new project

* **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).
* **New Project** – the green button that opens an empty 3D scene. Most of the time this is what you came here for.

### Center top: showcase templates

A row of pre-built scenes the team has 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. The **Explore More** action opens the full Templates page at `studio.intangible.ai/templates` – a larger grid that's 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)

Use templates when you want to see a finished project's structure or as starting points to riff against. The rest of the time, ignore the row and hit New Project.

### Below the fold: your projects

Your projects, 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.

## 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: 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://help.intangible.ai/overview/get-started/the-homepage.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.
