> For the complete documentation index, see [llms.txt](https://docs.studio.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.cogram.com/quickstart.md).

# Quickstart

Four steps. Under a minute.

**1. Open Studio**

Go to [studio.cogram.com](https://studio.cogram.com). You'll see a text input.

**2. Describe what you want**

Type something like:

> Build a room 6m by 4m with 3m walls and a door on the south wall.

Hit Enter.

**3. Watch it appear**

The 3D model renders in real time as the agent works. You can orbit, pan, and zoom while it builds.

The chat panel shows what the agent is doing — thinking through geometry, running scripts, reporting results.

**4. Keep going**

Ask for changes:

> Add a window on the east wall.

Ask questions:

> What's the floor area?

Add complexity:

> Now add a second storey with the same layout.

Your work saves automatically when you're signed in.


---

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

```
GET https://docs.studio.cogram.com/quickstart.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.
