# Managing Lending Pools

Once your pool is live in the marketplace, you can manage it through your **Basename**. This includes:

* **Tracking Borrowers**: Monitor which borrowers are accessing your pool and the amount they’ve borrowed.
* **Adjusting Terms**: If needed, you can modify lending terms or limit further borrowing from the pool.
* **Servicing Loans**: As borrowers repay their loans, your **Smart Wallet** will automatically receive repayments. You can monitor loan statuses, payment schedules, and interest earned through your dashboard.


---

# 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.lendbit.finance/lending-on-lendbit/managing-lending-pools.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.
