> 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.md).

# Get Started

The 20-minute path from a fresh account to your first render. Every page here is one specific friction point: viewport navigation first, because your hands have to learn it before anything else works.

## In order

* [Sign up and set up](/overview/get-started/sign-up-and-set-up.md): account, plan choice, what your free credits cover.
* [Move the camera](/overview/get-started/viewport-navigation.md): orbit, pan, zoom, frame – the controls Blender and Unreal don't prepare you for.
* [The homepage](/overview/get-started/the-homepage.md): showcase templates, recent projects, credit counter.
* [Create your first project](/overview/get-started/create-your-first-project.md): new project, name it, understand scenes vs shots.
* [Place your first objects](/overview/get-started/place-your-first-objects.md): drag from the asset library, snap, swap, lock.
* [First render in 20 minutes](/overview/get-started/first-render-in-20-minutes.md): end-to-end – build a set, frame a shot, generate the image.

## Also worth a read

* [First Steps and onboarding](/overview/get-started/first-steps-and-onboarding.md): the in-app tour, where to find it later.
* [Help and feedback](/overview/get-started/help-and-feedback.md): how to reach us when something's wrong.


---

# 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.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.
