# Quickstart

### Prerequisites

You need a CodeMate account on any plan, including free. No local tooling, runtime, or database setup is required everything runs in the browser.

<figure><img src="/files/jw47M3KCOD2ahO9JNDkq" alt=""><figcaption></figcaption></figure>

***

### Create a project

1. **Open Build and Write your first prompt**

Navigate to [Build](https://build.codemateai.dev/build) and describe what you want to make. Be specific about pages, user roles, and any key features. A useful format:

```
Build a task manager where users can sign up, create projects,
add tasks with due dates and priority levels, and mark them
complete. Include a dashboard showing tasks due today.
```

2. **Review Generated Code**

Build will plan the architecture and generate files. The file explorer on the left shows the project structure as it's created. Click any file to inspect it.

3. **Test in the live preview**

The preview pane on the right runs your app live. Click through the UI, create test accounts, and verify flows work as expected. If something looks wrong, describe the fix in the chat.

4. **Deploy**

Click Deploy in the top-right corner. Choose a subdomain name, confirm, and your app will be live at `your-name.codemate.build` within a few seconds.

***

### Next steps

Once you have a running app, you can continue building by sending follow-up prompts add features, change the design, or connect a different database. See **Conversational build** for how iterative generation works, or **Design mode** if you want to redesign the UI before your next round of changes.


---

# 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://docs.codemate.ai/build/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.
