> For the complete documentation index, see [llms.txt](https://docs.monaverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monaverse.com/collect.md).

# Collect

- [Setting up a wallet](https://docs.monaverse.com/collect/setting-up-a-wallet.md): A complete guide to getting ETH or MATIC and a wallet with MetaMask
- [Delegating a Wallet](https://docs.monaverse.com/collect/setting-up-a-wallet/delegating-a-wallet.md)
- [Own a Space](https://docs.monaverse.com/collect/own-a-space.md): What can you do with a space once you have purchased it!
- [Host an Event](https://docs.monaverse.com/collect/own-a-space/host-an-event.md)
- [Uploading your Images](https://docs.monaverse.com/collect/own-a-space/uploading-your-images.md): Uploading images to use on Canvases within Mona...
- [Add Images to a Canvas](https://docs.monaverse.com/collect/own-a-space/add-images-to-a-canvas.md)
- [Live Music Feed](https://docs.monaverse.com/collect/own-a-space/live-music-feed.md)
- [Token Gated Access](https://docs.monaverse.com/collect/own-a-space/token-gated-access.md): This page covers what to expect with Token Gated Access...
- [Minted 3rd Party Assets](https://docs.monaverse.com/collect/own-a-space/minted-3rd-party-assets.md): This page goes into the details of what you can do with the Mintable file, and issues that may arise.
- [MONA Create](https://docs.monaverse.com/collect/mona-create.md): The MONA Create is a great tool to customize you MONA Space in browser.
- [Create FAQ](https://docs.monaverse.com/collect/mona-create/create-faq.md): This doc includes Frequently Asked Questions about Mona Create.
- [Live Streaming in MONA](https://docs.monaverse.com/collect/live-streaming-in-mona.md)
- [Setting up OBS Studio](https://docs.monaverse.com/collect/live-streaming-in-mona/setting-up-obs-studio.md): Instructions for setting up OBS Studio.
- [Livestream using OBS Studio](https://docs.monaverse.com/collect/live-streaming-in-mona/livestream-using-obs-studio.md): How to livestream with OBS.
- [Livestream using a Mobile Device](https://docs.monaverse.com/collect/live-streaming-in-mona/livestream-using-a-mobile-device.md): Livestreaming on Mobile.
- [How to Stream Using Twitch or YouTube](https://docs.monaverse.com/collect/live-streaming-in-mona/how-to-stream-using-twitch-or-youtube.md): Streaming with Twitch or YouTube.
- [Add a Livestream to a Canvas](https://docs.monaverse.com/collect/live-streaming-in-mona/add-a-livestream-to-a-canvas.md)
- [Collector's Frequently Asked Questions](https://docs.monaverse.com/collect/collectors-frequently-asked-questions.md): FAQs for all issues relating to Running A Space.


---

# 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.monaverse.com/collect.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.
