# Pre-installed apps

| App name                                                      | Description                                                                                                                                  |
| ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Files](/index/apolo-console/apps/pre-installed/files.md)     | A file manager facilitating access to the underlying network storage within the cluster.                                                     |
| [Buckets](/index/apolo-console/apps/pre-installed/buckets.md) | An object storage service that enables the creation of buckets, credential acquisition, and efficient management of stored objects.          |
| [Disks](/index/apolo-console/apps/pre-installed/disks.md)     | An app for managing block storage, streamlining the configuration, allocation, and maintenance of persistent disks.                          |
| [Images](/index/apolo-console/apps/pre-installed/images.md)   | A UI for the container image registry available within the cluster.                                                                          |
| [Secrets](/index/apolo-console/apps/pre-installed/secrets.md) | A secure secret store integrated with other apps, ensuring safe management and usage of credentials and keys.                                |
| [Jobs](/index/apolo-console/apps/pre-installed/jobs.md)       | A tool enabling the execution of containerized workloads, seamlessly integrated with other apps and cluster resources.                       |
| [Flows](/index/apolo-console/apps/pre-installed/flows.md)     | A workflow engine designed to execute jobs organized in Directed Acyclic Graphs (DAGs) with integrated data caching for enhanced efficiency. |


---

# 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.apolo.us/index/apolo-console/apps/pre-installed.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.
