# Customise

**CMS UI & Backend Local Customisation**&#x20;

1. **Local Setup** → Run CMS UI (React) and backend (Spring Boot microservices) with Postgres, Elasticsearch, Kafka; configure environment files.
2. **Add New Field** → Update UI forms, localisation, backend DTOs, DB schema, and MDMS if it’s a dropdown/list.
3. **Customise Workflows & Rules** → Modify workflow configs, SLA rules, and MDMS masters as per local process.
4. **Update Notifications & Branding** → Change logos, colours, SMS/email templates, and asset hosting for local identity.


---

# 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/customise.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.
