> For the complete documentation index, see [llms.txt](https://docs.loadmill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loadmill.com/user-behavior-testing/working-with-the-recorder-1.md).

# How to work with Recordings

## Start Recording

After you're all set with your application, it's time to start recording your users session:

1. Go to the "Recordings" tab and click on + NEW RECORDING.
2. In the dialog, select the wanted application from the list.
3. Click START RECORDING.
4. Once the recording starts, you'll be able to see its progress in the recordings table. **Note:** you can have 1 active recording per app.
5. Click on the running recording in order to review its progress.
6. In order to stop a recording, click on the STOP button.

## Awesome! I've recorded my application, now what?

![](/files/H0mywt9i4q3biE5ZCPb5)

When you stop the recording process, you can review its list of tracked API's (method, path, Avg response time & Throughput).

The next step will be Generating a repayable Test Suite containing your test flows:

Click "GENERATE TEST SUITE".

Check out more cool things you can do with recordings in the [Recordings Settings](https://docs.loadmill.com/working-with-the-recorder/recorder-settings) guide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.loadmill.com/user-behavior-testing/working-with-the-recorder-1.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.
