> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/mongodb-compass.md).

# MongoDB Compass

## Ссылки

MongoDB: [mongodb.com](https://www.mongodb.com/)

mongodb-js / compass: [github.com](https://github.com/mongodb-js/compass/releases)

## Описание

### Функции

* **Визуальное представление схемы данных**. Compass автоматически анализирует структуру коллекций и показывает типы данных в каждом поле, распределение значений, гистограммы для числовых полей.
* **Визуальный конструктор запросов**. Позволяет строить сложные запросы через интерфейс drag-and-drop, не используя ручной синтаксис MongoDB.
* **Визуальное построение агрегационных запросов**. Каждый этап pipeline отображается отдельно с промежуточными результатами.
* **Управление индексами**: просмотр существующих индексов, анализ использования индексов, создание новых индексов.
* **Мониторинг производительности**. Встроенный Performance Advisor анализирует медленные запросы и предлагает рекомендации по оптимизации.
* **Валидация схемы**. Позволяет создавать и управлять схемами валидации документов.
* **Экспорт и импорт данных** в различных форматах: JSON, CSV, BSON.

## Установка

**Скачать MongoDB Compass** можно с официального сайта MongoDB: [mongodb.com](https://www.mongodb.com/try/download/compass).

Или с github: [github.com](https://github.com/mongodb-js/compass/releases)

Или тут: O:\Дистрибутивы\MongoDB Compass

## Настройка

**После установки** Compass нужно подключить к экземпляру MongoDB. Для этого нужно:

1. Открыть Compass.
2. Добавить новое подключение: ввести строку подключения к экземпляру MongoDB (например, локальному или размещённому в MongoDB Atlas).
3. Нажать «Подключиться» — установить соединение между Compass и сервером MongoDB.


---

# 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 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://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/mongodb-compass.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.
