# LendingApp

## LendingApp

- [Welcome](https://docs.lendingapp.io/master.md): We are currently updating our documentation!
- [Video Guides](https://docs.lendingapp.io/video-guides.md)
- [Contact](https://docs.lendingapp.io/contact.md)
- [Applications](https://docs.lendingapp.io/app-essentials/applications.md)
- [Business Financing](https://docs.lendingapp.io/app-essentials/applications/business-financing.md)
- [Vendor Financing](https://docs.lendingapp.io/app-essentials/applications/vendor-financing.md)
- [SBA Loans](https://docs.lendingapp.io/app-essentials/applications/sba-7a-loans.md)
- [Commercial Real Estate](https://docs.lendingapp.io/app-essentials/applications/commercial-real-estate.md)
- [Invoice Factoring](https://docs.lendingapp.io/app-essentials/applications/invoice-factoring.md)
- [Integrations](https://docs.lendingapp.io/integrations.md)
- [Plaid bank verification](https://docs.lendingapp.io/integrations/plaid-link.md)
- [Equifax credit data](https://docs.lendingapp.io/integrations/equifax-credit-reports.md)
- [ACH payments](https://docs.lendingapp.io/integrations/ach-payments.md)
- [Zapier automations](https://docs.lendingapp.io/integrations/zapier.md)
- [E-signature automation](https://docs.lendingapp.io/integrations/e-signature-automation.md)
- [Application Management](https://docs.lendingapp.io/application-management.md)
- [Administrator](https://docs.lendingapp.io/application-management/administrator.md)
- [Loan Officers](https://docs.lendingapp.io/application-management/loan-officer.md)
- [Borrowers](https://docs.lendingapp.io/application-management/borrowers.md)
- [Vendors](https://docs.lendingapp.io/application-management/vendors.md)
- [Subscriptions and Plans](https://docs.lendingapp.io/subscriptions-and-plans.md)
- [Business](https://docs.lendingapp.io/subscriptions-and-plans/business.md)
- [Enterprise](https://docs.lendingapp.io/subscriptions-and-plans/enterprise.md)
- [Stripe](https://docs.lendingapp.io/subscriptions-and-plans/stripe-connect.md)
- [Feedback](https://docs.lendingapp.io/feedback.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.lendingapp.io/master.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.
