> For the complete documentation index, see [llms.txt](https://docs.finleycms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finleycms.com/what-is-finley.md).

# What is Finley?

Finley is the first portfolio management platform built to streamline lender-borrower and lender-lender relationships in addition to optimizing internal operations and analysis. Banks, borrowers, and asset managers use Finley to centralize, digitize, and automate everything from interest and fee calculations to performance trend cards and compliance triggers.

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/PhZl4lTt5wmkG1O9FXHZ" %}
[Implementing Finley](/guides/implementing-finley.md)
{% endcontent-ref %}

{% content-ref url="/pages/SEkbktm2RdPL5XfP9Pzb" %}
[Executing a Funding Request](/guides/executing-a-funding-request.md)
{% endcontent-ref %}

{% content-ref url="/pages/HviOnDKCItjScPKNxzsG" %}
[Monitoring Your Credit Facility](/guides/monitoring-your-credit-facility.md)
{% endcontent-ref %}

### Capabilities

Learn the fundamentals of Finley to get a deeper understanding of our main capabilities:

{% content-ref url="/pages/jNtqPo9CP0WoaVcS6P8b" %}
[Digital Credit Agreement](/core-capabilities/digital-credit-agreement.md)
{% endcontent-ref %}

{% content-ref url="/pages/dQoXjs6ADq16YetLDbeH" %}
[Monthly Servicer Reports](/core-capabilities/monthly-servicer-reports.md)
{% endcontent-ref %}

{% content-ref url="/pages/J1Pejzrl1hN7r2BSN2i9" %}
[Draw Requests](/core-capabilities/draw-requests.md)
{% endcontent-ref %}

{% content-ref url="/pages/f4jSPB8CN9hWdZYk5eCq" %}
[Borrowing Base Insights](/core-capabilities/borrowing-base-insights.md)
{% endcontent-ref %}


---

# 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://docs.finleycms.com/what-is-finley.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.
