# Withdrawals

If the user wants to withdraw funds from the account, they need to click the "Withdraw" button and then "Apply". The system will not allow the withdrawal application to be formed without two-factor authentication enabled, so first, it must be set up:

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

Then, when 2FA is enabled, your client can click the "Withdraw" button again and fill out the form that appears:

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

The withdrawal application is formed:

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

Let's consider the "Withdrawal in Currency" option. To enable this, the administrator must integrate the "Bank Transfer" payment method.

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

Select the currency and click on "Withdraw."

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

Choose the currency withdrawal method: "Transfer to Card" or "Bank Transfer."

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

Enter the card number and the amount. If you check the box, you can save it as a template. Then click on "Withdraw."

<figure><img src="/files/4pQp2XwC1RxteuM6vwyc" alt=""><figcaption></figcaption></figure>

Now, in the admin panel, you need to confirm the withdrawal. To do this, go to the "Withdrawal" section, find the transaction with the status "New," click on "Process," and then "Change Status."

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

Send the funds to the specified wallet address and enter the transaction hash in the "Transaction ID" field, then click "Finish." The status of the request will change to "Completed."

<figure><img src="/files/0cG70cD1aiBXY75TxMS7" 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://docs.consta.app/company-page/company-page-settings/my-balance/withdrawals.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.
