# The Big Picture

- [Principles](https://thekarel.gitbook.io/best-practices/the-big-picture/principles.md)
- [Software engineers solve business problems](https://thekarel.gitbook.io/best-practices/the-big-picture/principles/business.md)
- [Programming is a social activity](https://thekarel.gitbook.io/best-practices/the-big-picture/principles/social.md)
- [Attention is the most precious resource in a project](https://thekarel.gitbook.io/best-practices/the-big-picture/principles/attention.md)
- [Simplicity is the best ally in the long run](https://thekarel.gitbook.io/best-practices/the-big-picture/principles/simple.md)
- [The only problem to solve is the one we have today](https://thekarel.gitbook.io/best-practices/the-big-picture/principles/today.md)
- [Architecture](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture.md)
- [Domain](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture/domain.md)
- [Services](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture/services.md)
- [Persistence](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture/persistence.md)
- [HTTP](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture/http.md)
- [UI](https://thekarel.gitbook.io/best-practices/the-big-picture/architecture/ui.md)
- [Naming](https://thekarel.gitbook.io/best-practices/the-big-picture/naming.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://thekarel.gitbook.io/best-practices/the-big-picture.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.
