# Wallets

Wallets enable you to manage your balances across workspaces.

You can add and manage wallets by going to your Organization settings and selecting **Wallets**.

<div align="left"><figure><img src="/files/7vmkafVHl6rhPPMY4csR" alt=""><figcaption></figcaption></figure></div>

## Add new wallet

To add a new wallet, follow these steps:

1. Go to **Organization Settings** > **Wallets** and click **Create wallet.**
2. In the **Wallet name** field, enter a name for your wallet.
3. From the **Currency** drop-down, select the currency of your wallet.
4. Click the **Save** button.

### Manually add funds to a wallet

To add funds to a wallet, follow these steps:

1. Go to **Organization Settings** > **Wallets.**
2. Under the wallet you want to add funds to, click **Add funds.**
3. You can change the wallet here by using the **Select wallet** drop-down.
4. Enter the amount you want to add in the "Select amount" field.
5. Click the **Proceed to billing information** button.
6. Enter your billing information.
7. Click **Proceed to payment method**.
8. Use your payment method to complete the transaction.

### Set up auto-refill

Auto-refill allows you to automatically top-up your wallet with funds when the balance falls below a certain amount.&#x20;

1. Go to **Organization Settings** > **Wallets.**
2. Click the wallet that you want to set up auto-refill for.
3. Click the **Edit wallet** button. A panel will open up.
4. Check the 'Auto-refill' box.
5. In the 'When my balance goes beyond this threshold' field, enter the lowest balance you want your wallet to reach before it is automatically topped up.
6. In the 'Bill my card with this amount' field, enter the amount that you want to automatically top your wallet up with when it reaches the threshold defined in the previous step.
7. Click the **Payment method** drop-down and select the payment method that you want to use.
8. Click **Save** to save your changes.


---

# 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.bird.com/applications/settings/account/organization-settings/wallets.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.
