> 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/conta-empresa/membros/como-convidar-um-novo-membro.md).

# Como convidar um novo membro?

Entenda como adicionar membros em seu workspace.

{% hint style="danger" %}
Apenas usuários com perfil de Administrador do workspace podem adicionar e gerenciar novos membros.
{% endhint %}

Você pode convidar quantos membros quiser para o seu workspace. O processo é dividido em duas partes: o convite feito pelo Administrador e o aceite feito pelo novo membro.

***

### 1. Ação do Administrador: Enviar o Convite

1. Acesse o Internet Banking em <https://web.starkbank.com/signin>.
2. No menu superior, clique em Membros.
3. No lado direito da tela, clique no botão + Novo Membro.
4. Digite o e-mail do novo membro.
5. Escolha o Nível de Permissão (Perfil de Acesso) desejado.
6. Clique em Adicionar Membro.
7. Um QR Code será exibido na tela. Use o *seu* aplicativo Stark Auth para escanear o código e autenticar a operação.

***

### 2. Ação do Novo Membro: Aceitar o Convite

8. Após a sua autenticação, o novo membro receberá um e-mail de convite com um link.
9. O membro deverá clicar no link para criar seu usuário, definir sua senha e configurar seu próprio acesso (incluindo seu Stark Auth).

***

#### Artigos Relacionados

Se quiser saber mais detalhes sobre o que cada nível de permissão pode fazer, recomendamos a leitura deste artigo:

* [Tipos de Perfil de Acesso no Internet Banking](/conta-empresa/membros/tipos-de-perfil-de-acesso-no-internet-banking.md)

Tem mais dúvidas sobre este processo? Entre em contato com nosso suporte.


---

# 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/conta-empresa/membros/como-convidar-um-novo-membro.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.
