# Welcome

This book describes in details a particular way to write a full-stack application in the .NET ecosystem, called *❝ Safe Clean Architecture ❞*. This architecture is based on a specific technical stack, explained in the next page: [Motivations](/safe-clean-architecture/motivations.md).

A mini application called *❝ Shopfoo ❞* accompanies this book. See the [Shopfoo](https://github.com/rdeneau/gitbook-safe-clean-archi/blob/main/shopfoo/README.md) chapter for more details about its features.

{% hint style="warning" %}
Use the [Status](/safe-clean-architecture/status.md) page to check the progress of the book and the companion app.
{% endhint %}


---

# 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://rdeneau.gitbook.io/safe-clean-architecture/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.
