> For the complete documentation index, see [llms.txt](https://docs.sinip.tech/sinip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sinip.tech/sinip/configurar-dispositivos-administrativos/pc/windows.md).

# Windows

## Instalación

Para configurar una *PC administrativa* en la plataforma *Windows*, descarga e instala el cliente apropiado para tu versión de *Windows* [desde este enlace](https://openvpn.net/community-downloads).

![](/files/-MLJ5KtJYWUqeJ0C8HbX)

## Conectar la PC administrativa a tu red Sinip

Ejecuta el software instalado, da click en el signo *"+"* de la esquina inferior derecha, luego selecciona *"IMPORT FROM FILE"* y finalmente en *"BROWSE"*.

![](/files/-MKVdWdHl65s6v_pnnDE)

Desde tu [cuenta de Sinip](https://my.sinip.tech) descarga una llave (que no esté siendo usada por otro dispositivo), selecciónala y da click en *"Add"*.

![](/files/-MLJ5KtLpzSq97zzx_NL)

{% hint style="warning" %}
La PC administrativa debe usar una `llave` que no esté siendo usada por ningún otro dispositivo en tu red Sinip.
{% endhint %}

Finalmente dar click en el botón deslizante para conectar la *PC admistrativa* a tu red *Sinip*.

![](/files/-MKVdWdJXR5mWZiPbT0m)

{% hint style="success" %}
Mientras la PC administrativa se encuentre conectada, puedes administrar remotamente cualquier dispositivo de red que esté conectado usando su IP de tu red *Sinip*!
{% endhint %}


---

# 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.sinip.tech/sinip/configurar-dispositivos-administrativos/pc/windows.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.
