# ArcGIS Overview

GeoDin integrates with ArcGIS Pro and ArcGIS Online through Excel-based data exchange. This section covers the complete workflow from planning borehole locations in ArcGIS, through data collection and report generation in GeoDin, to publishing results back to ArcGIS Online.

## Workflow overview

The integration follows a five-step sequence:

| Step                                                                                | Direction                  | What happens                                                                        |
| ----------------------------------------------------------------------------------- | -------------------------- | ----------------------------------------------------------------------------------- |
| 1. [Plan and export to GeoDin](/integrations/overview/plan-and-export-to-geodin.md) | ArcGIS Pro → GeoDin        | Create borehole locations in ArcGIS Pro, export as Excel, import into GeoDin        |
| 2. [Export to ArcGIS Pro](/integrations/overview/export-to-arcgis-pro.md)           | GeoDin → ArcGIS Pro        | After field data collection, export enriched data back to ArcGIS as feature classes |
| 3. [Generate reports](/integrations/overview/generate-reports.md)                   | GeoDin                     | Generate borehole log and CPT reports, export as PDF                                |
| 4. [Attach reports to features](/integrations/overview/attach-reports.md)           | ArcGIS Pro                 | Attach GeoDin PDF reports to the corresponding ArcGIS feature class points          |
| 5. [Publish to ArcGIS Online](/integrations/overview/publish-to-arcgis-online.md)   | ArcGIS Pro → ArcGIS Online | Publish feature layers with attached reports for web-based access                   |

## Prerequisites

* GeoDin with an active database and project
* ArcGIS Pro with a geodatabase (GDB)
* ArcGIS Online account (for step 5)

## Video tutorials

Each page in this section includes timestamped links to the corresponding Loom video walkthrough. These videos show the exact steps with real GeoDin and ArcGIS Pro screens.


---

# Agent Instructions: 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://docs.geodin.com/integrations/overview.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.
