# Creating a Project

After launching Squirrel365, there are a couple of ways to **Create a Project**, including starting a **New Project** or opening a **template**.

### Create a New Project

Selecting '**Start new project**' will create a blank canvas for you to work with.

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

After creating the project, the canvas size will default to 1366x768, which we've dubbed 'Desktop Small'. You can easily change the canvas size in a couple of ways:

* **Via the Width/ Height properties** - these properties can be manually edited to change the canvas size, **or** bound to the spreadsheet.
* **'Canvas size' dropdown** - displays a list of predefined canvas sizes suitable for projects of desktop, tablet, and mobile sizes.

### Load a Template

The Squirrel home screen allows you to load a template downloaded from the [**Squirrel Marketplace**](https://marketplace.squirrel365.io/templates). When you select a template, the canvas will fill with pre-designed components and a fully functional spreadsheet.

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

Each template provides distinct designs, base functionality, and calculations, all clearly labeled in the Object Browser and within the spreadsheet. The data in the spreadsheet is organized into '**About this Template**', '**Calculations**', '**Styling**', and '**App Logic**' sheets.


---

# 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://learn.squirrel365.io/getting-started/creating-and-managing-projects/creating-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.
