> 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/common-configuration-guidelines.md).

# Common Configuration Guidelines

## Overview

The images and logos are saved in S3 accounts. To ensure they are accessible in the application, these images should be configured as publicly accessible.

The AWS S3 bucket is used to store and configure logos and global configuration files in the Complaints Management (CMS). Refer to the [AWS S3 Bucket configuration steps](/complaints-management/deploy/configure/aws-s3-bucket.md) for details.

## Guidelines

### City-Level Logos

* Configure city logos in the tenant.json file for each city.\
  These details are part of the master data and can also be updated through the UI screen.
* Logo images should be uploaded to S3 buckets, and the corresponding image reference path should be used in the configuration. Update the same in the tenant.json file.

### State-Level Logos

* Update the state logo and landing page image paths in the stateinfo.json file.\
  📄 Reference: [common-masters.StateInfo.json](https://github.com/egovernments/Citizen-Complaint-Resolution-System/blob/master/utilities/default-data-handler/src/main/resources/mdmsData/common-masters/common-masters.StateInfo.json)

### Module Mapping Per City

* Use the citymodule.json file to map the set of modules enabled for each city tenant.
* This determines which modules are enabled or disabled at the city level.

### SLA Colour Configuration

* Configure SLA colour codes (used in status indicators, UI highlights, etc.) in:\
  📄[ common-masters.wfSlaConfig.json](https://github.com/egovernments/Citizen-Complaint-Resolution-System/blob/master/utilities/default-data-handler/src/main/resources/mdmsData/common-masters/common-masters.wfSlaConfig.json)

### ID Format Configuration

* Define custom ID formats for different services/modules in:\
  📄[ common-masters.IdFormat.json](https://github.com/egovernments/Citizen-Complaint-Resolution-System/blob/master/utilities/default-data-handler/src/main/resources/mdmsData/common-masters/common-masters.IdFormat.json)


---

# 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/common-configuration-guidelines.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.
