# Employee Profile

## Overview

The user profile page allows users to manage user information. Users can add their own profile picture and can update their password from this page. The User Profile page provides common functionalities for both citizens and employees with some differences.

## Screen Details

Employees can access the User Profile page by clicking on the Edit Profile icon at the top app bar.

![](/files/H4lCDxPTFozTDhOTqAaR)

Below are the fields employees can edit as per the given validation.

| **Field**       | **Mandatory (Y/N)** | **Validation**                                                        | **Comments**                                                                                                                                                                                                                                               |
| --------------- | ------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name            | Yes                 | Only text characters are allowed. Max limit 60 characters             | <p>Currently citizen name is collected while signing up as well.</p><p>Clicking on this field allows users to edit the name. Citizen can change the name and click on the save button to update.</p><p>This field can be edited in the future as well.</p> |
| Gender          | No                  | <p>Male</p><p>Female</p><p>Transgender</p><p>Others</p>               | <p>Citizen can update gender. Click on the dropdown and select gender to update.</p><p>This field is editable in future as well.</p>                                                                                                                       |
| Email           | No                  | <p>Standard Email validation to be in place.</p><p>@ is mandatory</p> | <p>This field is editable as user starts clicking on email field.</p><p>Users can click on save to make changes.</p><p>This field can be edited in future as well.</p>                                                                                     |
| Profile Picture | No                  | <p>Max Size 1 MB</p><p>Recommended resolutions 110*110 or 180*180</p> | <p>Users can upload image from gallery or open front camera to click pitcure and upload.</p><p>Uploading picture replaces the image icon of the user.</p>                                                                                                  |
| Phone Number    | NA                  | Non Editable                                                          | Non Editable                                                                                                                                                                                                                                               |
| Change Password | NA                  | Password validation as per existing platform standards                | User can change password by entering current password, new password and confirming new password.                                                                                                                                                           |

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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/local-governance/deploy/configure-digit/configuring-digit-services/common-ui-docs/user-profile/employee-profile.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.
