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