# What are Input Sets?

Parameter sets streamline the pipeline execution process by allowing users to define standard parameter values essential for deployment, such as the target cluster or other parameters that the pipeline requires. They encapsulate these parameters, eliminating repetitive input and ensuring consistency across deployments. Users can configure various parameters within a parameter set, tailoring them to specific requirements or cluster configurations. This flexibility enhances the efficiency and adaptability of the CI/CD workflow, empowering users to deploy their microservices with ease and precision.\
\
A parameter set can be created by:\
\
Navigate to the "Pipeline Templates" tab within the microservice and click on "Link" at the top right corner.

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

1. Choose the desired pipeline template and provide any necessary prerequisites.\
   The parameters specific to the selected pipeline template will be auto-populated, allowing users to fill them in accordingly.
2.

```
<figure><img src="/files/wOclPNLBPtdrIOqMk7tq" alt=""><figcaption></figcaption></figure>
```

3. Upon saving, a parameter set is created which can be used later or edited if required


---

# 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://docs.ozone.one/ozone-end-user-guide/documentation/ci-cd/link-pipelines-to-your-microservice/what-are-input-sets.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.
