> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/aplicaciones/d/duro.md).

# Duro

## **Conectar Duro en Violet**

Duro requiere una clave API para conectarse con Violet. Sigue las instrucciones [aquí](https://duro.zendesk.com/hc/en-us/articles/11814592464532-Quick-Start-Guide-to-using-Duro-s-GraphQL-API#h_01GMY1Z7ZGR8Y7KR4V8FG24F2M) para crear una, luego continúa con las instrucciones a continuación.

1. En [Violet](https://app.violetlabs.com/) (o [VioletGov](https://app.violetgov.com/)), navega a **Integraciones** y haz clic  <img src="/files/c9a1ccb6a5ec424f079229735ae4ac79c45a8d83" alt="" data-size="line">.&#x20;
2. Seleccione <img src="/files/02e5a742858655105e476df0ebd06dacd05d3f84" alt="" data-size="line"> **Duro.**
3. Selecciona el tipo de instancia de Duro (Standard o ITAR), ingresa tu clave API y haz clic <img src="/files/bed06bd1227f806a47c9be266c8366e7f1c0ebb0" alt="" data-size="line">.

   <figure><img src="/files/903ce54a44e8c124bb9fe86a26791b2f2ff79d99" alt="" width="375"><figcaption></figcaption></figure>

\[Opcional] Asigne permisos a los usuarios o grupos de usuarios que pueden ver los datos o editar las credenciales:

<figure><img src="/files/9bde6063db1d7fdbbb7d044eb39991cc0055d692" alt="" width="375"><figcaption></figcaption></figure>

4. Una vez conectado, puedes configurar qué tipos de datos ingerir, con qué frecuencia deben actualizarse los datos, etc.&#x20;
5. También puedes configurar una sincronización automática de los datos de Duro a otra aplicación. Cualquiera de tus integraciones que pueda recibir datos de Duro aparecerá en el **Seleccionar integración(es) a las que estos datos deben enviarse automáticamente** selector. \
   \
   Para crear una sincronización, selecciona una(s) aplicación(es), luego configura las opciones deseadas, como la frecuencia con la que se deben sincronizar los datos, el estado de liberación requerido, etc.

<figure><img src="/files/5d798cb53cbd6eac720627b01baad246bf6f9a30" alt="" width="375"><figcaption></figcaption></figure>

6. Por último, haga clic **Crear** para comenzar a obtener datos. ¡Listo!


---

# 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.violetlabs.com/es/aplicaciones/d/duro.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.
