# Overview

Welcome to the Equal Experts You Build It You Run It playbook. This summarises our thinking on when, why, and how to implement the [You Build It You Run It](https://www.equalexperts.com/our-services/deliver/you-build-it-you-run-it) operating model.

You can download this [playbook in PDF format](https://www.equalexperts.com/wp-content/uploads/2022/03/YBIYRI_Playbook-4.pdf), if you prefer.

> *You Build It You Run It is an operating model in which product teams build, deploy, operate, and support their own digital services*

This playbook is based on first-hand experiences from across the [Equal Experts network](https://www.equalexperts.com/our-people/our-network/).

Equal Experts has worked with hundreds of organisations. Our customers often ask us for advice on how to improve their deployment throughput, service reliability, and learning culture. You Build It You Run It is a cost-effective way to achieve those goals together:

* *Higher deployment throughput*. Weekly deployments, or more frequent.
* *Greater service reliability*. 99.9% availability, or higher.
* *Continuous learning culture*. Constantly generating insights and implementing improvements.

This playbook contains the principles, practices, and pitfalls we associate with You Build It You Run It for digital services. The first part describes the traditional operating model of a central operations team, which we call Ops Run It. It also explains why using on-call product teams doesn't mean the end of a central operations team. A central operations team isn't the right choice for digital services, yet it remains the right choice for self-hosted foundational systems (COTS and custom integrations), which have lower deployment throughput and service reliability needs.

![](/files/bgoWBT7X0paIr04CPr3d)

We advocate for You Build It You Run It and Ops Run It co-existence in a hybrid operating model, which can be framed in terms of deployment throughput, service reliability, and learning culture.

We've open-sourced this playbook under a [Creative Commons license](https://creativecommons.org/licenses/by-nc/4.0/), and we'd welcome [contributions](/you-build-it-you-run-it/contributions.md) to improve it.


---

# 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://playbooks.equalexperts.com/you-build-it-you-run-it/readme.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.
