# Manage

The "Manage" section enables the management of various resources, including applications, databases, virtual machines, and Kubernetes clusters. It offers endpoints for creating, deleting, updating, and retrieving information about these resources, as well as attestation results for security assessment.

1. **Application:** endpoints for managing applications
2. **Database:** endpoints for managing databases
3. **Kubernetes:** endpoints for managing Kubernetes resources
4. **Virtual Machine:** endpoints for managing virtual machines
5. **Configurations:** endpoints for retrieving data used in resource creation
6. **Attestation:** endpoints for both retrieving and creating attestations for resources, including applications, databases, Kubernetes resources, and virtual machines. Attestations help in ensuring the integrity and authenticity of these resources.


---

# 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.enclaive.cloud/enclaive-multi-cloud-platform/developers/api/client-api/manage.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.
