> For the complete documentation index, see [llms.txt](https://srwa.gitbook.io/srwa-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://srwa.gitbook.io/srwa-docs/srwa-interface/interactive-blocks/lending.md).

# Lending

Once the User is connected, they are taken to the most important page, the Lending page.

<figure><img src="/files/HrrLYqyGqDSNrGWYgJGr" alt=""><figcaption></figcaption></figure>

On this page, User can get all of the relevant information about their account and it's the place where interaction with the platform happens.

#### Lending Account

Lending account section holds the overview of the most important information for the user.

#### Savings and Loans

This section has detailed information about the state of the Users account. That is the place where User can interact with the platform simply by clicking the buttons below ([DEPOSIT](/srwa-docs/srwa-interface/interactive-blocks/lending/deposit.md), [WITHDRAW](/srwa-docs/srwa-interface/interactive-blocks/lending/withdraw.md), [BORROW](/srwa-docs/srwa-interface/interactive-blocks/lending/borrow.md), [REPAY](/srwa-docs/srwa-interface/interactive-blocks/lending/repay.md)) or the asset row which will open one of the interaction modals.


---

# 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://srwa.gitbook.io/srwa-docs/srwa-interface/interactive-blocks/lending.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.
