# Continuous Integration and Delivery

CI and CD help us automate our software delivery process. We use it to initiate builds, run automated tests and deployments to different environments.

A pull request will go through the following stages:

![Pull request stages](/files/-LnSCt8dNBES_ZnuYqGz)

When the pull request is merged to develop, the develop branch goes through the following changes:

![Develop branch stages](/files/-LnSDSXVe0NPdk-8Ky0e)


---

# 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://playbook.wednesday.is/engineering-playbook/release-and-delivery/deployment-and-continuous-integration.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.
