# Index Vaults

{% hint style="info" %}
**Index Vaults are currently in&#x20;*****TrueFi Labs*****&#x20;beta.**&#x20;

Smart contracts are available for builders to use and experiment with. If you would like to learn more, send a message [here](https://discord.com/channels/768936623684714517/879355527858126879).
{% endhint %}

## What are Index Vaults?

Index Vaults enable "fund of funds" activity on TrueFi, by allocating capital across multiple underlying TrueFi products (such as [Asset Vaults](/brila-protocol/asset-vaults.md), [Credit Vaults](/brila-protocol/credit-vaults.md), or [Lines of Credit](/brila-protocol/automated-lines-of-credit.md)).

Index Vaults do not allow managers to disburse funds to themselves, or to make loans directly to borrowers from Index Vault funds.

### How do Index Vaults work?

For technical details, see [Index Vault technical details](/brila-protocol/index-vaults/index-vault-technical-details.md).

### Can I demo Index Vaults?

Yes, see [Index Vault tutorial](/brila-protocol/index-vaults/index-vault-tutorial.md).


---

# 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.brila.finance/brila-protocol/index-vaults.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.
