> For the complete documentation index, see [llms.txt](https://docs.zeal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeal.app/expert-guides/monerium-accounts-inside-zeal.md).

# Monerium accounts inside Zeal

### What works

* Monerium IBANs can be created inside Zeal directly right after card order - before the card arrives
* Monerium IBANs can be created on gnosispay.com BEFORE connecting Zeal

### What does NOT work

* It's not possible to import an IBAN created directly with Monerium
* It's not possible to create an IBAN on gnosispay.com AFTER you’ve linked Zeal

### To "repair" when user already has Monerium account and cannot access it from Zeal

1. Create a new smart wallet in Zeal
2. Add this new address as an owner on Gnosis Pay card. Add this new owner from within the card settings screen inside Zeal. Don't do it on gnosispay.com.
3. Disconnect Gnosis Pay card inside Zeal card settings
4. Connect card again but now select the new smart wallet to connect it with
5. Update email address on gnosispay.com to a different email address. If you use gmail/google workspace then <name+zeal@gmail.com> will work as an alias for <name@gmail.com>
6. Try and setup bank transfers in Zeal again


---

# 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://docs.zeal.app/expert-guides/monerium-accounts-inside-zeal.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.
