# Customise UI

## **Overview** <a href="#undefined" id="undefined"></a>

* **FormComposerV2** – Dynamic, JSON-driven React form builder used in CCRS for complaint creation and workflow actions.
* **InboxSearchComposer** – A Modular component for **search, filter, and displaying inbox data** with a table view.
* Both are from `@egovernments/digit-ui-components` the version `0.2.0-beta.45`.

***

## **Installation & Import** <a href="#undefined" id="undefined"></a>

1. **Install** the dependency in `package.json`:

   ```
   json"@egovernments/digit-ui-components": "0.2.0-beta.45"
   ```
2. **Import**:
   * FormComposerV2:

     ```
      import { FormComposerV2 } from "@egovernments/digit-ui-components";
     ```
   * InboxSearchComposer:

     ```
      import { InboxSearchComposer } from "@egovernments/digit-ui-components";
     ```


---

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