# USE CASES

- [Introduction](https://docs.adjutor.io/use-cases/introduction.md): Learn of various ways to make the most out of the Adjutor API service
- [Loan repayment with Direct Debit](https://docs.adjutor.io/use-cases/loan-repayment-with-direct-debit.md)
- [Corporate Cash and Treasury Management](https://docs.adjutor.io/use-cases/corporate-cash-and-treasury-management.md)
- [Buy Now Pay Later (BNPL)](https://docs.adjutor.io/use-cases/buy-now-pay-later-bnpl.md)
- [Embedded Credit/ Finance](https://docs.adjutor.io/use-cases/embedded-credit-finance.md)
- [Loan scoring/ Credit scoring](https://docs.adjutor.io/use-cases/loan-scoring-credit-scoring.md)
- [Customer Validation](https://docs.adjutor.io/use-cases/customer-validation.md)
- [Implementing GSI with Direct Debit](https://docs.adjutor.io/use-cases/implementing-gsi-with-direct-debit.md)


---

# 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.adjutor.io/use-cases.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.
