# Project

A **Project** node is a root element of the project. It is created automatically after creating a new project and its functionally identical to a [Folder](https://docs.testmace.com/node-types/folder) node. A **Project** node can't be created manually and can't be used as a child of other node types.

{% hint style="warning" %}
For now, you can not rename the Project folder in the app. Moreover, if you do that in the file system directly, it'll crash the whole project.
{% 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.testmace.com/node-types/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.
