# 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: 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/complaints-resolution-v2.10/deploy/configure.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.
