> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/create-your-first-project/create-a-project.md).

# Create a Project

Create Projects from your Dashboard, they come preloaded with default settings for building code compliance and workflow. Each Project is linked to a single [Team](/create-your-first-project/create-a-team.md) to keep things organised.

## Start a Project

Click ‘+ Create Project’ and add key details: 'Title', 'Project Code', 'Location', 'Storeys' (Estimated storeys of building), 'Floor-to-Floor Height' (Typical floor to floor height of building), 'Start and End Date', 'Project Manager' (A project manager plans, reviews, executes, and delivers projects), 'Building Code', 'Class', and 'Climate' Zone. These fields may vary by region and workflow, but they’re essential for auto-mapping the right local code, making compliance faster and easier.

{% stepper %}
{% step %}

### Start with a name and location

To begin setting up a project, start by entering a 'Title' (typically the name of the Project), a 'Project Code' (typically an internal reference used to identify a Project), and a 'Location'. The location can be approximate (e.g. Melbourne) or a specific address, which can also be selected directly from the map. This location helps us automatically assign a relevant climate file for your Project.

<figure><img src="/files/zKjOvuh5Xl2bJeFLtRY6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Provide basic geometry

Next, provide basic geometry information, including the number of 'Storeys' and the typical Floor to Floor Height', both of which can be adjusted later if needed.

<figure><img src="/files/NP2M1NdBgQFsMMUvmdIP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set up a Flow

You’ll then create the Project Flow, which is the foundation of our project management system. Simply enter a 'Start and End Date', and assign a 'Project Manager'. A Project Manager plans, reviews, executes, and delivers projects. This can also be updated again later of things change.

<figure><img src="/files/ulwHHyMMbmSWUam42Zoc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set up a Workflow

Finally, set up a Workflow by choosing either a local building code or designer mode. If using a building code, you’ll need to specify the 'Building Class' and the 'Climate Zone'. Once these details are in place, hit '+Create' and you're ready to begin your first design.

<figure><img src="/files/jQodbGav2ATBacMsFHRL" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.betterbuilding.io/create-your-first-project/create-a-project.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.
