# Borrower Allocation Percentages

Allocating percentages to different borrowers helps lenders manage risk and ensure that the pool is utilized according to their preferences. Here’s how to set it up:

* **Set Maximum Borrower Limit**: Define the maximum percentage a single borrower can access. This prevents any one borrower from using up too much of the pool.
* **Allocate Based on Borrower Needs**: For borrowers with a solid reputation or higher collateral, lenders might allocate a larger percentage, while smaller borrowers or those with higher risk factors might get a smaller portion.


---

# 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/borrower-allocation-percentages.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.
