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

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