> 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/works-v1.0/programmes/muktasoft-v2.0/implementation/training-resources/user-manual/getting-started.md).

# Getting Started

This section of the user manual guides you through the user login process and the steps for using the MUKTASoft application for individual role.

On this page:

* [Logging in](#_ak2iff6svn1)
* [Home page](#_y9ihxiqjb66c)
* [Change language](#_vhz5bczfaqjw)
* [Change password](#_b8qo749mn030)
* [Reset password](#_c78bky4bw4uc)
* [Logging out](#_viqhetl2a1py)

### Logging In <a href="#ak2iff6svn1" id="ak2iff6svn1"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/DcyVlKLLqezZWvftqTXd" alt="" data-size="original"></td><td>Select language and click on <strong>Continue</strong>.</td><td></td></tr><tr><td><img src="/files/eR2sp5RsAWECsGNwPVqW" alt=""></td><td>Enter <strong>User Name</strong>, <strong>Password</strong>, &#x26; <strong>City</strong>. Click on <strong>Continue</strong>.</td><td></td></tr></tbody></table>

### Home Page <a href="#y9ihxiqjb66c" id="y9ihxiqjb66c"></a>

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/mNLYLhhnZRShzJlvpRuv" alt=""></td><td>Mukta home page</td><td></td></tr></tbody></table>

### Change Language <a href="#vhz5bczfaqjw" id="vhz5bczfaqjw"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/rNQpL0yT9Me2D9tqBU5U" alt=""></td><td>Click on <strong>English</strong> in the top right corner to view other language options. Select the preferred language from the list. </td><td></td></tr></tbody></table>

### Change Password <a href="#b8qo749mn030" id="b8qo749mn030"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/j0MJnVdDB2mkVuhr2zvT" alt=""></td><td><p></p><p>Profile icon<strong>> Edit Profile > Change Password</strong></p><p>Click on the <strong>Profile</strong> icon on the homepage.</p><ul><li> Two options are displayed - <strong>Edit Profile</strong> and <strong>Logout</strong>.</li><li>Click on <strong>Edit Profile</strong>.</li><li>This opens the Edit Profile page with the employee picture on the left and the details on the right.</li></ul></td><td></td></tr><tr><td><img src="/files/JHJhnqYgktarrf4WlRtf" alt=""></td><td></td><td><p>Click on the <strong>Change Password</strong> option at the bottom. </p><p>Enter the current password and new password and confirm the new password. </p><p>Click on the <strong>Save</strong> button to reset the password.</p></td></tr></tbody></table>

### Reset password <a href="#c78bky4bw4uc" id="c78bky4bw4uc"></a>

**Login Page > Forgot Password**

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/tkSr3nOUDprlq3EeahxX" alt=""></td><td>Click on <strong>Forgot Password</strong> option on the login screen to reset the password.</td><td><p></p><p>Enter the registered <strong>Mobile Number</strong> and <strong>City</strong>. Click on <strong>Continue</strong>.</p></td></tr><tr><td><img src="/files/sSZYT1EqugbRXZDZMDXZ" alt=""></td><td>Enter <strong>OTP</strong> sent on the registered mobile number.</td><td><p>Enter the new passwords and type in the new password again to confirm.</p><p>Click on the <strong>Change Password</strong> button to reset it.</p></td></tr></tbody></table>

### Logging out <a href="#viqhetl2a1py" id="viqhetl2a1py"></a>

**Home > Profile > Logout**

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><img src="/files/vhn6JrrljkI7zQRgboqA" alt=""></td><td>Click on the profile icon on the top right side of the screen. There are two options - <strong>Edit Profile</strong> and <strong>Logout</strong>. </td><td>Click on the <strong>Logout</strong> option. The user is logged out.</td></tr></tbody></table>


---

# 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/works-v1.0/programmes/muktasoft-v2.0/implementation/training-resources/user-manual/getting-started.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.
