# Other concepts

TrueFi infrastructure enables lenders, borrowers, and portfolio managers to deploy capital via lending pools and loans.

Portfolio managers on TrueFi deploy lending pools (or `vaults`) which in turn can deploy capital to borrowers via loans (`instruments`).

The following smart contracts represent vaults and instruments within the TrueFi protocol:&#x20;

{% tabs %}
{% tab title="Vaults" %}
{% content-ref url="/pages/HtaKSp2SuI2JpV5XP27l" %}
[Credit Vault contract overview](/brila-protocol/credit-vaults/credit-vault-technical-details/credit-vault-contract-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/GjLMA41JyEyA1X93LcYb" %}
[Flexible Portfolio contracts](/brila-protocol/other-concepts/other-legacy-contracts/flexible-portfolios-legacy/flexible-portfolio-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/7TPIYpow9Ch0vrvFPpec" %}
[Lines of Credit technical details](/brila-protocol/automated-lines-of-credit/lines-of-credit-technical-details.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Instruments" %}
{% content-ref url="/pages/1KL8aigycJAAya2fTv0u" %}
[FixedInterestOnlyLoan](/brila-protocol/other-concepts/instruments/fixedinterestonlyloan.md)
{% endcontent-ref %}

{% content-ref url="/pages/261QbHZxG3LXyz3wrnEL" %}
[BulletLoans](/brila-protocol/other-concepts/instruments/bulletloans.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Other contracts" %}

* [`ManagedPortfolioFactory`](#managedportfoliofactory)&#x20;
* [`ProtocolConfig`](#protocolconfig)&#x20;
  {% endtab %}
  {% endtabs %}

### Audits & Security

View audits [here](https://github.com/trusttoken/audits/).


---

# 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/other-concepts.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.
