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

# Welcome

The Accounts Payable and Receivable API allows you to scale your finance operations without the complexity of dealing with blockchains and smart contracts.

With the API you can:

* Issue invoices and accept payments in crypto & fiat from your customers
* Track the status of your invoices without polling blockchains or bank accounts
* Create salary payments to pay your employees in crypto & fiat

{% hint style="info" %}
The backbone of the Request Finance API is the Request Network. The Request Network is a decentralized protocol built on Ethereum and maintained by the Request Foundation. For more information on how the two relate to each other, please visit [this page](broken://pages/8Lk8RAjIucyHxtPkDUqO#what-is-the-relation-between-the-request-finance-api-and-the-request-network).
{% endhint %}


---

# 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:

```
GET https://docs.request.finance/welcome.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.
