# Project

[What is Project? ](#what-is-project)

[How to Create a Project?](#how-to-create-a-project)

[Key Components of Project Workspace](#key-components-of-project-workspace)

## What is Project?

Project is a workspace in Doraverse, designed to help you:

* Organize your work by topic, client, or goal
* Keep all related chats, files, and instructions in one place
* Tailor AI's responses specifically for that project

## **How to Create a Project?**

* Click the **+** button next to the Projects title.
* Fill in the Project Name and click **Save**. A **Project Workspace** will appear.

## **Key Components of Project Workspace**

* **Project Title:** The name of the project folder you selected. You can rename it anytime by clicking the dropdown Option button.
* **Color Options:** Assign a color to your project for easier categorization and visual organization.
* **Add Chat Files:** Chats within this project will have access to the uploaded files for reference or content generation. You can upload files such as PDFs, images, spreadsheets, and more.
* **Add Instructions:** Tailor how the AI model behaves in this specific project. You can specify writing style, topics to focus on or ignore, preferred language, etc.
* **Recent Chats in this Project:** Displays a list of all chat threads associated with this project. Click to reopen any previous discussion.
* **New Chat Box:** Start a new conversation within this project. Anything you type here will be part of the project and have access to its files and instructions.


---

# 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.doraverse.com/feature-list/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.
