# 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](https://docs.request.finance/broken-reference).
{% endhint %}


---

# Agent Instructions: 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.
