> For the complete documentation index, see [llms.txt](https://starkbank.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starkbank.com/help/integracao-e-apis/ambiente-sandbox-do-stark-bank/como-saber-o-nome-do-workspace-em-sandbox.md).

# Como saber o nome do workspace em sandbox?

Para descobrir a qual workspace em Sandbox seu e-mail está vinculado, você pode usar a nossa ferramenta de busca.

### Passo a passo da busca

1. Acesse a página de pesquisa: clique no link <https://web.sandbox.starkbank.com/find>
2. Insira o seu e-mail: digite o e-mail cadastrado no ambiente de Sandbox.
3. Verifique o resultado: a pesquisa irá listar automaticamente todos os workspaces vinculados a esse endereço.

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

### O que fazer se a tela ficar em branco?

Caso o resultado apresente uma tela em branco, isso significa que o e-mail informado não foi convidado para nenhum workspace em Sandbox.

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

Neste cenário, você precisará solicitar ao administrador da conta em Sandbox para enviar um novo convite ao seu e-mail.

Para mais informações sobre como esse processo funciona, recomendamos a leitura do artigo

[Como convidar um novo membro?](/help/conta-empresa/membros/como-convidar-um-novo-membro.md)


---

# 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://starkbank.com/help/integracao-e-apis/ambiente-sandbox-do-stark-bank/como-saber-o-nome-do-workspace-em-sandbox.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.
