# 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="https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-56d0805b4cf93e5d69eaa6fbae12353d524784ce%2Fimage.png?alt=media" 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="https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-7ce15b284cde8cdb749708396757ac050c7e60ad%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Changed but unpublished sets will be saved as 'modified' (<img src="https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-e8aa60b05afeec5e5c82af98f00f2884d53d5b24%2Fimage.png?alt=media" 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 (![](https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-964de8b8fb74176e416a844c39d47405d2395460%2Fimage.png?alt=media), ![](https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-be2bc8bce13477df5a98930b7c560c1bc52e068d%2Fimage.png?alt=media)).

### 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="https://684333474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHDbUNdi3wPd9vSolzU%2Fuploads%2Fgit-blob-7ff9ac651c255a5f84105466fba5fbe0b85aa99b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>
