> 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/como-comecar.md).

# Como começar?

## 1. Obter suas credenciais para usar a API.

<figure><img src="/files/d6dc3856afffece015b9691562fb57738c83bbbd" alt=""><figcaption></figcaption></figure>

Para começar a usar a API do Notbank, a primeira coisa que você precisa fazer é criar uma conta no Notbank, depois ir à seção de API e finalmente obter suas credenciais.

{% stepper %}
{% step %}

### Criar uma conta no Notbank

Acesse a página de registro em <https://www.notbank.com/account/register> e registre-se.
{% endstep %}

{% step %}

### Acessar a página da API

Acesse a seção API em <https://www.notbank.com/platform/settings/api> e aceite os termos e condições.
{% endstep %}

{% step %}

### Criar e salvar suas credenciais

Pressione o botão `Criar +` e copie seu identificador de usuário, chave pública e privada.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Não compartilhe suas credenciais e guarde-as em um local seguro.
{% endhint %}

## 2. SDK

<figure><img src="/files/4e86f78b417883a3af0a94151d586429c9777387" alt=""><figcaption></figcaption></figure>

Os SDKs da Notbank foram desenvolvidos para oferecer aos desenvolvedores uma integração robusta e simplificada com nossos serviços. Todos os nossos SDKs são projetos de código aberto e estão disponíveis para a comunidade no GitHub, o que incentiva a transparência e a colaboração. Mantemos um compromisso constante com a melhoria contínua dessas ferramentas, aceitando contribuições da comunidade para garantir seu desempenho ideal, segurança e a adição de novas funcionalidades.

Atualmente temos SDKs para Python, Java e Node.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td><strong>SDK Python</strong></td><td><a href="https://github.com/notbank-com/notbank-python" class="button secondary" data-icon="github"></a> <a href="https://pypi.org/project/notbank/" class="button primary" data-icon="python"></a></td><td data-object-fit="contain"><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/480px-Python-logo-notext.svg.png">https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/480px-Python-logo-notext.svg.png</a></td></tr><tr><td><strong>SDK Java</strong></td><td><a href="https://github.com/notbank-com/notbank-java" class="button secondary" data-icon="github"></a> <a href="https://mvnrepository.com/artifact/exchange.notbank.api/notbank" class="button primary" data-icon="java"></a></td><td data-object-fit="contain"><a href="https://upload.wikimedia.org/wikipedia/it/thumb/2/2e/Java_Logo.svg/330px-Java_Logo.svg.png">https://upload.wikimedia.org/wikipedia/it/thumb/2/2e/Java_Logo.svg/330px-Java_Logo.svg.png</a></td></tr><tr><td><strong>SDK Node</strong></td><td><a href="https://github.com/notbank-com/notbank-node" class="button secondary" data-icon="github"></a> <a href="https://www.npmjs.com/package/notbank" class="button primary" data-icon="node"></a></td><td data-object-fit="contain"><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/640px-Node.js_logo.svg.png">https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/640px-Node.js_logo.svg.png</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/como-comecar.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.
