# Pool Flexibility

Flexible lending pools give lenders the ability to create a pool of funds that can be accessed by multiple borrowers. Lenders can customize their pools to set different terms for different borrowers, enhancing both risk management and earning potential.

* **How it Works**: After setting up a lending pool, lenders can decide how much of the total pool each borrower is allowed to access. This ensures that no single borrower monopolizes the funds, and it allows lenders to diversify their risk.
* **Borrower Allocation**: Lenders can specify the percentage of the pool each borrower can draw. For example, if a lending pool has $10,000, the lender might allow one borrower to take 40% and another to take 60%, or divide it among several smaller borrowers.


---

# 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/flexible-lending-pools/pool-flexibility.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.
