# User Guides

- [Borrowing](https://docs.astaria.xyz/user-guides/borrowing.md): Borrow intents are loan requests that can be automatically matched with prospective lenders.
- [Intent feed](https://docs.astaria.xyz/user-guides/intent-feed.md): The Intent Feed allows lenders to instantly see what terms borrowers are asking for and immediately fill loans without waiting.
- [Lending offers](https://docs.astaria.xyz/user-guides/lending-offers.md): Lending Offers are proposed loan offers that can be automatically matched with prospective borrowers.
- [Loan recall and liquidation](https://docs.astaria.xyz/user-guides/loan-recall-and-liquidation.md): Loans on Astaria do not have a set end date. They end when the borrower chooses to repay or the lender decides to send a loan to recall.
- [Astrological units](https://docs.astaria.xyz/user-guides/astrological-units.md): Astrological Units are rewards that users can receive when using Astaria.


---

# 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.astaria.xyz/user-guides.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.
