# Tags

When creating a new test run via [manually-trigger-a-test-run](https://docs.moropo.com/running-tests/manually-trigger-a-test-run "mention") or [scheduling-a-test-run](https://docs.moropo.com/running-tests/scheduling-a-test-run "mention") the option is available to run tests via a tag. Tags are user-defined labels used to group a set of tests.

To run a test via a tag, select the `Tags` option from the tests selection screen of the test run configuration screens. Once the option  `Tags` is selected, the available tags will be available to the user. The list will be populated with all tags defined in existing tests.

<figure><img src="https://1849561984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNrvYDqka9qiakmPqT4am%2Fuploads%2Fxd3x0KA5sMWDcfUBsEYA%2FScreenshot%202024-01-08%20at%2011.04.40.png?alt=media&#x26;token=9c557caa-3c4f-430a-ab01-654b9a792b48" alt=""><figcaption></figcaption></figure>

### How do I create a tag?

If you want to create a new tag, configure it within a test and Moropo will automatically identify it. See [#tags](https://docs.moropo.com/creating-tests/test-configuration#tags "mention")

### When are tags evaluated?

Evaluation of the tags is done as part of the test run, this means in the case of a scheduled test, the tags will be evaluated at runtime, and any identified tests will be added to the test run.

## Using Multiple Tags

It is possible to configure a test run to use multiple tags. By defining multiple tags in the test run creation, the tests ran will be a logical OR of available tests.&#x20;

Take for example three tests:

1. **Test 1** - tags; `regression`, `smoke`
2. **Test 2** - tags; `smoke`
3. **Test 3** - tags; `regression`

By defining a test run running against the `regression` and `smoke` tags, all three tests will executed as part of the test run.

<figure><img src="https://1849561984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNrvYDqka9qiakmPqT4am%2Fuploads%2FcicdfTFwcU1hmRDEwkG9%2FScreenshot%202024-01-08%20at%2011.29.43.png?alt=media&#x26;token=55e41a03-d63f-42af-bc0f-713b5ea4d6a6" alt=""><figcaption></figcaption></figure>
