> For the complete documentation index, see [llms.txt](https://docs.bag.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bag.win/es/ayuda/guias/como-jugar-en-bag.win.md).

# Cómo Jugar en Bag.win

Instrucciones y tutorial

Aquí debajo están los pasos para registrarte y empezar a jugar en [bag.win](http://bag.win). También puedes chequear nuestro video tutorial.

{% embed url="<https://www.youtube.com/watch?v=v40i4KmJBtE>" %}
Bag.win video tutorial
{% endembed %}

### **Pasos para empezar a jugar en Bag.win**

**Paso 1:** Regístrate en [bag.win](https://bag.win) y verifica tu email.

<figure><img src="https://content.gitbook.com/content/iW8Mjhgju4WxfwzFdzbS/blobs/Lv5ulcE5on5nzZpvR0u8/bag-win-register.png" alt=""><figcaption><p>Registro</p></figcaption></figure>

**Paso 2:** Elige un nombre de usuario y selecciona un avatar (puedes modificar esto luego).

<figure><img src="https://content.gitbook.com/content/iW8Mjhgju4WxfwzFdzbS/blobs/2hfBR2aQHe3OYBfdqX8T/bag-win-avatar-select.png" alt=""><figcaption><p>Elige un avatar</p></figcaption></figure>

**Paso 3:** Conecta una wallet web3 para depositar y retirar fondos. Cliquea el botón **Link Wallet** para conectar tu wallet a tu cuenta en Bag.win.

<figure><img src="https://content.gitbook.com/content/iW8Mjhgju4WxfwzFdzbS/blobs/kYyNwbnodqP7o6zg7FMA/bag-win-link-wallet.png" alt=""><figcaption><p>Linkear wallet</p></figcaption></figure>

**Paso 4:** Luego de linkear tu wallet, verás opciones para realizar un depósito.&#x20;

Para saber más de cómo realizar depósitos o retiros, puedes consultar la guía [cómo depositar y retirar fondos](/es/ayuda/guias/como-depositar-y-retirar-fondos.md) de tu cuenta.

<figure><img src="https://4214085561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiW8Mjhgju4WxfwzFdzbS%2Fuploads%2FAq1hqrCtO2zMdk69RjsH%2Fbag-win-balance.png?alt=media&amp;token=c33da0dc-de61-45ab-b897-ff0aaefeb394" alt=""><figcaption><p>Sección de Balances</p></figcaption></figure>

**Paso 5:** Luego de que tu deposito haya sido confirmado, ve a la página de inicio y selecciona un juego que desees jugar para abrirlo.&#x20;

<figure><img src="https://content.gitbook.com/content/iW8Mjhgju4WxfwzFdzbS/blobs/RRfEOrjaKGvyqZulMOgP/bag-win-homepage.png" alt=""><figcaption><p>Página de Inicio en Bag.win</p></figcaption></figure>


---

# 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.bag.win/es/ayuda/guias/como-jugar-en-bag.win.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.
