# Project

- [What is a project?](https://docs.datagym.ai/documentation/project/what-is-a-project.md): Let me introduce you: a project
- [Create a new project](https://docs.datagym.ai/documentation/project/create-a-new-project.md): How to create a new project
- [Update a project](https://docs.datagym.ai/documentation/project/update-a-project.md): How to update a project
- [Delete a project](https://docs.datagym.ai/documentation/project/delete-a-project.md): How to delete a project
- [Connect a dataset](https://docs.datagym.ai/documentation/project/connect-a-dataset.md): How to connect a dataset or remove the connection.
- [Export data](https://docs.datagym.ai/documentation/project/export-data.md): How to export the labeled data.
- [Import Data](https://docs.datagym.ai/documentation/project/import-label.md): How to import labels


---

# 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.datagym.ai/documentation/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.
