> For the complete documentation index, see [llms.txt](https://docs.paytada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytada.com/system/account.md).

# Account

## 1. Account Registration:

* Register in a few simple steps using your personal email.
* Enter Referral Code if available.
* Verify your account via email by clicking "Confirm device" after receiving the verification link.

## 2. Login:

* Easily log in with the email registered in Section 1.
* Besides email, you can log in with your Telegram or MetaMask wallet by adding them to your "Profile."

## 3. Account Management:

* The account management interface is located at the top right of the screen, displaying the User ID (UID).
* Navigate to "Dashboard" to manage your account, copy your UID, invite friends, and set up Google Authenticator for security.
* Quickly deposit and withdraw funds from the Dashboard.

## 4. Account Recovery:

* Add your Telegram/MetaMask wallet to your profile for login in case of email unavailability.
* Contact Paytada support if unable to access any account.

## 5. Terms of Use and Privacy:

* Account registration takes only a few seconds, but full privileges require account verification.
* Email verification enhances account security and ensures compliance.
* For transactions over 100,000 USD per day, KYC is required to comply with Anti-Money Laundering (AML) regulations.
* Personal information is securely encrypted in storage and transmission.

## 6. Logout and Safety:

* Log out by clicking "Logout" in the Account menu.

## 7. Safety Optimization Guide (Using Public Devices):

#### When using public or shared devices:

* Always ensure to log out after use.
* Avoid saving login information automatically on the device.
* Verify a secure connection (https).
* Use a Virtual Private Network (VPN) for added personal information protection.


---

# 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.paytada.com/system/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.
