# Quick Onboarding

Ozone, like any other platform, requires a set of one-time onboarding tasks to be completed before you can automate your CI/CD end-to-end. This onboarding tour provides step-by-step instructions for teams to set up the Ozone DevOps platform, including the necessary tools and technologies to automate the Continuous Integration and Continuous Delivery (CI/CD) pipeline. Once the platform is set up, teams can use it to automate their entire software delivery process, from code commit to deployment.

<figure><img src="/files/hsDbjfPn1IqQFzA7qom4" alt=""><figcaption><p>Ozone's Capabilities as a Software Delivery Platform</p></figcaption></figure>

This brief onboarding tour will walk you through the onboarding process, explaining how to attach, integrate, or create entities required before running your first pipeline with Ozone.

Ozone, like any other platform, requires a set of one-time on-boarding tasks to be completed before you can automate your CI/CD end-to-end. The guide will walk you through the onboarding process, explaining how to attach, integrate, or create entities required before running your first pipeline with Ozone.

To use Ozone you would need a Kubernetes cluster with the following minimum cluster specifications:

* Number of nodes: 03
* vCPU: 02
* Memory: 4GB

**Steps for onboarding below,**

1. [Creating a new project](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/creating-a-new-project-and-add-teams)
2. [Creating environments](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/creating-environments)
3. [Adding a registry ](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/adding-a-registry-and-repository)
4. [Adding a repository](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/adding-a-repository)
5. [Attaching a cluster](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/attaching-clusters)
6. [Creating a microservice](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/creating-a-microservice)
7. Pipeline management
   1. [Using out-of-the-box pipeline templates](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/using-out-of-the-box-pipeline-templates)
   2. [Creating a new pipeline on the Ozone Pipeline Studio](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/creating-a-new-pipeline-on-the-ozone-pipeline-studio)
8. [Configuring triggers for automated deployments](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding-tour/configuring-triggers-for-automated-deployments)

```markup
```


---

# 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/quick-onboarding.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.
