# Adjútor from Lendsqr

## Adjútor from Lendsqr

- [Overview](https://docs.adjutor.io/introduction/overview.md)
- [Getting Started](https://docs.adjutor.io/introduction/getting-started.md): Welcome to Adjutor! You’re about to join 100+ Fintechs who are streamlining their lending process and making the best decisions using our APIs.
- [Test and Live mode](https://docs.adjutor.io/introduction/test-and-live-mode.md)
- [Making your first API call](https://docs.adjutor.io/introduction/making-your-first-api-call.md)
- [Webhooks](https://docs.adjutor.io/introduction/webhooks.md)
- [Authentication Type](https://docs.adjutor.io/authentication/authentication-type.md): Here, you will find everything you need for verification before accessing Adjútor
- [Generating your API key](https://docs.adjutor.io/authentication/generating-your-api-key.md): Here, you will find everything you need for verification before accessing Adjútor
- [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)
- [Oraculi Mobile SDK (Beta)](https://docs.adjutor.io/adjutor-api-endpoints/oraculi-mobile-sdk-beta.md)
- [Installing the SDK](https://docs.adjutor.io/adjutor-api-endpoints/oraculi-mobile-sdk-beta/installing-the-sdk.md)
- [The Oraculi SDK data journey](https://docs.adjutor.io/adjutor-api-endpoints/oraculi-mobile-sdk-beta/the-oraculi-sdk-data-journey.md)
- [Validation](https://docs.adjutor.io/adjutor-api-endpoints/validation.md): Learn how to use Adjutor to verify your customer's identity
- [Bank Verification Number](https://docs.adjutor.io/adjutor-api-endpoints/validation/bank-verification-number.md)
- [Bank Account Verification](https://docs.adjutor.io/adjutor-api-endpoints/validation/bank-account-verification.md)
- [Karma Lookup](https://docs.adjutor.io/adjutor-api-endpoints/validation/karma-lookup.md)
- [Ecosystem Lookup](https://docs.adjutor.io/adjutor-api-endpoints/validation/ecosystem-lookup.md)
- [Decisioning](https://docs.adjutor.io/adjutor-api-endpoints/decisioning.md): Our decisioning APIs will guide you to make quick, easy and cost-effective decisions during your loan decision processes.
- [Decision Model Lookup](https://docs.adjutor.io/adjutor-api-endpoints/decisioning/decision-model-lookup.md)
- [Oraculi scoring](https://docs.adjutor.io/adjutor-api-endpoints/decisioning/oraculi-scoring.md)
- [Credit Bureaus](https://docs.adjutor.io/adjutor-api-endpoints/credit-bureaus.md)
- [Direct Debit](https://docs.adjutor.io/adjutor-api-endpoints/direct-debit.md): All you need to know about creating, activating and debiting a mandate.
- [How Direct Debit works](https://docs.adjutor.io/adjutor-api-endpoints/direct-debit/how-direct-debit-works.md)
- [The Direct Debit process](https://docs.adjutor.io/adjutor-api-endpoints/direct-debit/the-direct-debit-process.md)
- [Understanding Mandate Statuses](https://docs.adjutor.io/adjutor-api-endpoints/direct-debit/understanding-mandate-statuses.md): This guide will walk you through mandate statuses help you understand the various statuses and their descriptions.
- [Embedded Loans and Payments](https://docs.adjutor.io/adjutor-api-endpoints/embedded-loans-and-payments.md)
- [Platform Data](https://docs.adjutor.io/adjutor-api-endpoints/platform-data.md): All you need to know about the Adjutor platform data endpoints.
- [Data for Lenders](https://docs.adjutor.io/adjutor-api-endpoints/platform-data/data-for-lenders.md)
- [Operational Services](https://docs.adjutor.io/adjutor-api-endpoints/platform-data/operational-services.md)
- [Transactions and Balances with Kolo](https://docs.adjutor.io/adjutor-api-endpoints/transactions-and-balances-with-kolo.md)
- [Initializing Authorization](https://docs.adjutor.io/adjutor-api-endpoints/transactions-and-balances-with-kolo/initializing-authorization.md)
- [Using your access token](https://docs.adjutor.io/adjutor-api-endpoints/transactions-and-balances-with-kolo/using-your-access-token.md)
- [Permission Scopes](https://docs.adjutor.io/adjutor-api-endpoints/transactions-and-balances-with-kolo/permission-scopes.md)
- [Core Services](https://docs.adjutor.io/adjutor-api-endpoints/core-services.md)
- [Authorization and Token management](https://docs.adjutor.io/adjutor-api-endpoints/core-services/authorization-and-token-management.md)
- [FAQs](https://docs.adjutor.io/additional-information/faqs.md)
- [Getting Support](https://docs.adjutor.io/additional-information/getting-support.md)
- [Pricing](https://docs.adjutor.io/additional-information/pricing.md): How much does it cost to use Adjútor? Find out here.
- [Glossary](https://docs.adjutor.io/additional-information/glossary.md): Here are some common terms to take note of


---

# 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.adjutor.io/introduction/overview.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.
