> 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/works/reference-implementations/muktasoft-v2.2/implementation/uat-planning/uat-credentials.md).

# UAT Credentials

## Web Application URL

{% embed url="<https://mukta-uat.digit.org>" %}

## Mobile Application URL

{% embed url="<https://mukta-uat.digit.org/works-shg-app>" %}

## Tenant/ City

Testing&#x20;

## Designation Wise Users (Employees)

<table><thead><tr><th width="433">Designation</th><th>User Name</th><th>Password</th></tr></thead><tbody><tr><td>Super User</td><td>MUKTAUAT</td><td>eGov@123</td></tr><tr><td>Junior Engineer</td><td>MUKTA_JE</td><td>eGov@123</td></tr><tr><td>Assistant Engineer</td><td>MUKTA_AE</td><td>eGov@123</td></tr><tr><td>Assistant Executive Engineer/ Municipal Engineer</td><td>MUKTA_ME</td><td>eGov@123</td></tr><tr><td>Executive Officer</td><td>MUKTA_EO</td><td>eGov@123</td></tr><tr><td>Programme Coordinator</td><td>MUKTA_PC</td><td>eGov@123</td></tr><tr><td>Implementation Expert</td><td>MUKTA_IE</td><td>eGov@123</td></tr><tr><td>Account Expert</td><td>MUKTA_AC</td><td>eGov@123</td></tr></tbody></table>

<mark style="color:red;">**Note:**</mark> <mark style="color:red;"></mark><mark style="color:red;">The data provided above is dummy data to be used for testing only.</mark>

## CBO Users, Vendors & Wage Seekers

<table><thead><tr><th width="150">Org ID</th><th>Mobile Number</th><th>Default OTP</th><th>Organisation Type</th><th>Name of the organisation</th></tr></thead><tbody><tr><td>ORG-000217</td><td>9778429613</td><td>123456</td><td>CBO</td><td>Madhu SHG</td></tr><tr><td>ORG-000244</td><td>9948675268</td><td>123456</td><td>Vendor/Supplier</td><td>Aditya Agency</td></tr><tr><td>ORG-000191</td><td>9777461068</td><td>123456</td><td>Vendor/Supplier</td><td>Jagriti Borewells</td></tr></tbody></table>

| Wage Seeker ID        | Mobile     | Name        |
| --------------------- | ---------- | ----------- |
|                       | 9182918272 | Rajat       |
|                       | 9812129898 | Rohan       |
| IND-2023-10-10-000509 |            | Baya        |
| IND-2023-10-10-000487 |            | Deepak Dash |

<mark style="color:red;">**Note:**</mark> <mark style="color:red;"></mark><mark style="color:red;">The data above is dummy data and will be used for testing purposes only.</mark>

## ULBs Using UAT

All ULBs utilizing UAT for testing and training will use users specifically created for their respective ULBs."


---

# 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/works/reference-implementations/muktasoft-v2.2/implementation/uat-planning/uat-credentials.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.
