# Recording Actions

{% hint style="info" %}
The performance of this functionality may be suboptimal, or it may not operate as expected.
{% endhint %}

The recording feature is the easiest method to create a workflow in GoLess. First, go to the GoLess dashboard by clicking on the GoLess icon in your browser's top right corner. Then click the down arrow and choose "Record workflow" from the menu.

After this, GoLess will record all your activities. For example, you can record creating a new tab, scrolling, clicking, and typing patterns. Moreover, you can also choose any element on a recorded page to retrieve a list of attributes or text.

After you're done with recording, open the GoLess popup and click the ⏹️ button to stop. Watch the video tutorial to learn more about workflow recording.

#### Start Recording From a Specific Part in Workflow

Suppose you have already built a workflow and want to start recording from a specific part within the workflow. In that case, you can right-click on the output of the part and select "Record from here" from the menu.


---

# 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.goless.com/readme/recording-actions.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.
