# Architecture

This section provides a high-level view of the design architecture underpinning the DIGIT *Complaints Management*. It outlines how various services interact to support complaint registration, routing, resolution, and monitoring.

Click on the links below to explore the details.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Solution Architecture</strong></mark></td><td><a href="architecture/solution-architecture">solution-architecture</a></td></tr><tr><td><mark style="color:blue;"><strong>Sequence Diagrams</strong></mark></td><td><a href="architecture/sequence-diagrams">sequence-diagrams</a></td></tr><tr><td><mark style="color:blue;"><strong>Tenancy</strong></mark></td><td><a href="architecture/tenancy">tenancy</a></td></tr><tr><td><mark style="color:blue;"><strong>Boundary Hierarchy</strong></mark></td><td><a href="architecture/boundary-hierarchy">boundary-hierarchy</a></td></tr><tr><td><mark style="color:blue;"><strong>User Personas</strong></mark></td><td><a href="architecture/user-personas">user-personas</a></td></tr><tr><td><mark style="color:blue;"><strong>Masters List</strong></mark></td><td><a href="architecture/masters-list">masters-list</a></td></tr><tr><td><mark style="color:blue;"><strong>Workflows</strong></mark></td><td><a href="architecture/cms-workflows">cms-workflows</a></td></tr><tr><td><mark style="color:blue;"><strong>ID Formats</strong></mark></td><td><a href="architecture/id-formats">id-formats</a></td></tr><tr><td><mark style="color:blue;"><strong>Integrations</strong></mark></td><td><a href="architecture/integrations">integrations</a></td></tr></tbody></table>


---

# 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.digit.org/complaints-management/design/architecture.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.
