# Navigating Between the Editor and Dashboard

Fater has two main interfaces you'll interact with:

1. **The Dashboard:** Your central hub for managing all your projects, your organization, and account settings.
2. **The Editor:** The detailed workspace where you actively work on a *single* project's layers, assets, videos, and AI features.

You'll frequently move between these two views. Here's how:

***

### Moving from Dashboard to Editor

This happens automatically when you decide to work on a specific project.

1. From the **Dashboard**, find the project you want to work on in the **Project Card grid** ("My Projects" or "Favourites" tab).
2. **Open the project** by either:
   * Hovering over the Project Card and clicking the **"Open" button/icon**.
   * **Double-clicking** the Project Card.
3. The Fater Editor will load, displaying the content and tools for that specific project.

*(See* [Opening an Existing Project](/fater-ai-docs/opening-an-existing-project.md) *for more details)*

***

### Moving from Editor to Dashboard

When you are finished working on a specific project in the Editor and want to return to manage other projects or settings:

1. Locate the **Global Sidebar** positioned on the far left edge of the Editor screen.
2. Click the **Menu** icon (☰) at the very top of this sidebar.
3. A small menu will appear. Select the **"Back to Dashboard"** option. *(Placeholder: Add screenshot)*
4. You will be taken back to your main Fater Dashboard, likely showing the "My Projects" view.

*(Remember: Your work in the editor is saved automatically, so you typically don't need to perform a manual save action before returning to the Dashboard.)*


---

# 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/navigating-between-the-editor-and-dashboard.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.
