# Bienvenido

¡Hola! 👋 Bienvenido(a) a la sección de **Tutoriales** de la **Notbank**, tu guía esencial para dominar la integración y las funcionalidades clave de nuestra plataforma. Aquí, desglosaremos de manera **guiada y simple** todos los componentes técnicos que necesitas conocer.&#x20;

Exploraremos el uso de nuestros **SDKs** para una integración fluida, detallaremos la comunicación a través de **protocolos HTTP y WebSockets** para el intercambio de datos en tiempo real, y cubriremos los procesos de **Autenticación** y **Verificación** para asegurar la integridad de tus operaciones.&#x20;

Además, te mostraremos paso a paso cómo implementar las funcionalidades de **Compra/Venta** de activos y cómo gestionar eficientemente los **Depósitos/Retiros** de fondos.&#x20;

Prepárate para transformar la teoría en práctica y aprovechar todo el potencial de Notbank.

{% hint style="info" %}
Si quieres más información de los endpoints disponibles, ingresa a <https://docs.notbank.com>.
{% endhint %}

### Accesos directos

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Inicio rápido</strong></td><td>Descarga los SDKs.</td><td></td><td></td><td><a href="/pages/PbYb0GukRhiS4qCHdRal">/pages/PbYb0GukRhiS4qCHdRal</a></td></tr><tr><td><h4><i class="fa-user">:user:</i></h4></td><td><strong>Registro y verificación</strong></td><td>Sé parte de Notbank.</td><td></td><td></td><td><a href="/pages/HjPGwsxwXKKy6yLO4K5x">/pages/HjPGwsxwXKKy6yLO4K5x</a></td></tr><tr><td><h4><i class="fa-money-bills">:money-bills:</i></h4></td><td><strong>Depósitos y retiros</strong></td><td>Sube de nivel.</td><td></td><td></td><td><a href="/pages/qLTpXvlKbdRj5zKHSpMc">/pages/qLTpXvlKbdRj5zKHSpMc</a></td></tr></tbody></table>


---

# 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://www.notbank.com/learn/tutorial/readme.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.
