# Withdraw

{% hint style="info" %}
Use /wallets to withdraw SOL from your wallets.
{% endhint %}

{% stepper %}
{% step %}

### Please enter your security pin. 🔓 <a href="#please-enter-your-security-pin" id="please-enter-your-security-pin"></a>

The bot will ask you to enter the security pin if you have one set up in Wallets settings.
{% endstep %}

{% step %}

### Select a wallet 💰 <a href="#select-a-wallet" id="select-a-wallet"></a>

💡 ***Select a wallet you want to withdraw funds from.***
{% endstep %}

{% step %}

### Enter your withdrawal amount 💸 <a href="#enter-your-withdrawal-amount" id="enter-your-withdrawal-amount"></a>

Please enter the amount you want to withdraw. (in SOL) - Example: 5
{% endstep %}

{% step %}

### Enter the wallet address you want to withdraw to 🎟️ <a href="#enter-the-wallet-address-you-want-to-withdraw-to" id="enter-the-wallet-address-you-want-to-withdraw-to"></a>

Please enter the wallet address you would like to withdraw to.
{% endstep %}
{% endstepper %}


---

# 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.tradeonnova.net/wallets/withdraw.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.
