# Overview

The Equal Experts Secure Delivery Playbook is a distillation of our thinking on how best to apply security within continuous delivery. We have [open sourced](https://github.com/EqualExperts/secure-delivery-playbook) it under a [Creative Commons license](https://creativecommons.org/licenses/by-sa/4.0/) for the benefit of the wider software development community, and encourage contributions to continually improve the content within it.

To help explain some of the concepts in this playbook, we've created the following visual representation of how the various practices work together.

![](/files/-Lov6vav57Y4X8L27H41)


---

# 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/secure-delivery-playbook/master.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.
