# Script recording

To simplify scripting, Astro Studio has a feature for recording user actions. There are three recorders available:

* Web recorder
* Desktop recorder
* Universal recorder

To start recording, select the desired option in the Process menu or in the Record menu of the Actions panel.

![](/files/ycLMGvaa6lyPzqFahTIF)

After selecting the Recorder button, the record control window will appear.

![](/files/1KrgxgQB7Ee8stzF690D)

![](/files/in6QiDRWDiSXbzD6JhKB) The "Record" button starts recording a script.

![](/files/ywfbqbE88meDZSKzQ9NK) The "Stop" button completes recording and forms a sequence of recorded elements in the current script.

To delete the action chose it in the list of recorded actions and press the Delete button on the keyboard.

Let us use Universal recorder to record a simple sequence:

* Click on Calculator application
* Click "5 x 3 ="
* Click on the result screen

Then pause the recording. Universal recorder has captured all these actions:

![](/files/pHzuV2QbDXAk1Oyw5X1U)

Stop the recording and check the sequence created:

![](/files/PDiy3DMGyThQpfted2oQ)

Web interactions are recorded in a similar way.


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/astro-studio/recording.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.
