# Day-To-Day Usage

- [Borrowers](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/borrowers.md): What you need to know as a Wildcat borrower.
- [Lenders](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/lenders.md): Things you need to know as a would-be lender through Wildcat.
- [Wildcat 4626 Wrapper](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/wildcat-4626-wrapper.md)
- [Optional Collateral Contracts](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/optional-collateral-contracts.md)
- [Market Access Via Policies/Hooks](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/market-access-via-policies-hooks.md)
- [The Sentinel](https://docs.wildcat.finance/using-wildcat/day-to-day-usage/the-sentinel.md): What's the worst that could happen?


---

# 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.wildcat.finance/using-wildcat/day-to-day-usage.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.
