# FAQ

- [Depositing and Earning](https://docs.vires.finance/faq/depositing-and-earning.md): How to earn from participating in protocol?
- [Borrowing](https://docs.vires.finance/faq/borrowing.md): How borrowing works?
- [Account Health](https://docs.vires.finance/faq/account-health.md): Avoiding liquidation risk
- [Asset Parameters](https://docs.vires.finance/faq/asset-parameters.md): Rates formation and liquidation properties
- [vTokens](https://docs.vires.finance/faq/vtokens.md): The advanced functionality for managing your deposit
- [Deployed Contracts](https://docs.vires.finance/faq/todo-deployed-contracts.md): Smart contract addresses of the system
- [ⓥ Governance](https://docs.vires.finance/faq/w-governance.md): What you need to know about the revenue distribution model
- [FAQ and User Guide](https://docs.vires.finance/faq/w-governance/faq-and-user-guide.md): Frequently Asked Questions and How-to Guide
- [gVires Math](https://docs.vires.finance/faq/w-governance/gvires-math.md): All the related math you need to know
- [System parameters](https://docs.vires.finance/faq/w-governance/system-parameters.md): How to read and write vires.finance governance proposals


---

# 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.vires.finance/faq.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.
