> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/complaints-management/design/architecture/services.md).

# Services

## Overview

This section covers the core platform services used by DIGIT Complaints Management. These services handle configuration, notification preferences, and event-driven notification delivery.

Use this section to understand each service's role, APIs, data model, and setup requirements.

## Services List

Select a service to explore its architecture, APIs, data model, and setup.

<table data-view="cards"><thead><tr><th>Service</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td><strong>Config Service</strong><br>Tenant-scoped configuration with schema validation, unique constraints, and secure handling of sensitive fields.</td><td><a href="/spaces/jXXjB2bSqCC6E6B5s39Y/pages/aZMhMZ5d9aiFB73D9Rah">/spaces/jXXjB2bSqCC6E6B5s39Y/pages/aZMhMZ5d9aiFB73D9Rah</a></td></tr><tr><td><strong>User Preferences Service</strong><br>Manages user consent and preferred language for WhatsApp, SMS, and email notifications.</td><td><a href="/spaces/jXXjB2bSqCC6E6B5s39Y/pages/rHWAFG86UOCPODcA3pTu">/spaces/jXXjB2bSqCC6E6B5s39Y/pages/rHWAFG86UOCPODcA3pTu</a></td></tr><tr><td><strong>Novu Bridge Service</strong><br>Consumes domain events, resolves templates and providers, checks consent, and triggers notifications through Novu.</td><td><a href="/spaces/jXXjB2bSqCC6E6B5s39Y/pages/suncEUaXdyB3IvA0XJe7">/spaces/jXXjB2bSqCC6E6B5s39Y/pages/suncEUaXdyB3IvA0XJe7</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digit.org/complaints-management/design/architecture/services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
