> 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/integrations-and-plug-ins.md).

# Integrations & Plug-ins

- [ArcGIS Overview](https://docs.geodin.com/integrations-and-plug-ins/overview.md): End-to-end workflows for integrating GeoDin geotechnical data with ArcGIS Pro and ArcGIS Online
- [Plan and Export to GeoDin](https://docs.geodin.com/integrations-and-plug-ins/overview/plan-and-export-to-geodin.md): Plan borehole locations in ArcGIS Pro and import them into GeoDin with full coordinate integrity
- [Export to ArcGIS Pro](https://docs.geodin.com/integrations-and-plug-ins/overview/export-to-arcgis-pro.md): Export borehole data from GeoDin to Excel and convert it into ArcGIS Pro point feature classes with the full attribute set
- [Generate Reports](https://docs.geodin.com/integrations-and-plug-ins/overview/generate-reports.md): Generate borehole log and CPT reports in GeoDin and export them as one PDF per object, ready to attach to ArcGIS features
- [Attach Reports](https://docs.geodin.com/integrations-and-plug-ins/overview/attach-reports.md): Attach GeoDin PDF reports to ArcGIS Pro borehole points with an attachment key and the Generate Attachment Match Table tool
- [Publish to ArcGIS Online](https://docs.geodin.com/integrations-and-plug-ins/overview/publish-to-arcgis-online.md): Publish GeoDin borehole data and attached reports from ArcGIS Pro to ArcGIS Online for web-based access
- [Export to Leapfrog Geo](https://docs.geodin.com/integrations-and-plug-ins/leapfrog-geo-export.md)
- [Installing Plug-ins](https://docs.geodin.com/integrations-and-plug-ins/installing-plug-ins.md)
- [gINT Converter](https://docs.geodin.com/integrations-and-plug-ins/introduction.md)
- [Convert gINT Database to GeoDinML](https://docs.geodin.com/integrations-and-plug-ins/introduction/convert-gint-databases-to-geodinml.md)
- [REST API Overview](https://docs.geodin.com/integrations-and-plug-ins/rest-api-overview.md)
- [COM API](https://docs.geodin.com/integrations-and-plug-ins/overview-1.md): Overview of GeoDin's COM API - automation entry points for scripting and integration.
- [Method Reference](https://docs.geodin.com/integrations-and-plug-ins/overview-1/method-reference.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/integrations-and-plug-ins.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.
