# Welcome

Hello! 👋 Welcome to the **Tutorials** of the **Notbank**, your essential guide to mastering the integration and key features of our platform. Here, we will break down in a **guided and simple** all the technical components you need to know.&#x20;

We will explore the use of our **SDKs** for a seamless integration, detail communication through **HTTP and WebSocket protocols** for real-time data exchange, and cover the processes of **Authentication** and **Verification** to ensure the integrity of your operations.&#x20;

Additionally, we will show you step by step how to implement the functionalities of **Asset Buy/Sell** and how to efficiently manage **Deposits/Withdrawals** of funds.&#x20;

Get ready to transform theory into practice and take full advantage of Notbank's potential.

{% hint style="info" %}
If you want more information about the available endpoints, go to <https://docs.notbank.com>.
{% endhint %}

### Shortcuts

<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>Quick start</strong></td><td>Download the SDKs.</td><td></td><td></td><td><a href="/pages/e7d4f694622ddc342db73b70a3cd80b4892d5374">/pages/e7d4f694622ddc342db73b70a3cd80b4892d5374</a></td></tr><tr><td><h4><i class="fa-user">:user:</i></h4></td><td><strong>Registration and verification</strong></td><td>Become part of Notbank.</td><td></td><td></td><td><a href="/pages/126485a35c6cd148f13fa3fbdd501e374b1d8a51">/pages/126485a35c6cd148f13fa3fbdd501e374b1d8a51</a></td></tr><tr><td><h4><i class="fa-money-bills">:money-bills:</i></h4></td><td><strong>Deposits and withdrawals</strong></td><td>Level up.</td><td></td><td></td><td><a href="/pages/0f0b95d039e8c012347fb8cf770429e52f21e9cd">/pages/0f0b95d039e8c012347fb8cf770429e52f21e9cd</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/en/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.
