> 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/create/resources/mona-library.md).

# MONA Library

The MONA Library is a tool that offers a growing collection of assets that Creators have offered to Builders to use in their spaces. It will include different resources such as Portals and Sculptures that are allowed to be used in Spaces.

If you want to add an asset to the library, check out the MONA Library Submission tutorial [here](/create/resources/mona-library/mona-library-submission.md).

Note that community imported assets *may* not be as optimized for all MONA spaces. Make sure that the polygon and material count is suitable for the space you are creating.

### The Library&#x20;

The Library asset can be opened from the top of the Unity window in the MONA Template. This will open the Library itself that you can dock in your layout as you see fit.&#x20;

<figure><img src="/files/MnPoSFZTBKqfGBbcrUyx" alt=""><figcaption><p>The Mona Library</p></figcaption></figure>

If you click 'Download' on any of the assets, the Unity import window will pop up offering a view of the assets and where it will be placed in your Project folders. If you are submitting assets, this folder hierarchy will be a good base for your asset.&#x20;

Click on Import at the bottom of the window to import the asset, or Cancel if you change your mind.

<figure><img src="/files/7RtsUnOniLTUcWWrvV9h" alt=""><figcaption><p>Importing the Library Asset</p></figcaption></figure>

Once imported, you can go to the Project window and drag the asset into your Hierarchy or Scene as you need.

<figure><img src="/files/fMvR7e2xWI1M8VUrGHHy" alt=""><figcaption><p>Library Asset Prefab</p></figcaption></figure>

If you want to submit assets for others to use in the Library, you can go to the next tutorial.


---

# 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/create/resources/mona-library.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.
