# Projects

## List Projects

![List projects in C6](/files/3QVrTlgG7WyfIInMGdMD)

You'll see a pagination button on the bottom if you have more than 10 projects. You can move between the list pages using the arrows or by clicking on the page number.

## Open Project

Clicking **`Open`** in front of a project will open the project, and show a [list of jobs](/projects-and-jobs/jobs.md#list-jobs) in that project.&#x20;

In the Job list page, you can always click the project name on the top left to get back to the project list.

![Open a project to view list of saved jobs](/files/R7SkBFJUREf2mqGqne39)

## Create New Project

You can create a new project by clicking the **`New Project`** Button. The dialog box gives you option to enter a name and description of the project.

Make sure you give the project a unique name. A repeat name will not be allowed.

![Create new 3D printing project in C6](/files/2FO58jhmYXRfdGH6pwND)

## Edit Project

An existing project can be edited by clicking the **Edit button** <img src="/files/rKhsHQE2ZCY8bm1DQuZm" alt="" data-size="line"> in front of the project name, under **`Actions`** column.&#x20;

This will open up the same dialog box as **New Project,** and you can update the details and save again.

![Edit existing project in C6](/files/6vvRKeCtTx2AzUQDZolj)

## Remove Project

You can remove a project from your account by clicking **Delete Project** <img src="/files/RbExkR41Qe83SFksPqA7" alt="" data-size="line"> in front of the project name, under **`Actions`** column. On confirming, your project will be removed from the list and account.

{% hint style="warning" %}
Once deleted, a project cannot be retrieved. Hence, delete a project at your own discretion. Check [Retrieve Deleted Project](#retrieve-delete-project) below
{% endhint %}

## Retrieve Deleted Project

Once you delete a project, it is not possible to retrieve it from the user interface. If the project was deleted by mistake, our team can help you recover it. Please reach out to <info@fabheads.in> for the same.

{% hint style="warning" %}
Please note, our regular server cleanup removes all files related to deleted projects from the cloud permanently. The threshold for this deletion is 7 days after the project is deleted. If you request a recovery after that, any recovery might not be possible.
{% endhint %}


---

# 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://docs.c6.fabheads.com/projects-and-jobs/projects.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.
