# Engineering Playbook

- [Introduction to Our Engineering Playbook](https://playbook.wednesday.is/engineering-playbook/engineering-handbook.md): Learn how we practice Engineering.
- [System Architecture & Design](https://playbook.wednesday.is/engineering-playbook/system-architecture-and-design.md): Learn about the System Architecture and Design patterns followed by the developers over at Wednesday.
- [Templates](https://playbook.wednesday.is/engineering-playbook/system-architecture-and-design/templates.md): A quick look at what constitutes a Template in Wednesday's workflow. How we make them and how we use them to enable people in the team.
- [Release Engineering](https://playbook.wednesday.is/engineering-playbook/release-and-delivery.md): Release engineering truly starts when you clone the repo. It's a mindset.
- [Git-flow](https://playbook.wednesday.is/engineering-playbook/release-and-delivery/git-flow.md): Git-flow is a git workflow strategy used to manage git branches. We use this across several of our projects.
- [Code reviews](https://playbook.wednesday.is/engineering-playbook/release-and-delivery/code-reviews.md): A quick look at how we do Code Reviews at Wednesday. What it consists of, and a few guidelines that we stick to.
- [Commit Messages](https://playbook.wednesday.is/engineering-playbook/release-and-delivery/commit-messages.md): Get an overview of how we use Git commit messages to communicate within the team. Plus, seven rules to make great messages.
- [Pull requests](https://playbook.wednesday.is/engineering-playbook/release-and-delivery/pull-requests.md): Here are some tips we practice at Wednesday to create better Pull Requests.
- [Continuous Integration and Delivery](https://playbook.wednesday.is/engineering-playbook/release-and-delivery/deployment-and-continuous-integration.md): A brief look at how Wednesday uses Continuous Delivery and Integration to deliver software projects effectively.
- [Careers in Engineering](https://playbook.wednesday.is/engineering-playbook/careers.md): Interested in exploring an engineering position with Wednesday? Take a look at our values. If those resonate consider applying.
- [Hiring Engineers](https://playbook.wednesday.is/engineering-playbook/careers/hiring-engineers.md): We're always hiring engineers to work with us. If you're interested in exploring a position please take a look here: wednesday.is/hiring
- [Career Growth](https://playbook.wednesday.is/engineering-playbook/careers/career-growth.md): A brief look at what Career Growth looks like at Wednesday. Check out how the Roles & Responsibilities and Appraisals work.


---

# 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.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.
