> 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/tutorial/pt-br/readme.md).

# Bem-vindo

Olá! 👋 Bem-vindo(a) à seção de **Tutoriais** do **Notbank**, seu guia essencial para dominar a integração e as funcionalidades-chave da nossa plataforma. Aqui, vamos destrinchar de maneira **guiada e simples** todos os componentes técnicos que você precisa conhecer.&#x20;

Exploraremos o uso dos nossos **SDKs** para uma integração fluida, detalharemos a comunicação através de **protocolos HTTP e WebSockets** para a troca de dados em tempo real, e abordaremos os processos de **Autenticação** e **Verificação** para garantir a integridade das suas operações.&#x20;

Além disso, mostraremos passo a passo como implementar as funcionalidades de **Compra/Venda** de ativos e como gerenciar de forma eficiente os **Depósitos/Retiradas** de fundos.&#x20;

Prepare-se para transformar a teoria em prática e aproveitar todo o potencial da Notbank.

{% hint style="info" %}
Se quiser mais informações sobre os endpoints disponíveis, acesse <https://docs.notbank.com>.
{% endhint %}

### Acessos diretos

<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>Início rápido</strong></td><td>Baixe os SDKs.</td><td></td><td></td><td><a href="/pages/fe5c0e6d05046a672519a87553fcd6a26facb740">/pages/fe5c0e6d05046a672519a87553fcd6a26facb740</a></td></tr><tr><td><h4><i class="fa-user">:user:</i></h4></td><td><strong>Registro e verificação</strong></td><td>Faça parte da Notbank.</td><td></td><td></td><td><a href="/pages/9da65c96b93e0a0b9494a4e1b044677b01113b57">/pages/9da65c96b93e0a0b9494a4e1b044677b01113b57</a></td></tr><tr><td><h4><i class="fa-money-bills">:money-bills:</i></h4></td><td><strong>Depósitos e retiradas</strong></td><td>Eleve seu nível.</td><td></td><td></td><td><a href="/pages/8f6c765096eeb49e3bb74abbbccfe785cb5f2deb">/pages/8f6c765096eeb49e3bb74abbbccfe785cb5f2deb</a></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/tutorial/pt-br/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.
