# Apps

The Apolo console offers two categories of applications: Pre-installed Apps and [Available Apps](https://github.com/neuro-inc/apolo-documentation/blob/master/docs/documentation/english/core/apps/available-apps/README.md). This section will go over how you can use Apolo CLI to interact with Apps in Apolo.

#### Pre-installed Apps

Pre-installed apps are essential tools that come standard with the Apolo console, giving ML engineers instant access to key functionalities and facilitating efficient processes without requiring any additional setup. These apps a core part of the platform core and can be interacted with using Apolo CLI.

#### Available Apps

Available apps are a collection of popular and widely-used tools in the machine learning industry. These apps are not installed by default and must be installed before you can use them. You can explore and install any of these apps according to your project requirements. These apps are installable experiences and can currently only be managed using Apolo Console.


---

# 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-concepts-cli/apps.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.
