> For the complete documentation index, see [llms.txt](https://docs.altitude.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altitude.fi/general.md).

# GENERAL

- [Protocol Overview](https://docs.altitude.fi/general/protocol-overview.md)
- [Optimizing Borrowing Rates](https://docs.altitude.fi/general/protocol-overview/optimizing-borrowing-rates.md)
- [Actively Managing Idle Capital](https://docs.altitude.fi/general/protocol-overview/actively-managing-idle-capital.md)
- [How do users interact with a vault?](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault.md)
- [Deposit](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/deposit.md)
- [Borrow](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/borrow.md)
- [Withdraw](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/withdraw.md)
- [Repay](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/repay.md)
- [Claim Rewards](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/claim-rewards.md)
- [Other user functions](https://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/other-user-functions.md)
- [User Position Health](https://docs.altitude.fi/general/protocol-overview/user-position-health.md)
- [Vault Health](https://docs.altitude.fi/general/protocol-overview/vault-health.md)
- [Ingress Control](https://docs.altitude.fi/general/protocol-overview/ingress-control.md)
- [Yield Generation Process](https://docs.altitude.fi/general/yield-generation-process.md)
- [What is a vault?](https://docs.altitude.fi/general/yield-generation-process/what-is-a-vault.md)
- [How much is deployed into yield farms?](https://docs.altitude.fi/general/yield-generation-process/how-much-is-deployed-into-yield-farms.md)
- [When do we interact with Yield Farms?](https://docs.altitude.fi/general/yield-generation-process/when-do-we-interact-with-yield-farms.md)
- [Migrations](https://docs.altitude.fi/general/yield-generation-process/when-do-we-interact-with-yield-farms/migrations.md)
- [Liquidation of vault](https://docs.altitude.fi/general/yield-generation-process/when-do-we-interact-with-yield-farms/liquidation-of-vault.md)
- [FarmMode Decisions](https://docs.altitude.fi/general/yield-generation-process/when-do-we-interact-with-yield-farms/farmmode-decisions.md)
- [How are yields recognised?](https://docs.altitude.fi/general/yield-generation-process/how-are-yields-recognised.md)
- [How are yields distributed?](https://docs.altitude.fi/general/yield-generation-process/how-are-yields-distributed.md)
- [How do we determine which Yield Farms to use?](https://docs.altitude.fi/general/yield-generation-process/how-do-we-determine-which-yield-farms-to-use.md)
- [How will Altitude work at times of high volatility?](https://docs.altitude.fi/general/yield-generation-process/how-will-altitude-work-at-times-of-high-volatility.md)
- [How do my rewards change when I interact with the vault?](https://docs.altitude.fi/general/yield-generation-process/how-do-my-rewards-change-when-i-interact-with-the-vault.md)
- [Lender Determination Process](https://docs.altitude.fi/general/lender-determination-process.md)
- [How do we determine which Lender to use?](https://docs.altitude.fi/general/lender-determination-process/how-do-we-determine-which-lender-to-use.md)
- [The ALTI Token](https://docs.altitude.fi/general/the-alti-token.md)
- [ALTI rewards program](https://docs.altitude.fi/general/alti-rewards-program.md)
- [Team Milestones](https://docs.altitude.fi/general/team-milestones.md)
- [Backers](https://docs.altitude.fi/general/backers.md)
- [FAQ](https://docs.altitude.fi/general/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.altitude.fi/general.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
