# Creating a New Project

Starting a new project in Fater is simple and can be done from either the Dashboard or directly within the Editor view if you already have another project open.

***

### Method 1: Creating from the Dashboard

This is the most common way to start when you first log in or are managing your existing projects.

1. Navigate to your **Fater Dashboard**.
2. Ensure one of the project list tabs is active in the Left Sidebar (e.g., **"My Projects"** 📁 or **"Favourites"** ⭐).
3. In the header bar above the Main Content Area, click the **`+ New`** button. *(Placeholder: Add screenshot)*
4. A new project is created instantly.

***

### Method 2: Creating from Within the Editor

If you are already working inside a project in the Editor, you can create a new one without going back to the Dashboard.

1. Locate the **Global Sidebar** on the far left of the Editor screen.
2. Click the **Menu** icon (☰) at the top of the sidebar.
3. From the menu that appears, select **"New Project"**. *(Placeholder: Add screenshot)*
4. A new project is created.

***

### What Happens Next?

* **Automatic Naming:** Fater automatically assigns a name to your new project, usually based on the current date and time (e.g., "Project 05-15 14H30:15"). You can easily rename this later. *(See* [Project Actions from the Dashboard](/fater-ai-docs/project-actions-from-the-dashboard.md)*)*
* **Opens in Editor:** Regardless of which method you use, Fater will immediately **open the newly created project** in the **Image Editor** mode, presenting you with a blank canvas ready for you to add layers or start generating content.
* **Saving:** Remember, Fater saves your project progress automatically after 5 seconds of inactivity.

You are now ready to start working on your new Fater project!


---

# 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://fater.gitbook.io/fater-ai-docs/creating-a-new-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.
