# Parameters for Recording

## What are the screen recording parameters？

* **Simple Understanding:** What are the differences between the n screen recording versions you want to output? Set the difference to parameters that you can select and change.
* **Definition:** Define the game variables that need to be adjusted during the screen recording process and the UI controls used for variable display.

## How to select the parameter type?

### 1）Radio

It is usually used in unique value parameters with few options, such as character skins, colors.

![](/files/YChLymgoHrCcuaISu2jn)

### 2）Checkbox

It is usually used in multiple combination parameters with few options.

![](/files/WBidr2MUUWfqvtohFuiy)

### 3）Single Selection Dropdown

It is usually used in unique value parameters with lots of options, such as character skin with more than 10 options.

<div align="left"><figure><img src="/files/18XEinOrPx0QXzwYXrTJ" alt="" width="192"><figcaption></figcaption></figure></div>

### 4）Multiple Selection Dropdown

It is usually used in multiple combination parameters with lots of options.

![](/files/E8PtDXpucCzoV49B6Y9i)

### 5）Value

It is usually used in parameters that cannot list all possibilities and can be expressed numerically, such as ATK, blood, speed, etc.![](/files/2KXTVgFb7w0IRVg7piAr)

![](/files/MqMWxhjygtUhE0zJtX8X)


---

# 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://doc.playturbo.com/screen-recording-tool-screen-recorder/1.-preparations/create-project-and-input-parameter-info/parameters-for-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.
