# Project

- [Get All Projects](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-all-projects.md)
- [Get Project by ID or Name](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-project-by-id-or-name.md)
- [Get Projects by Company ID](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-projects-by-company-id.md)
- [Get Active Project By ID](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-active-project-by-id.md)
- [Get All Projects by User's Companies](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-all-projects-by-users-companies.md)
- [Get All Companies](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/get-all-companies.md)
- [Create Project](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/create-project.md)
- [Update Project](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/update-project.md)
- [Delete Project](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/delete-project.md)
- [Upload File to Project](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/upload-file-to-project.md)
- [Delete Mobile App](https://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/project/delete-mobile-app.md)


---

# 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://testinium.gitbook.io/testinium-enterprise/apis/enterprise-2.0/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.
