> 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/deploy/configure.md).

# Configure

## Objective

To ensure the **Complaints Management** functions smoothly across all interfaces—**citizen portal, mobile app, dashboards, and employee interfaces**—a set of core configurations must be completed **before deploying the service**.

***

## Configurations Needed&#x20;

Before deploying the `ccrs-services` application image, the following configurations and data must be **preloaded**:

1. **Workflow Configuration**\
   Define workflows for each stage of the complaint lifecycle (e.g., registration, assignment, resolution, closure).
2. **Master Data (MDMS)**\
   Load necessary master data, including service definitions, complaint types, departments, roles, and ULB information.
3. **Localisation Messages**\
   Add translations for all UI labels, error messages, and service names across supported languages.
4. **Persister Configuration**\
   Configure how and where data will be stored (PostgreSQL DB mappings for CMS-related actions).
5. **SLA Configuration**\
   Establish service-level agreements for each complaint type and department to monitor and track resolution timelines.
6. **IDGen Configuration**\
   Define ID formats for generating unique complaint IDs using the ID generation service.
7. **Inbox & Indexer Configuration**\
   Configure inbox filters for employees and indexing settings for search and reporting.
8. **Boundary Configuration**\
   Load geospatial boundaries (e.g., wards, zones) to map complaints accurately to locations.


---

# 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/deploy/configure.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.
