# Getting Started

- [Source code organization](https://dev.smartstore.com/readme/source-code-organization.md): Structure of the Smartstore repository and solution
- [Architecture overview](https://dev.smartstore.com/readme/architecture-overview.md): Domain, DB, Service, Model, Validation, UI, wwwroot
- [Dependency injection](https://dev.smartstore.com/readme/dependency-injection.md)
- [Data access](https://dev.smartstore.com/readme/data-access.md): Getting started to access the application database
- [Domain](https://dev.smartstore.com/readme/domain.md): Entities and O/R Mapping
- [Deployment & Build](https://dev.smartstore.com/readme/deployment-and-build.md): Instructions how to build Smartstore
- [How to contribute](https://dev.smartstore.com/readme/how-to-contribute.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://dev.smartstore.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.
