> For the complete documentation index, see [llms.txt](https://docs.win.win/twins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.win.win/twins/espanol/cartera-twins/instalacion-de-linux.md).

# Instalación de Linux

* Usted puede descargar a la cartera en el sitio: <https://win.win/#download>​

{% hint style="danger" %}
**NO descargue ningún otro lugar, ya que no se garantiza que usted descargue una cartera limpia, sin virus.**
{% endhint %}

* Cree una nueva carpeta con el nombre TWINS y extraiga todo el contenido del archivo de la cartera comprimida descargada en esa carpeta.
* Para iniciar la cartera, necesitará abrir el terminal y navegar hasta la carpeta TWINS que haya creado. Por ejemplo, si creó la carpeta TWINS dentro de la carpeta de inicio, puede ir allí escribiendo:`cd ~/TWINS`
* Ahora, inicie la cartera escribiendo: `./twins-qt`
* La primera vez que se inicie el programa, se le preguntará dónde desea almacenar el blockchain y los datos de la cartera. Elija un lugar con espacio libre, ya que los archivos pueden necesitar mucho espacio, según el blockchain crezca. Se recomienda utilizar la carpeta predeterminada si es posible.
* El inicio inicial puede tardar un minuto una vez que se ejecute, espere a que la cartera esté totalmente sincronizada antes de empezar a usarla.
* Cuando la sincronización esté completa, verá un pequeño icono verde en la parte inferior derecha de su cartera.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LZ5DFxUl7xZdBaQj-Vw%2F-LZ5etov4FK6v_w3H3js%2F-LZ5exRXO0ldq45YZXNd%2FScreenshot_2.png?alt=media\&token=7fa65e8c-0453-4bb2-b6ea-8a94201ce608)


---

# 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.win.win/twins/espanol/cartera-twins/instalacion-de-linux.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.
