# Comrade

## Comrade

- [Introduction](https://moshe-1.gitbook.io/comrade/master.md): Elasticsearch Comrade is admin panel and visualization for Elastic products. It built with usability, maintainability and user experience in mind while keeping the app as much performant as possible
- [Installation](https://moshe-1.gitbook.io/comrade/installation.md)
- [Using Docker](https://moshe-1.gitbook.io/comrade/installation/using-docker.md): Docker is the most recommended way to run Comrade in production.
- [Using pip](https://moshe-1.gitbook.io/comrade/installation/using-pip.md): Describes the instruction to follow in order to install comrade using pip
- [From Source](https://moshe-1.gitbook.io/comrade/installation/from-source.md): Mostly for development purpose
- [Configuration](https://moshe-1.gitbook.io/comrade/configuration.md): Describes Comrade's various configuration options
- [Cluster Discovery](https://moshe-1.gitbook.io/comrade/configuration/cluster-discovery.md): Cluster discovery explained
- [Parameters and Environment Variables](https://moshe-1.gitbook.io/comrade/configuration/parameters-and-environment-variables.md): Comrade can be configured via env variables and command line parameters
- [Development](https://moshe-1.gitbook.io/comrade/development.md): Project setup and tests
- [Main Screen](https://moshe-1.gitbook.io/comrade/screens/main-screen.md): High level overview of the selected cluster
- [Index Settings](https://moshe-1.gitbook.io/comrade/screens/main-screen/index-settings.md): Configure, customers and edit common index options
- [REST](https://moshe-1.gitbook.io/comrade/screens/rest.md): Feature full rest API editor with history and saved queries
- [Contributing](https://moshe-1.gitbook.io/comrade/other/contributing.md): Get involved 😀
- [Changelog](https://moshe-1.gitbook.io/comrade/other/changelog.md)
- [Roadmap](https://moshe-1.gitbook.io/comrade/other/roadmap.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://moshe-1.gitbook.io/comrade/master.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.
