> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/advertiser-wallet-management/creating-a-wallet.md).

# Creating a wallet

Depending on your retailer, you may have the option to create a new wallet. If enabled you'll see the option in the top right of the wallet manager.

<figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FczlaYQTROTrAF6LFB4Sb%2FCleanShot%202025-09-23%20at%2015.33.54.png?alt=media&amp;token=4c79734e-57b0-4a9b-aea0-d880481da35a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Don't see the New Wallet button? It's likely that your retailer will need to create it for you if it's supported by their business rules. We recommend to contact your retailer.
{% endhint %}

## **How to Create a New Wallet:**

1. Navigate to the sidebar and select the wallet manager.
2. To create a new wallet, click the new wallet button in the top right-hand corner under your name.
3. Enter the information requested: wallet name, currency and daily budget  (if desired).
   1. Your new wallet should look something like the below

      <figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2F6PXKeMo6XjsxCiRx7pVq%2FCleanShot%202025-09-23%20at%2015.39.27.png?alt=media&amp;token=e93467c0-ee77-4323-a888-d8d4b6a9cc13" alt=""><figcaption><p> </p></figcaption></figure>
4. Click the create button at the bottom of the page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.citrusad.com/retail-media-interface/advertiser-wallet-management/creating-a-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
