# Instalación

Registra en el `composer.json` de tur proyecto, la fuente del paquete en la sección de repositorios.

{% code title="composer.json" %}

```json
"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:dev-cucei-itrans/siiau-api-client.git"
    }
]
```

{% endcode %}

Instalamos el paquete con el comando:

```bash
composer require dev-cucei-itrans/siiau-api-client
```

{% hint style="warning" %}
Para requerir el paquete es necesario que tengas [instaladas tus llaves SSH en tu cliente de git](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account).&#x20;
{% endhint %}

Agregar las credenciales a tus variables de entorno. &#x20;

```properties
SIIAU_WS_URL="https://example.siiau.com"
SIIAU_WS_EMAIL="your@email.com"
SIIAU_WS_PASSWORD="YourSecurePassword"
```

Eso es todo :clap:


---

# Agent Instructions: 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:

```
GET https://dev-cucei-itrans.gitbook.io/siiau-api-client/inicio/instalacion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
