> 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-desktop/pt/integracoes-e-plug-ins/overview.md).

# Resumo do ArcGIS

O GeoDin integra-se com o ArcGIS Pro e o ArcGIS Online por meio da troca de dados baseada em Excel. Esta seção cobre o fluxo de trabalho completo, desde o planejamento das localizações de furos no ArcGIS, passando pela Coleção de dados e pela geração de relatórios no GeoDin, até a publicação dos resultados de volta ao ArcGIS Online.

## Resumo do fluxo de trabalho

O fluxo de trabalho segue uma sequência de cinco etapas:

| Paso                                                                                                                    | Direção                       | O que acontece                                                                                           |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------- |
| 1. [Planejar e exportar para o GeoDin](/geodin-desktop/pt/integracoes-e-plug-ins/overview/plan-and-export-to-geodin.md) | ArcGIS Pro para GeoDin        | Criar localizações de furos no ArcGIS Pro, exportar como Excel, importar para o GeoDin                   |
| 2. [Exportar para o ArcGIS Pro](/geodin-desktop/pt/integracoes-e-plug-ins/overview/export-to-arcgis-pro.md)             | GeoDin para ArcGIS Pro        | Após a coleta de dados em campo, exporte os dados enriquecidos de volta ao ArcGIS como classes de feição |
| 3. [Gerar relatórios](/geodin-desktop/pt/integracoes-e-plug-ins/overview/generate-reports.md)                           | GeoDin                        | Gerar perfil litológico e relatórios CPT, exportar como PDF por objeto                                   |
| 4. [Anexar relatórios às feições](/geodin-desktop/pt/integracoes-e-plug-ins/overview/attach-reports.md)                 | ArcGIS Pro                    | Anexar os relatórios PDF do GeoDin aos pontos correspondentes da classe de feição do ArcGIS              |
| 5. [Publicar no ArcGIS Online](/geodin-desktop/pt/integracoes-e-plug-ins/overview/publish-to-arcgis-online.md)          | ArcGIS Pro para ArcGIS Online | Publicar camadas de feição com relatórios anexados para acesso baseado na Web                            |

Após a publicação, os resultados podem ser revisados em um navegador por meio de **ArcGIS Scene Viewer**, que suporta tanto mapas 2D quanto cenas 3D.

Para fluxos de trabalho de modelo de terreno 3D no Civil 3D (GeoDin Ground), veja [Integração com ArcGIS](https://docs.geodin.com/geodin-ground/workflows-and-integrations/arcgis-integration) incluido na documentação do GeoDin Ground.

## Pré-requisitos

* GeoDin com um banco de dados ativo e um projeto
* ArcGIS Pro com uma geodatabase (GDB)
* Conta do ArcGIS Online (para a etapa 5)

## Tutoriais em vídeo

Cada página nesta seção incorpora o seu passo a passo no YouTube com uma lista de capítulos. Os vídeos mostram as etapas exatas com telas reais do GeoDin e do ArcGIS Pro.


---

# 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-desktop/pt/integracoes-e-plug-ins/overview.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.
