> 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/a/aras.md).

# Aras

### Configurar Aras

Violet se conecta a Aras utilizando un flujo OAuth 2.0, que requiere que agregues URLs de redireccionamiento a tu configuración de Aras para permitir el acceso. Las instrucciones están abajo:

1. Siga las instrucciones [aquí](https://aras.com/en/blog/oauth-server-authentication-with-remote-virtual-machines-1584018855) para localizar tu archivo Aras OAuth.config. Abre el archivo en tu editor de texto o IDE de preferencia.
2. Desplázate hacia abajo hasta que encuentres la sección para `<redirecturis>`. Agrega una nueva línea y pega la URL de redireccionamiento a continuación:
   1. Si estás usando **Violeta**:\
      `<redirectUri value='https://app.violetlabs.com/oauth/redirect/' />`\
      \
      O<br>
   2. Si estás usando **VioletGov**:\
      `<redirectUri value='https://app.violetgov.com/oauth/redirect/' />`
3. Abre IIS y haz clic **Restablecer.**\
   \
   ![](/files/87d415932f1ea3dc5ba36ecc862ef8ef47872db2)

Ahora estás listo para conectar Aras en Violet.

### Conectar Aras en Violet

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/f7bfdebd3b33502ff7152face6acc46460343a30" alt="" data-size="line">**Aras**
3. Ingresa la URL de tu servidor Aras y haz clic **Conectar con Aras.**

\[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. Se te pedirá que selecciones tu base de datos e inicies sesión con tu nombre de usuario y contraseña de Aras.
5. Una vez creada tu conexión, puedes configurar qué tipos de datos ingerir, con qué frecuencia deben actualizarse los datos, etc. Por último, haz 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/a/aras.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.
