# Opening an Existing Project

Once you have created projects in Fater, you can easily open them from your Dashboard to continue working.

**Steps to Open a Project:**

1. Navigate to your **Fater Dashboard**.
2. In the Left Sidebar, ensure the correct project list is displayed by selecting one of these tabs:
   * **"My Projects"** 📁: Shows all your active projects.
   * **"Favourites"** ⭐: Shows only projects you've marked as favourites.
3. Locate the desired project in the **Project Card grid** within the Main Content Area. You can use the **Search Bar** at the top if you have many projects.
4. **Hover your mouse cursor** over the Project Card for the project you want to open.
5. Click the **"Open" button** (often represented by an icon like an arrow or folder, or simply text) that appears on the card, OR **double-click** anywhere on the Project Card. *(Placeholder: Add screenshot)*
6. Fater will load the project data and open it in the **Editor view**.

**What Happens When a Project Opens:**

* **Editor Loads:** The main Fater Editor interface will load, replacing the Dashboard view.
* **Activity Type:** By default, projects usually open in the **Image Editor** mode. You can switch to other modes (Asset Editor, Video Editor) using the Global Sidebar on the left if needed. *(See Activity Types (Editor Modes))*
* **Content Restoration:** All the layers, assets, videos, Agent chat history, and settings associated with that project are loaded onto the canvas and into the relevant panels.
* **Loading Indicator:** You may see a brief loading indicator while the project data is being retrieved.

You can now continue working on your project exactly where you left off.


---

# 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/opening-an-existing-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.
