# Personal Account

### Account features

Merchant's personal account is a convenient tool for managing projects and payments. With the help of your personal account you can:

* [Create and customize a project](/getting-started.md). Use the intuitive interface to create new projects and manage existing ones. Upload your company logo, set payment page parameters, and customize automatic actions for each project.<br>

* [Perform the integration](/integration.md). After the project setup is complete, you can proceed with the integration. In your personal account you will find detailed instructions and API keys for integration.

* [Create invoices](/payments.md). Issue invoices for payment both manually via your personal account and automatically via API. The ability to customize various invoice settings such as currency, expiration date, and notifications makes managing payments much easier.

### Payment and balance management

Get access to detailed statistics on your transactions in the “Payments” and “Balance” sections. The personal account allows you to customize the display of table columns and export data for further analysis. You can also filter transactions by date, status and currency for convenient tracking of all transactions.&#x20;

* In the «Payments» section, you can view the [status of all invoices](/payments/invoice-statuses.md), including completed, partially paid and pending payments, as well as manually [confirm partial payment](/payments/partial-payment.md) if necessary.

* In the «Balance» section, an overview of all receipts and withdrawals is available.

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

### Notification customization

In the settings of your personal account you can activate notifications about incoming payments:

* To e-mail. Receive notifications about all actions with payments and balance.
* In Telegram. Set up notifications to your Telegram account to be instantly informed about new payments.

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

All system notifications are also available in the Notification center in the upper right corner of your personal account.

### Account protection

* Security. Enable [two-factor authentication (2FA)](/security/2fa.md) for additional protection of your account. Personal Account also allows you to track login history and activity to keep your project secure.&#x20;
* Access control. You can share your personal account with your employees and [set access rights](/security/staff-access.md) for each user, which provides flexibility and security for project management.

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% endhint %}


---

# 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://support.cryptocloud.plus/general-information/personal-account.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.
