# How to test a Capsule

Follow these steps to test a Capsule:

1. Open the Execution panel at the bottom of the Capsule environment.
2. Click the **Test** tab.
3. If needed, in the **Parameters** column, enter the parameters defined in the configuration form.
4. In the **Payload** column, add the JSON of the input data.
5. Click **Play** to run the execution.
6. Check the result of the execution in the Output column. For more information about the output of each component, see the **Messages** tab. To see the logs of the execution, go to the **Logs** tab.

<figure><img src="/files/LNQwOu8i0zAVq5vV8YOD" alt="The Execution panel function, which allows you to test the execution of the Capsule."><figcaption></figcaption></figure>

If you want to learn more about the features of the Execution panel, read the [Execution panel documentation](/documentation/developer-guide/development-cycle/build-overview/canvas/execution-panel.md).


---

# Agent Instructions: 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:

```
GET https://docs.digibee.com/documentation/developer-guide/development-cycle/build-overview/capsulas/how-to-use-capsules/how-to-test-a-capsule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
