> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/geodin-ground/ru/nachalo-raboty/installation.md).

# Установка

GeoDin® Ground распространяется как бесплатный плагин на **Autodesk Marketplace**. Установщик добавляет **GeoDin® Ground** вкладку ленты в Civil 3D со всеми командами плагина.

## Требования

* **Autodesk Civil 3D 2025, 2026 или 2027** установлен и лицензирован.
* **База данных GeoDin®** содержащая скважины, которые вы хотите визуализировать. База данных может быть файлом Microsoft Access на основе файла (`.mdb` / `.accdb`) или соединением с клиент-серверной базой данных, уже настроенным в GeoDin®.
* *(Необязательно)* Сам GeoDin® установлен на том же компьютере — полезно для редактирования исходных записей, но не требуется для работы GeoDin® Ground с существующей базой данных.

{% hint style="info" %}
**Базы данных ещё нет?** Установщик плагина поставляется с **Denver** примерной базой данных, с помощью которой можно изучить все команды. Её также можно скачать напрямую:
{% endhint %}

>

{% hint style="info" %}
{% embed url="<https://resources.geodin.com/downloads/autodesk/data/demo/DenverDemoDatabase.accdb>" %}
{% endhint %}

## Скачайте и установите последнюю версию

{% embed url="<https://marketplace.autodesk.com/apps/e980e6d6-57f3-4de3-b311-0da8181b0ff6>" %}

1. Откройте Autodesk Marketplace и найдите **GeoDin® Ground** (или воспользуйтесь ссылкой выше).
2. Скачайте и запустите установщик.
3. Запустите или перезапустите Civil 3D.
4. Новая **GeoDin® Ground** вкладка ленты появляется в Civil 3D. Если вы её не видите, убедитесь, что вы установили плагин для той версии Civil 3D, которую действительно запускаете, затем перезапустите Civil 3D.

{% hint style="info" %}
**Проверка текущей версии:** список [GeoDin® Ground в Autodesk Marketplace](https://marketplace.autodesk.com/apps/e980e6d6-57f3-4de3-b311-0da8181b0ff6) всегда показывает текущий номер релиза и полный список совместимости с Civil 3D.
{% endhint %}

## Работа полностью офлайн

GeoDin® Ground может работать без какого-либо сетевого подключения. Если это требуется вашей политикой безопасности, поместите `.accdb` файл на локальный жёсткий диск, установите Civil 3D и GeoDin® Ground на одном компьютере и отключитесь от сети. Все команды, описанные в этой документации, работают в такой конфигурации.

## Дальнейшие шаги

После установки продолжите с [Первые шаги](/geodin-ground/ru/nachalo-raboty/first-steps.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 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, and the optional `goal` query parameter:

```
GET https://docs.geodin.com/geodin-ground/ru/nachalo-raboty/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
