# Project

- [Manage Project](https://docs.qore.dev/project/manage-project.md)
- [Create New Project](https://docs.qore.dev/project/manage-project/create-new-project.md): Let's start create system and application by create new project!
- [Customize Project](https://docs.qore.dev/project/manage-project/customize-project.md): Customize the appearance of the project based on the category or theme of your project
- [Delete Project](https://docs.qore.dev/project/manage-project/delete-project.md): Be careful before deleting the project because it will delete the application and system that is in it too. Likewise for apps that have been released :(


---

# 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.qore.dev/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.
