# Effective Architect's Cookbook

delicious recipes for effective architects

## Goal

The Effecte Architect's Cookbook provides best practices for the work as a solution architect. This includes technical and engineering related topics as well as project management, leadership or soft skills.

It is maintained using Gitbook that allows collaboration on the documentation using a comfortable WISYWIG editor

## How to contribute

This book is maintained via Gitbook but can also be edited using markdown in this github repository. If you would like to contribute, please let me know by creating an [issue](https://github.com/MarkBroerkens/effective-architects-cookbook/issues)

## License

Creative Commons Attribution 4.0 International


---

# 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://docs.effective-architect.com/readme.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.
