# Step 4. Schedule the Pipeline

After completing the transformation step, you will be taken to the Pipeline Rules page, where you name your Pipeline and set the rules. Currently, we only support one business rule, which allows you to set a schedule for your Pipeline.

**Step 1:** Provide a **Pipeline Name.**

**Step 2:** Provide a **Description** (optional) for this Pipeline.&#x20;

**Step 3:** Select one of the two options for the Pipeline Schedule:

* Select **No scheduled runs** if you want to trigger each Pipeline run manually.&#x20;
* Select **Custom schedule** if you wish for the Pipeline to run automatically at a specific frequency.
  * If you select this option, select the time interval (minutes, hours, days, or months) and how often you want the Pipeline to run.&#x20;

<figure><img src="/files/Uapzu3FNkU9omdAikQIJ" alt="" width="375"><figcaption></figcaption></figure>

**Step 4:** Once you have finished this step, click **Continue** to proceed to the next step.&#x20;

{% hint style="info" %}
You can add or edit a pipeline schedule after the initial setup has been saved.  Select the pencil icon on the Schedule field in the Pipeline Overview/Details section.
{% endhint %}


---

# 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.osmos.io/pipelines/rules.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.
