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

# Introduction

**GeoDin Onsite** is a powerful field data collection software designed for geotechnical and environmental investigations. It digitizes traditional paper-based workflows, enabling efficient, validated data entry directly from the field using Windows tablets, laptops, or desktops.\
\
Besides easy geo-data collection, GeoDin Onsite simplifies sample registration through automatic QR label printing-minimizing the risk of data loss or mix-ups. The application also supports photo documentation and GPS coordinate capture at the moment of data entry, ensuring rich and reliable datasets.

## Key Features

#### **1. Digital Field Forms**

* Replicates familiar paper forms in a touchscreen-friendly interface.
* Supports both keyboard and stylus input.
* Real-time validation ensures data completeness and accuracy.

#### **2. Sample Management**

* Automatic label generation with QR codes.
* Prevents sample mix-ups and enhances traceability.
* Supports photo attachments for visual documentation.

#### **3. Conditional Logic**

* Dynamic form behavior based on field conditions.
* Enforces rules for mandatory fields and acceptable value ranges.

#### **4. Seamless Integration**

* Direct data transfer to GeoDin desktop software.
* Easy data integration for geotechnical reporting in GeoDin Desktop.

## Get started

New to GeoDin Onsite? Here's the recommended reading order:

1. [Installation & licensing](/geodin-onsite/getting-started/installation-and-licensing.md) - download, install, and activate your license
2. [The Onsite user interface](/geodin-onsite/getting-started/onsite-user-interface.md) - an orientation tour of the app
3. [First steps](/geodin-onsite/getting-started/first-steps.md) - create your first form end-to-end in about 10 minutes

Already up and running? Dive into the [Core concepts](/geodin-onsite/core-concepts/forms-and-projects.md) to understand the mental model behind forms, projects, and file delivery, or jump straight to the [Guides](/geodin-onsite/guides/g1-drilling-report.md) for task-focused walkthroughs.

Find out more at:

{% embed url="<https://www.geodin.com/suite/geodin-onsite>" %}


---

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