# Projects Dashboard

The **Dashboard** is your central hub for managing all your projects and credits. From here, you can create new projects or manage your previous ones.

### **Accessing the Dashboard:**

1. Go to the **hippist AI homepage**.
2. Click on the **profile icon** located at the top right corner.
3. From the dropdown menu, select **Projects**.

<figure><img src="/files/1QdcHKwQ3QQOB88qVaJ7" alt=""><figcaption></figcaption></figure>

***

### On the **Dashboard**, you can:

* **Create a new project** by clicking the "Create New" button.
* **View and manage your old projects**. Each project is listed for easy access.

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

***

### **Managing Old Projects:**

* To **edit** an existing project, simply **click on the project** you want to work on, and you’ll be redirected to the editing page.
* To **delete** a project, select the trash icon next to the project you want to remove.

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

The **Projects** **Dashboard** makes it easy to stay organized, whether you’re starting fresh or revisiting previous projects.


---

# 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://help.hippist.com/getting-started/navigating-the-user-interface/projects-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.
