# Cash Out

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

{% stepper %}
{% step %}

### Select Withdraw button

The bot will ask you to select a wallet you want to withdraw funds from.
{% endstep %}

{% step %}

### Select Wallets 💰

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

{% step %}

### Enter your Withdrawal amount 💸

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

{% step %}

### Enter Wallet Address you want to Withdraw to 🎟️

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.oceanbots.ai/settings/wallets/cash-out.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.
