> 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/j/jama.md).

# Jama

### Conectar Jama en Violet

{% hint style="info" %}
Las siguientes instrucciones son para conectar Jama en la nube. Si su instancia está autohospedada, omita esta sección y diríjase [aquí](/es/aplicaciones/j/jama/conectar-jama-autoalojado.md).
{% endhint %}

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. Seleccionar <img src="/files/fcc5f228dc75629e9bb2262e57e95525ade89849" alt="" data-size="line"> **Jama**

\[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>

3. Proporcione la URL de su instancia de Jama:

<img src="/files/12da5bf0a2aa1e5779f89b7ab2ce636dba4dab4f" alt="" width="375">

4. Para Autenticación Básica, introduzca su Nombre de Usuario y Contraseña de Jama y haga clic **Conectar.** \
   (O diríjase [aquí](/es/aplicaciones/j/jama/opcional-conectar-con-id-de-cliente-y-secreto-de-jama.md) si prefiere conectarse con un ID de Cliente y Secreto de Jama).

<img src="/files/fe2e166792a5eaee9a10409a360e99532c881e7b" alt="" width="375">

5. Una vez conectado, configure su integración (opcional), luego haga clic **Crear.** ¡Listo!
   1. Seleccione uno o más Proyectos de Jama para incluir en el alcance de la integración. Recomendamos limitar un Proyecto de Jama a una integración, de modo que los proyectos importados se representen como Programas en Violet, y los requisitos contenidos puedan verse en el Módulo de Requisitos de Violet (habilitando comentarios, revisiones entre pares, acceso compartido al programa, etc.)


---

# 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/j/jama.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.
