# Change Password

### Overview

The **Change Password** section allows users to update their password during the onboarding process. This step ensures security and ease of access to the platform. Follow the steps below to configure this section properly.

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

***

### Steps to Set Up

Click on the **Cog Wheel** next to **Change Password** within the steps list. This will bring up the Change Password settings menu.

#### **Fill in the Required Fields**

* **Title:** <mark style="color:red;">Required.</mark> Enter a title for this section.
* **Short Title:** <mark style="color:red;">Required.</mark> Enter a concise title. This will be used in condensed views where space is limited.
* **Icon:** <mark style="color:red;">Required.</mark> Select an appropriate icon to visually represent the password change step. The default icon is a password-related symbol.
* **Description:** Provide a brief message instructing users on your organization's password creation policies.&#x20;

#### **Setup Password Settings**

To update security and password related settings please visit the[ Password Security ](https://guides.mangoapps.com/admin-guide/security/password-settings)guide.

{% hint style="warning" %}
This step will **not appear for users who log in via SSO** (Single Sign-On).
{% endhint %}

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


---

# 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://guides.mangoapps.com/admin-guide/domain-settings/getting-started/change-password.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.
