> 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/support.md).

# Support

- [Get Support](https://docs.geodin.com/support/get-support.md): GeoDin® offers the following ways to contact our support team:
- [Release Notes](https://docs.geodin.com/support/release-notes.md): Version-by-version release history for GeoDin Desktop, with links to the documentation and Help Center articles for each released feature.
- [Troubleshooting](https://docs.geodin.com/support/troubleshooting.md): Symptom-first troubleshooting for GeoDin - find your error message or problem area, get the cause and the fix, with diagnostics for everything else.
- [Database connection problems](https://docs.geodin.com/support/troubleshooting/database-connections.md): Fixes for GeoDin database connection problems - locked Access databases, moved files, long paths, and safely handing data to colleagues or support.
- [Object type and dictionary problems](https://docs.geodin.com/support/troubleshooting/object-types-and-dictionaries.md): Fixes for GeoDin object type and dictionary errors - missing object types, dictionaries that fail to load, and standard-change hazards.
- [Licensing problems](https://docs.geodin.com/support/troubleshooting/licensing.md): Fixes for GeoDin licensing problems - renewed licenses not active in the client, network license access, and module-license limitations.
- [Installation and update problems](https://docs.geodin.com/support/troubleshooting/installation-and-updates.md): Fixes for GeoDin installation and update failures - blocked installers, Program Files write errors, failed online updates, and missing customizations after updating.
- [Layout and graphic problems](https://docs.geodin.com/support/troubleshooting/layouts-and-graphics.md): Fixes for GeoDin layout and graphic problems - the colored dashed frame diagnostic, grayed-out buttons and fields, depth-scale issues, and layout recovery.
- [Configure Network Dongle Access (GeoDin 7-9.0)](https://docs.geodin.com/support/troubleshooting/configure-network-dongle-access-geodin-7-9.0.md)
- [Update Incomplete Message (until GeoDin 10.1)](https://docs.geodin.com/support/troubleshooting/update-incomplete-message-until-geodin-10.1.md)
- [General error messages](https://docs.geodin.com/support/troubleshooting/general-error-messages.md): What to do about generic or unclassified GeoDin error messages that do not point to a specific known cause.
- [Glossary](https://docs.geodin.com/support/glossary.md): Definitions of GeoDin terms, data formats, and geotechnical standards, with German equivalents, each linking to the page that explains it in full.


---

# 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/support.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.
