# Introduction to Our Engineering Playbook

This handbook is meant for engineers. It explains our approach to software development.

There are many things that can go wrong with product development. In most cases (if the team is competent) the reasons aren't technical. Projects fail because of the soft side of software development. This includes - communication, code reviews, style guides, continuous integration, tests, etc.

This handbook brings all the engineers working with Wednesday on the same page.


---

# 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/engineering-handbook.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.
