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

# Create a Project

A project is where you model, analyze, and compare the baseline and scenarios against each other.

From the dashboard, begin by clicking the **+ New Project** button.

<div align="left"><figure><img src="/files/Lo2ctsGRMh9CAtbBFTMT" alt="" width="563"><figcaption><p>Create your first project.</p></figcaption></figure></div>

Fill in the required information and click **Create**.

<div align="left"><figure><img src="/files/ugpUcmwqhzw5SF7HaTnQ" alt="" width="310"><figcaption><p>In a few simple steps, create a new project.</p></figcaption></figure></div>

After creating your project, configure more project settings by clicking [**All Project Settings**](/users-guide/create-a-project/all-project-settings.md) in the left-hand panel of the project page.

<div align="left"><figure><img src="/files/CJCKxRy5gUZEF4nG17IV" alt="" width="184"><figcaption><p>All Project Settings button found in the left-hand panel.</p></figcaption></figure></div>


---

# 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.cscale.io/users-guide/create-a-project.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.
