# What are releases composed of (Pipelines & Approvals)

At ozone, Releases are composed of a set of pipelines.\
Let us consider an example how a typical release looks like:

1. Cloning
2. Testing
3. Scanning
4. Image build
5. Approval jira/slack
6. Deploy.

Here, At Ozone we have a set of pipelines defined in the catalog so that you can directly use these pipeline templates for running the above pipelines. This is how you Create a successful release.

&#x20;


---

# 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/catalog/releases-templates-and-runs/what-are-releases-composed-of-pipelines-and-approvals.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.
