# Using Wildcat

- [Terminology](https://docs.wildcat.finance/using-wildcat/terminology.md): It's dangerous to go alone - learn these.
- [Onboarding](https://docs.wildcat.finance/using-wildcat/onboarding.md): How to make use of the Wildcat protocol.
- [Day-To-Day Usage](https://docs.wildcat.finance/using-wildcat/day-to-day-usage.md)
- [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?
- [Protocol Usage Fees](https://docs.wildcat.finance/using-wildcat/protocol-usage-fees.md): There's no such thing as a free lunch.
- [Delinquency](https://docs.wildcat.finance/using-wildcat/delinquency.md): What it means for a market to be delinquent, and the resulting impact.
- [Telegram Notification Bot](https://docs.wildcat.finance/using-wildcat/telegram-notification-bot.md): How to use the Wildcat Telegram Bot


---

# 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.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.
