> For the complete documentation index, see [llms.txt](https://help.starkbank.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.starkbank.com/plug-in/como-emitir-uma-invoice-usando-o-plug-in.md).

# Como emitir uma invoice usando o Plug-in?

Entenda como emitir uma invoice via Plug-in.

Para gerar novas invoices de forma rápida utilizando a extensão do Stark Bank, siga o passo a passo abaixo:

### Passo a passo da emissão

1. Inicie a extensão do Stark Bank no sheets ou Excel
2. No menu lateral direito, clique em Recebimentos.
3. Na tela seguinte, clique na opção Emitir invoices.
4. Na aba que será aberta, insira as informações das suas cobranças começando sempre a partir da linha 3.
   * Os campos de Nome até Tax number são de preenchimento obrigatório.
   * Certifique-se de preencher os dados exatamente no formato descrito no cabeçalho (linha 1).
5. Após finalizar o preenchimento de todas as linhas desejadas, clique no botão Submeter.
6. Observe o retorno do sistema na lateral direita da sua tela:
   * Sucesso (verde): A sua *invoice* foi criada corretamente.
   * Erro (vermelho): Alguma informação está incorreta e o sistema indicará o que precisa ser ajustado.

{% hint style="warning" %}
**Atenção ao processamento em lote**&#x20;

O nosso sistema processa a criação de invoices em lotes de 100 linhas por vez. Se houver algum dado incorreto em apenas uma invoice da sua lista, as outras 99 do mesmo lote não serão criadas até que você corrija o erro apontado.
{% endhint %}

<div><figure><img src="https://2884805758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQNmPlmZVwcfafZphIQ1b%2Fuploads%2FYWB0zPME3DrAB3mT0YMf%2Fplugin-receivables-new.png?alt=media&amp;token=d50d793f-e894-402d-9eb3-8ac7428bfbb4" alt=""><figcaption></figcaption></figure> <figure><img src="https://2884805758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQNmPlmZVwcfafZphIQ1b%2Fuploads%2Fu9mZEC8uJUT8pQeZGt6W%2Fplugin-issue-invoice-2.png?alt=media&amp;token=9b51c8cc-a252-4c78-94fe-6935052ddc68" alt=""><figcaption></figcaption></figure> <figure><img src="https://2884805758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQNmPlmZVwcfafZphIQ1b%2Fuploads%2FGRpz0SQHaxBdYy3TTAvq%2Fplugin-issue-invoice-3.png?alt=media&amp;token=f20182df-34b1-41ce-8bf0-f0d0f7641fac" alt=""><figcaption></figcaption></figure> <figure><img src="https://2884805758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQNmPlmZVwcfafZphIQ1b%2Fuploads%2FdomahQ6rSGIdahOIuEar%2Fplugin-issue-invoice-error.png?alt=media&amp;token=0bc123f7-3996-488b-8d34-121f0a7a3d2c" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.starkbank.com/plug-in/como-emitir-uma-invoice-usando-o-plug-in.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.
