# Step 5. Review & Confirm

The last step involves reviewing and confirming that the details for this Pipeline are correct. If you want to make any changes, click **Back** to return to the previous step. If everything looks accurate, click **Save Pipeline.**

### Scheduled Pipeline

After saving a scheduled Pipeline, you will be directed to the detail page for this new Pipeline. The Pipeline will automatically run according to the schedule you set. If you want to manually trigger the Pipeline to run outside of the scheduled runs, you may click the **Run Pipeline** a button.

### Unscheduled Pipelines

After saving an unscheduled Pipeline we will ask you if you would like to run the Pipeline.&#x20;

* If you want to run the Pipeline, click **Run Pipeline**. You will be directed to the detail page for the new Pipeline. To see the details about your Pipeline runs, click on **Jobs** tab.&#x20;
* If you don't want to run the Pipeline, click **Don't Run.** You will be directed to the detail page for the new Pipeline. From this page, you can manually trigger the Pipeline to run by clicking the **Run Pipeline** button.


---

# 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/review-and-confirm.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.
