> For the complete documentation index, see [llms.txt](https://echelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://echelp.weaver.com.co/projects/new-project.md).

# New Project

In the Project app, simply click on the "New Project" to start creating a new project.

<figure><img src="/files/3FEHgH8oNKEfE6jxM5OY" alt=""><figcaption></figcaption></figure>

Fill in the details of the project accordingly, such as the name of the project, the person in charge, the due date, etc.

<figure><img src="/files/6hIP497tIEplsp2acUve" alt=""><figcaption></figcaption></figure>

Alternatively, you can create project from templates. Templates will automatically fill in fields with pre-set data.

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

When a project is created, a directory will automatically be generated in the system knowledge management system to store all the attachments and files related to the project.

At the same time, subfolders will also be created based on tasks, and attachments will be organized accordingly.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://echelp.weaver.com.co/projects/new-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.
