> For the complete documentation index, see [llms.txt](https://docs.salesmania.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmania.id/website-guidebook/reset-password.md).

# Reset Password

## <mark style="color:orange;">Reset Password</mark>

{% hint style="warning" %}
Password memiliki [Max Character <mark style="color:orange;">**120**</mark>](#user-content-fn-1)[^1]
{% endhint %}

* Perubahan Password dapat diakses melalui `Settings → Profile`

<figure><img src="/files/0gLwQ6OGvcNbWAyOIlye" alt=""><figcaption><p><mark style="color:orange;"><strong><code>Tampilan Profile</code></strong></mark></p></figcaption></figure>

* Klik tombol `Ubah Password` terletak dibawah box nama dan berwarna <mark style="color:blue;">biru</mark>

<figure><img src="/files/3Owf3gqNtOK02MJSi0MS" alt=""><figcaption></figcaption></figure>

Setelah di klik, akan muncul `3 Textbox` untuk meng-input kata sandi yang lama, baru dan konfirmasi sandi yang baru.

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

Isilah Textbox tersebut dengan <mark style="color:orange;">`Kata Sandi Lama`</mark> pada Textbox pertama dan <mark style="color:orange;">`Kata Sandi Baru`</mark> serta <mark style="color:orange;">`Konfirmasi Kata Sandi`</mark> tersebut di Texbox kedua dan ketiga lalu klik <mark style="color:green;">**`Ubah`**</mark>

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

{% hint style="success" %}
Notifikasi Tersimpan akan muncul setelah selesai
{% endhint %}

<figure><img src="/files/2hmsMBpiyMy6OSrM6oMG" alt=""><figcaption></figcaption></figure>

[^1]: Kata sandi maksimal <mark style="color:orange;">**120**</mark> huruf/angka


---

# 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.salesmania.id/website-guidebook/reset-password.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.
