> For the complete documentation index, see [llms.txt](https://docs.doku.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doku.com/~/changes/210/get-started/manage-user-account.md).

# Manage User Account

## Overview

In this section, you will learn how to manage your User Account.&#x20;

1. [Change Password](/~/changes/210/get-started/manage-user-account/change-password.md)
2. [Enable 2-Step Verification](/~/changes/210/get-started/manage-user-account/enable-2-step-verification.md)

***

## My User Account Information

Your User Account Information can be found on **User Profile** page.

* **Name** - The registered name of your User Account.
* **Email ID** - The registered email address of your User Account.
* **Phone Number** - The registered phone number of your User Account.
* **Account Password** - The password that is used to register for your User Account.
* **Role** - The assigned user role within your Business Account (e.g., Admin, Finance, Operation, IT, or Customer Service).
* **Referral Code** - A unique referral code that you can share with others to invite them to DOKU.

***

## FAQ

<details>

<summary>What is the role of my User Account?</summary>

You can find the role of your user account by following the steps below:

1. Log in to [DOKU Dashboard](https://dashboard.doku.com/bo/login?utm_source=docs), and then access the side navigation bar
2. The role of your user account can be found at the bottom of the navigation bar,\
   below your user name.

</details>

<details>

<summary>How to use referral code?</summary>

If your receive a referral code from your sales representative or business partner, you can use the referral code during the [DOKU Business account registration](https://dashboard.doku.com/bo/register).&#x20;

The referral code box can be found at the bottom of the registration page.

</details>

<details>

<summary>Can I sign up for multiple Business Accounts with the same company and user information?</summary>

Yes, although this is not recommended, as our risk screening team may not approve your account verification. If your company operates multiple lines of business and you wish to accept payments for each, you can register a single Business Account and enable the Multi-brand feature. You can learn more about Multi-brand on [Manage Multiple Brands](/~/changes/210/get-started/manage-business/manage-multiple-brands.md).

</details>

<details>

<summary>Can I deactivate or delete my User Account?</summary>

Yes, you are free to delete your User Account without needing assistance from us. However, please note that only the User Account can be deleted — not the Business Account. It’s also important to note that DOKU does not charge any fees for maintaining an active account. Fees are only applied to successful transactions.

</details>

<details>

<summary>How to delete my User Account?</summary>

If you wish to stop using DOKU services, you can delete your user account from DOKU Dashboard. Please note that deleting your account will **remove all of your user data permanently** and it cannot be recovered. You will also completely lose your access from the DOKU Dashboard.&#x20;

You can delete your DOKU Dashboard account by following the steps below:

1. Log in to [DOKU Dashboard](https://dashboard.doku.com/bo/login?utm_source=docs), and then access the side navigation bar
2. Click the ellipsis icon next to your user name from the menu, and then select **Profile** in the pop-up box
3. **User Profile** page will appear, then scroll down to the **Delete Account** section
4. Click **Delete Account**, then enter your PIN or an OTP to confirm account deletion.

{% hint style="warning" %}
Deleting your user account will not delete your business account.
{% endhint %}

</details>


---

# 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.doku.com/~/changes/210/get-started/manage-user-account.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.
