> For the complete documentation index, see [llms.txt](https://lendbox.gitbook.io/lendbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lendbox.gitbook.io/lendbox/borrowers/creating-a-borrower.md).

# Creating a Borrower

{% embed url="<https://app.guidde.com/share/playbooks/pLvdHU83KwbD3hJzR1249F>" %}

This tutorial guides you through creating a borrower record in lend box.

#### Go to [app.lendbox.io](https://app.lendbox.io)

#### 1. Introduction

You will learn how to enter borrower details and save the information correctly.

![Introduction](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2Fd6dTnj5nvf99xJ56jJGAxR_doc.png?alt=media\&token=a4cee335-3544-4b7c-80c1-098904c5f07c)

#### 2. Navigate to Borrower Management

Click borrower management to access the section. Where borrower records are managed.

![Navigate to Borrower Management](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2F5FzFDpJE36R5BrDmdLzxtH_doc.png?alt=media\&token=16518195-8aea-4897-997e-7aa41d300935)

#### 3. Open Borrowers Section

Click borrowers to view the list of existing borrowers and manage their information.

![Open Borrowers Section](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2F1ntzf3GuaR6ck1smdHEwRX_doc.png?alt=media\&token=267be92d-cb4d-4526-b1a9-a90b92fc701e)

#### 4. Initiate Adding New Borrower

Click add borrower to start creating a new borrower profile in the system.

![Initiate Adding New Borrower](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2FsrURgLhNnmox5b9b5xC48G_doc.png?alt=media\&token=a311213d-f97c-4f85-8a8b-0f055b29cab9)

#### 5. FIll in borrower information

Fill in all the borrowers information that you need such as the first name, last name date of birth, Etc.

![FIll in borrower information](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2F6XpjGjHFpQykNAuoSCK8Sd_doc.png?alt=media\&token=56e8da46-99b2-432e-aa7e-f216be27f680)

#### 6. Upload Documents

You can upload any files documents and images associated with the borrower.

![Upload Documents](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2F4tWD3kmJFJwgbjqzrMCKda_doc.png?alt=media\&token=d4b6fc2e-468a-4164-934b-9e8c0b2da6c3)

#### 7. Add Next of Kin information

Additionally, you can add as many next of kin as you want.

![Add Next of Kin information](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2Frto6DGK4nTov4SerzfALX3_doc.png?alt=media\&token=2635f92f-0e9f-4aa3-a4c2-f2f0ca55bfca)

#### 8. Save Borrower Record

Click save to store the new borrower information, and complete the creation process.

![Save Borrower Record](https://static.guidde.com/v0/qg%2FIGlVhG28HwSSk6QdSIGfH8xPLoz1%2FpLvdHU83KwbD3hJzR1249F%2Fc1hDKide4GitGsixDQyqWg_doc.png?alt=media\&token=eff6c6a0-69fd-424a-94be-f8802e5e48b8)

You have successfully created a borrower record by entering all required personal and identification details in lendbox.


---

# 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://lendbox.gitbook.io/lendbox/borrowers/creating-a-borrower.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.
