> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/configura-tus-conexiones/siigo/crea-tu-conexion-a-siigo.md).

# Crea tu conexión a Siigo

{% hint style="info" %}
**Conexión Oauth**: Instala nuestra aplicación en tu cuenta para que podamos conectarlo a otras apps.
{% endhint %}

Para crear tu Plug para Siigo, necesitarás la Access Key o Código de Acceso de tu cuenta. Debajo, te mostramos cómo puedes conseguirla.

1. **Haz clic en el engranaje** de la parte superior de tu pantalla de inicio para abrir las configuraciones de tu cuenta.

   <figure><img src="https://lh4.googleusercontent.com/uH3AC6yIFB2QN3RreTi6b5YlIh6x-omsgDjVG6IGWCQZ6zZ4mpVEOCutYDSv7qu_pj7n32vijza0o83758jSMQUGhQHVPUtcgSN3VhjCzNZC1NZeIOGAFjddKg0iUtBZGf_lQaI46LWtIg1mgtTGUQ" alt=""><figcaption></figcaption></figure>
2. Haz clic en “Credenciales de integración a plataformas digitales (Siigo API)” debajo de “Alianzas e integraciones” y “Configuraciones e integraciones.”

   <figure><img src="https://lh4.googleusercontent.com/ffbZN_LwiueFbz9kT5Fhznf48F7QW2U068VcFKfAO6iUNrpWW_00HaMbGhs5hPJwlBFF7fqJkbjF8y-PjP8hAoDusq5CpCG4DjDZnIDe5R1I2EvN6l5I2guqVMGV11irt42TUE_9CR-FMcTCgHnTvw" alt=""><figcaption></figcaption></figure>
3. **Copia tu Usuario API y Access Key**. Ya tienes todo lo que necesitas para crear tu Plug.

   <figure><img src="https://lh4.googleusercontent.com/TLeuHNvuGQ2Kbf_-3OLBtVlMM5PFibAvus7sR5yWVduIdsE-fEhhMz2J6GzFnN_VGE7sNAc7uHwLpqyzaoLxBuTJsvPjL1_vqzYnp1FE3j2WTwkl_j0WTScAoHj_JqUZJ4VybQNqNI18vd4qA2pTng" alt=""><figcaption></figcaption></figure>

### Configura el acceso

1. **Dirígete a “Plugs”** en la parte superior de tu interfaz de GearPlug.

<figure><img src="https://lh7-us.googleusercontent.com/igXn6yuk3ivwRdf_-3uFtExBx9OyyPapcgnAcjZYRcYAwZZIv4LUT6CCza7DMvUbQZQNrR4SKpAojBhrDBYybPhUWeyQ0f64C4LVL9c9S1BlDqqwV6y2ImQmsVU7WUisaVLBCHO56vM_rudyKJLcJw" alt=""><figcaption></figcaption></figure>

2. **Selecciona Siigo** debajo de “Nuevo Plugs” y haz clic en “Crear”.

<figure><img src="/files/QvpqcMyhXyXDWs8WPO2b" alt=""><figcaption></figcaption></figure>

3. **Pega el Usuario API y Access Key** que conseguimos en nuestra cuenta, siguiendo los pasos anteriores, en los campos correspondientes. Haz clic en “Agregar” para terminar la configuración.

<figure><img src="/files/7f8wwwh4192Gk4G10Ef5" alt=""><figcaption></figcaption></figure>


---

# 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.gearplug.io/configura-tus-conexiones/siigo/crea-tu-conexion-a-siigo.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.
