> 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/getting-started/installation.md).

# Installation

GeoDin® Ground is distributed as a free plug-in on the **Autodesk Marketplace**. The installer adds a **GeoDin® Ground** ribbon tab to Civil 3D with all plug-in commands.

### Prerequisites

* **Autodesk Civil 3D 2025, 2026, or 2027** installed and licensed.
* **A GeoDin® database** containing the boreholes you want to visualise. The database can be a file-based Microsoft Access file (`.mdb` / `.accdb`) or a client/server database connection already configured in GeoDin®.
* *(Optional)* GeoDin® itself installed on the same machine - useful for editing the underlying records, but not required to run GeoDin® Ground against an existing database.

> **No database yet?** The plug-in installer ships with a **Denver** sample database you can use to explore every command. It is also downloadable directly:
>
> {% embed url="<https://resources.geodin.com/downloads/autodesk/data/demo/DenverDemoDatabase.accdb>" %}

### Download and install the latest version

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

1. Open Autodesk Marketplace and search for **GeoDin® Ground** (or use the link above).
2. Download and run the installer.
3. Start or restart Civil 3D.
4. A new **GeoDin® Ground** ribbon appears in Civil 3D. If you do not see it, confirm you installed against the Civil 3D version you actually launch, then restart Civil 3D.

> **Checking the current version:** the [GeoDin® Ground listing on Autodesk Marketplace](https://marketplace.autodesk.com/apps/e980e6d6-57f3-4de3-b311-0da8181b0ff6) always shows the current release number and full Civil 3D compatibility list.

### Running fully offline

GeoDin® Ground can run without any network connection. If your security policy requires it, place the `.accdb` file on the local hard drive, install Civil 3D and GeoDin® Ground on the same machine, and disconnect from the network. Every command described in these docs works in that configuration.

### Next steps

Once installed, continue with [First steps](/geodin-ground/getting-started/first-steps.md) to connect a database, load boreholes, and draw your first ground model.


---

# 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/getting-started/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.
