# Vault Lists

### What is a vault list?

A PoolTogether vault list is a small JSON file that can be used to easily share or import PoolTogether prize vaults into any interface. The list extends the [Uniswap token list standard](https://github.com/Uniswap/token-lists), allowing it to be fully functional with any apps that already use the standard.

### Using Vault Lists in the Cabana App

You can manage which vault lists are enabled in the Cabana app by selecting "Manage Vault Lists" in the app settings (top right).

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

Simply paste in the link to your desired vault list, click on "Add Vault List" and you're good to go! This can be a simple URL, an ENS domain, IPFS or IPNS link.

In this section you can also enable or disable any vault lists you have previously imported.

### Sharing Lists

Sharing a list with others is as easy as sending them its link for them to use. Alternatively, you can send them a link to the Cabana app with your vault list attached as follows:

`https://app.cabana.fi/?list=<your_list_link_here>`

{% hint style="info" %}
Don't have a vault list yet? Create one easily with our handy [Cabana Lists](https://lists.cabana.fi/) tool.
{% endhint %}


---

# 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-app/vault-lists.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.
