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

# Input text on component

Input text on a component on the screen.

## Input

| Property    | Type        | Required | Description                                                                                                                                                                                                                                                                                                                                                                                     |
| ----------- | ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| xpath       | SHORT\_TEXT | Yes      | The XPath of the component to Input on.                                                                                                                                                                                                                                                                                                                                                         |
| text        | LONG\_TEXT  | Yes      | The text to Input.                                                                                                                                                                                                                                                                                                                                                                              |
| instruction | SHORT\_TEXT | Yes      | What is this action for? A wholistic and detailed description of what is the command for taking this action. If the action is in a loop, make sure to say its the xth row, or item, etc. (e.g. "Click on the search bar", "Type a greeting message into the body input box" , "Click the button to send the message on the side panel", "Click on the member {{index}} in the list of members") |

## Sample Output

```json theme={null}
{
  "success": true,
  "page_content": "<h1>...</h1>..."
}
```
