> For the complete documentation index, see [llms.txt](https://www.notbank.com/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.notbank.com/learn/readme.md).

# Developer Platform

<h2 align="center">Notbank learn</h2>

<p align="center">Bienvenido a nuestra sección de aprendizaje. Contamos con guías, tutoriales y documentación sobre la tecnología de Notbank, web3, blockchain, stablecoins y criptomonedas.</p>

<p align="center"><a href="https://www.notbank.com/account/register" class="button primary">Registrarse</a> <a href="https://www.notbank.com/account/login" class="button secondary">Iniciar sesión</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-book-blank">:book-blank:</i></h4></td><td><strong>Tutoriales</strong></td><td>Get started with the developer platform in 5 minutes.</td><td><a href="/spaces/kezY7wFX0L9k2BREMepy">/spaces/kezY7wFX0L9k2BREMepy</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-school">:school:</i></h4></td><td><strong>Academia</strong></td><td>Learn more about hosting the developer platform.</td><td><a href="/spaces/JtCfN1ubatCWa87XRPJq">/spaces/JtCfN1ubatCWa87XRPJq</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>Browse, test, and implement APIs.</td><td><a href="/spaces/6Na9Uzzdk5P3TMOCCWew">/spaces/6Na9Uzzdk5P3TMOCCWew</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

<h2 align="center">Únete a nuestra comunidad de desarrolladores</h2>

<p align="center">En nuestra comunidad puedes hablar con otros desarrolladores, resolver tus dudas y tener acceso anticipado a todas las mejoras y nuevas funcionalidades.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Comunidad de Discord</strong></td><td>Si te apasiona la tecnología, la innovación y el futuro de las criptomonedas, te invitamos a sumarte a la comunidad de Discord de notbank. Aquí conectamos desarrolladores y entusiastas que quieren construir, aprender y potenciar juntos el ecosistema cripto.</td><td><a href="https://discord.gg/hjzkttnJEz" class="button secondary">Unirse a Discord</a></td><td></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>GitHub</strong></td><td>Explora el repositorio de GitHub de notbank. Allí encontrarás los proyectos de SDK en Java, Python y Javascript (NodeJS), junto con documentación clara y oportunidades reales para aportar tus ideas y colaborar con otros desarrolladores.</td><td><a href="https://github.com/notbank-com" class="button secondary">Usar SDK</a></td><td></td></tr></tbody></table>


---

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