---
title: "Running Components"
slug: "running-components"
updated: 2025-09-16T08:58:31Z
published: 2025-09-16T08:58:31Z
canonical: "success.panaya.com/running-components"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Running Components

To run a [component](/v1/docs/create-components) in a script -

1. Open the relevant script in ScriptBuilder.
2. Click on the **Add** button and select the **Run component** instruction type.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-61XSEVV6.png)
3. You can select from the same or another Panaya system and the same or another project. Then, locate the relevant component using the search box or the tree view. Highlight the component you wish to add to the script and click **OK**. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-L1H58UNQ.png)
4. The Run component instruction will be added to your script.

If applicable, define the [input and output parameters for the Component](/v1/docs/components-input-output). You can use internal parameters from the script where the component is nested. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-GQY37CVM.png)
5. To edit the nested component, double-click on it. Then click on the Unlock button. This option is disabled for users without permission to edit the nested Component.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-AD1L2G27.png) ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-Y4KXZ4BQ.png)

## Component Playback Options

### View Components

To view the component while working on your script, click on the **Actions******menu and select **View component**.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-2OHI4KM6.png)

You will be able to view the component in the context of your current script. ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1P3XEI9S.png)

### Step into component

A dedicated “Step Into” action is available for components. It allows users to open the component and begin debugging directly from the first instruction inside a component, which is ideal for deeper troubleshooting and fine-tuned control.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-8GYMURID.png)

### Continue to Caller

Continue playing the current component and resume test playback from where the component was called.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-J6NEJD7S.png)

### Replay Test

Replay restarts the test from the beginning, similarly to ‘Play All'.

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-Z6V2LMCM.png)

### Debugging with Breakpoints

When a [breakpoint](/v1/docs/breakpoints) is reached, the focus automatically moves to the instruction immediately following the breakpoint, ensuring a smooth transition and avoiding confusion during step-by-step debugging.

## Related

- [Creating new components](/create-components.md)
- [Updating Components](/updating-components.md)
