# 8. Solution Architecture

This section covers the technical architecture of the **Apps Network** system. It's designed for developers who want to understand the system's internals, integrate with the platform, or contribute to its development.

## Contents:

1. [System Components Overview](/dmtp-sdk/08-solution-architecture-intro/08.1-system-components-overview.md)
2. [Core Functionality and Workflows](/dmtp-sdk/08-solution-architecture-intro/08.2-core-functionality-workflows.md)
3. [Technical Implementation Details](/dmtp-sdk/08-solution-architecture-intro/08.3-technical-implementation-details.md)
4. [System Diagram](/dmtp-sdk/08-solution-architecture-intro/8.4-system-diagram.md)

Each subsection provides detailed technical information about the system's design and operation.


---

# 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://dmtp.gitbook.io/dmtp-sdk/08-solution-architecture-intro.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.
