> 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/test-editor/parameters/parameters-sets.md).

# Parameters Sets

Inside the Parameters page, there is an option to insert a parameters set. This adds each parameter defined in the desired set to the current parameters list.

### Creating a Parameters Set

The page is located under TEST DESIGN -> Parameters Sets.

<figure><img src="/files/hNIGHH2xgtofeEK0CAVU" alt=""><figcaption></figcaption></figure>

Creation of a new set:

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2FdpArucxnjFEpFj9tS0U4%2FParametersSet.mp4?alt=media&token=93d1df87-0a89-46d2-8078-2da7275d0c00>" %}

A set that hasn't been published even once will be saved as a 'draft':

<figure><img src="/files/hnVRipZphL0hYCXVswf4" alt=""><figcaption></figcaption></figure>

Changed but unpublished sets will be saved as 'modified' (<img src="/files/6l9iBBz9kqVmBqVdkzzv" alt="" data-size="original">).

### Importing/Exporting Parameters Sets

A Parameters Set can also be represented in a YAML file with the following structure:

```yaml
meta:
  description: Example Parameters Set
parameters:
  - name1: "Foo"
  - name2: "Bar"
```

An example use case is to duplicate a set and modify it (![](/files/GEnayTfHK6NiLx9kreqY), ![](/files/QWKTrkAn0EqTB71PZVy9)).

### Exporting as a key-value file

From inside the parameters sets editor, it is possible to download only the parameters as a key-value .txt file, e.g.:

```
name1=Foo
name2=Bar
```

It is good for Loadmill's CI integration, where inline parameters can be overridden or added by providing a key-value file instead (See "Parameters" in [Loadmill's NPM README](https://www.npmjs.com/package/loadmill?activeTab=readme)).

<figure><img src="/files/qyNe8xLQpcdJSmf1t3H5" alt=""><figcaption></figcaption></figure>
