# Manage Project

Projects in Impler play a vital role in organizing imports effectively. You can invite your peers to the team and collaborate on Imports.

## How Projects Work?

### Open Projects Modal

Click on your project name on the top left corner of the Impler platform below the Impler logo to open Projects Modal.

<figure><img src="/files/TdpYCmWkYrjSgdx2TSz0" alt=""><figcaption><p>Open Projects Modal</p></figcaption></figure>

### Create Project

You can create unlimited projects in Impler. To create a new project write the project name in text input and click on `Create`. Upon creating a project you will be switched to a new project automatically.

<figure><img src="/files/3fGWkw4wNUFO1YvWSK5z" alt=""><figcaption><p>Create new Project</p></figcaption></figure>

### Switch Project

Once the project is created it will be shown on the projects menu. As `Owner` only you can delete the project.

<figure><img src="/files/fiO286cTufnEFk2euayA" alt=""><figcaption><p>Switch Project</p></figcaption></figure>

{% hint style="info" %}
Only the **Project Owner** can delete the project.
{% endhint %}

***

If you have any questions, suggestions, or comments. Feel free to reach out to us over [**Discord**](https://discord.impler.io). We’re constantly improving to deliver the best Data Importer for your product, and we value your input.


---

# 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.impler.io/platform/manage-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.
