# My Pools Page

Under the My Pools tab you can manage your lending pool and borrowing positions.&#x20;

**Lender View:**&#x20;

You can add funds, withdraw funds that are not being borrowed, update the fee rate, and pause borrowing. You can also see all your pool stats! **To see advanced pool stats, click the "Pool Stats" button.**&#x20;

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

**Borrower View:**&#x20;

Borrowers can see their borrow position, repay and or rollover to a new pool. **To see advanced pool stats, click the "Pool Stats" button.**&#x20;

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


---

# 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.vendor.finance/overview/vendor-finance-v1/my-pools-page.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.
