> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-test-a-capsule.md).

# Como testar uma Cápsula

Siga estas etapas para testar uma Cápsula:

1. Abra o Painel de execução na parte inferior do Canvas.
2. Na coluna **Parâmetros**, insira os parâmetros definidos no formulário de configuração da cápsula.
3. Na coluna **Payload**, adicione o JSON com os dados de entrada.
4. Clique em **Executar** para executar a cápsula. Você pode executar o [fluxo inteiro ou apenas parte do fluxo](/documentation/developer-guide/pt-br/development-cycle/build-overview/canvas/execution-panel.md#executando-o-fluxo).
5. Verifique o resultado da execução na coluna **Saída**. Para obter mais informações sobre a saída de cada componente, consulte a aba **Mensagens**. Para ver os logs da execução, acesse a aba **Logs**.

<figure><img src="/files/CrExkhZmwgmcrf8g8pku" alt="O Painel de execução, que permite testar a execução da Cápsula."><figcaption></figcaption></figure>

Se você quiser saber mais sobre os recursos do Painel de execução, leia a [documentação sobre o Painel de execução](/documentation/developer-guide/pt-br/development-cycle/build-overview/canvas/execution-panel.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://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-test-a-capsule.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.
