> For the complete documentation index, see [llms.txt](https://docs.osmos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osmos.io/pipelines/review-and-confirm.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.osmos.io/pipelines/review-and-confirm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
