# Creating a Vault List

To create a new vault list, simply head to <https://lists.cabana.fi/>, choose a name for it, and click "Create Vault List".

<figure><img src="/files/HvK5vsGfsdER5dHA5UBj" alt=""><figcaption></figcaption></figure>

Add a logo to your list by entering a ***URL of the hosted logo image***. (optional)

<figure><img src="/files/xwyBl27MaMjI3iTJL6XJ" alt=""><figcaption></figcaption></figure>

Add any ***keywords*** to your list to help your list stand out in eventual searches. (optional)

<figure><img src="/files/1wMEkqTah1pcTd8PVsIH" alt=""><figcaption></figcaption></figure>

For each prize vault you'd like to add to your list, just enter its ***address***, ***yield source URL*** and ***network***, then click "Add Vault". Repeat this for however many vaults you'd like to add.

<figure><img src="/files/34N0Br2TwOLmJec8tLIi" alt=""><figcaption></figcaption></figure>

When you're done adding to your list, click "Preview Vault List". This will show you your newly formatted vault list in JSON format, as well as some basic instructions on how to host and/or share it. For a more in-depth guide, see [hosting a vault list](/cabana-tools/guides/hosting-a-vault-list.md).

<figure><img src="/files/RPcEL7l8onYT1a20lECH" alt=""><figcaption></figcaption></figure>


---

# 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.cabana.fi/cabana-tools/guides/creating-a-vault-list.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.
