> 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/es/mapas/qgis-integration.md).

# Integración con QGIS

`GeoDinQGIS` le permite trabajar con Bases de datos GeoDin en QGIS.

## Requisitos

* La Base de datos fue creado usando GeoDin.
* Una Instalación de QGIS de 32 bits Versión 2.0 o mejor.

## Instalar el complemento GeoDinQGIS

{% stepper %}
{% step %}

#### Paso 1: Abrir el Gestor de complementos de QGIS

Puede Instalar el complemento con el Gestor de complementos integrado de QGIS. Abrir el **Complementos** menú y Elija "Gestionar e Instalar complementos".
{% endstep %}

{% step %}

#### Paso 2: Buscar a: el complemento

Introduzca **"*****GeoDinQGIS*****"** en el cuadro de búsqueda. La Versión más Actual del complemento se instalará.
{% endstep %}

{% step %}

#### Paso 3: Iniciar el complemento

Después de la Instalación, el complemento puede iniciarse desde la Barra de herramientas de QGIS.
{% endstep %}
{% endstepper %}

Información sobre diferentes versiones de `GeoDinQGIS` se puede encontrar aquí <https://plugins.qgis.org/plugins/GeoDinQGIS/>.

***

## Trabajar con GeoDinQGIS

`GeoDinQGIS` ofrece la siguiente funcionalidad:

* Visualización de Bases de datos, Proyectos y Objetos
* Visualización de Objetos GeoDin en un Mapa de QGIS
* añadir nuevos Objetos en GeoDin
* Ejecutar Consultas GeoDin
* Crear Consultas de Usuario en QGIS
* Visualización de Diseños GeoDin

{% hint style="info" %}
Información detallada e instrucciones sobre todas estas funciones y sobre la Instalación se pueden encontrar en la ayuda integrada de GeoDinQGIS.
{% endhint %}


---

# 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/es/mapas/qgis-integration.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.
