# Project Setup

**Creating New project:**

1. Click "Create New Project" button.

   <figure><img src="/files/II3rLqxkvKWpyYzsIbqs" alt=""><figcaption></figcaption></figure>
2. Enter desired project name in the empty text box followed and select whether the project will contain one or multiple tables.  We recommend starting with a single table for your first project.
3. It is very important to run the Grant statements (outside of the app) provided when creating a project. Failure to do so will results in errors when trying to select data during the next step.  See [Object Privileges](/other/object-privileges.md) for more details.
4. Click "Create Project" to continue.

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

**Resuming an existing project:**

1. If this is not your first time using the app, you will see a list of existing projects.  Click an existing project to view details about that project.  Details include high level stats like the schema/tables/chosen, the learning model and whether the model has been trained successfully
2. Click "Load Project".

   <figure><img src="/files/mxqi1OulolvjzC8FgU3K" alt=""><figcaption></figcaption></figure>
3. After the project is loaded you can click "Resume Project" to pick up where you left off. If you've gone all the way through a project, this will load the Data Exploration page.

Deleting an existing project:

1. Once a project has been loaded, you will have the option to delete the project.

<mark style="color:red;">**WARNING**</mark>: Deleting a project will also drop any synthetic data generated using that project.  Please copy the data if needed before doing this.


---

# 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.datamynd.ai/application-workflow/project-setup.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.
