> 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/borrower-website.md).

# Borrower Website

Your website is where potential borrowers can see your loan options and apply for loans online. Setting up this website lets you choose what information to collect from borrowers and what documents they need to upload. In this section, you'll learn how to set up your website URL, decide which details are required for signup, and manage the files borrowers need to provide.

## How to create website

To configure your website, follow these steps:

* **Access the Settings Page:**
  * Click on the **Settings** tab located in the sidebar.
* **Navigate to the Website Header Tab:**
  * Inside Settings, click on the **Website Header** tab to begin customizing your website.
* **Configure Your Domain:**
  * In the domain settings, enter your website’s URL and click **Save** to apply. This will be the URL that borrowers will visit in order to apply for a loan.
* **Set Required Fields for Borrower Signup:**
  * Use the toggles provided to select which fields borrowers must complete during signup. This allows you to specify required information for borrower profiles.
* **Set Required File Uploads for Borrower Signup:**
  * In the File Upload section, define which documents borrowers need to upload when signing up (e.g., ID, proof of income).

The final step is to [create Loan Products](/lendbox/loan-products.md). Follow the [Loan Products guide](/lendbox/loan-products.md) to get started with [creating the loan products](/lendbox/loan-products.md).

By following these steps, you'll be able to create and customize your website borrowers will use to apply for loans.


---

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