# Configure

- [Introduction](https://book.cpj.fyi/configure/introduction.md)
- [Configuration Case Study: Tesla](https://book.cpj.fyi/configure/configuration-case-study-tesla.md): A quick story about Tesla's ECU Vertical
- [Configuration Case Study: Toyota](https://book.cpj.fyi/configure/configuration-case-study-toyota.md)
- [Configuration Options](https://book.cpj.fyi/configure/configuration-options.md)
- [How to Choose](https://book.cpj.fyi/configure/how-to-choose.md)
- [Tool: Good Team Missions](https://book.cpj.fyi/configure/tool-good-team-missions.md)
- [Tool: Matrix Design Canvas](https://book.cpj.fyi/configure/tool-matrix-design-canvas.md): A tool that helps managers and individual contributors design systems that get better performance out of dual-reporting roles.
- [Tool: Colleague Letters of Understanding](https://book.cpj.fyi/configure/tool-colleague-letters-of-understanding.md)


---

# 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://book.cpj.fyi/configure.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.
