> For the complete documentation index, see [llms.txt](https://docs.mifos.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mifos.org/mifosx/user-manual/others-mifos-dropdown/profile.md).

# Profile

*The Profile page provides details about the user profile i.e User ID, User Name, Office, Status, Language, Primary Email, Role and View permission. You can also change your existing password on this page.*

### **Navigating**

On the [Welcome Page](/mifosx/user-manual/for-all-users/untitled/welcome-page.md), click on the blue **user icon** button at the top-right corner. From the drop-down menu that appears, click on **Profile**.&#x20;

<figure><img src="/files/GrU4SQGzyCpuq5721R44" alt=""><figcaption></figcaption></figure>

### **User Profile**&#x20;

The User Profile page displays the User ID, User Name, Office, Status, Language, Primary Email and Role Details (*as shown below*).

<figure><img src="/files/OW9Ojtb8F9dqR9IRtINY" alt=""><figcaption></figcaption></figure>

### **Change Password**

Click on ![](https://mifosforge.jira.com/wiki/download/thumbnails/112296022/password.png?version=1\&modificationDate=1552726925312\&cacheVersion=1\&api=v2\&width=120)  in order to change your current password.&#x20;

Provide your new password in the fields and click on **Confirm**.

<figure><img src="/files/P0shvOgouAZhE8AQqs79" alt=""><figcaption></figcaption></figure>

### **View Permissions**&#x20;

Click on **Permissions** to open and view permissions associated with the user. &#x20;

<figure><img src="/files/4zqCrnx5vN6v6MD4gUol" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/um9tFquBeRAxNnhLdts0" alt=""><figcaption></figcaption></figure>

Related articles

* Page:[Profile](/mifosx/user-manual/others-mifos-dropdown/profile.md)


---

# 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.mifos.org/mifosx/user-manual/others-mifos-dropdown/profile.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.
