# Introduction

Lean.x provides a secure, flexible platform for accepting and processing payments. Our system is designed to handle subscriptions, invoicing, and more, and can easily integrate with a variety of credit card providers. Whether you are a small business or a large corporation, Lean.x has the tools you need to streamline your payment processes and manage customer data.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="quick-start/accepting-via-payment-page" %}
[accepting-via-payment-page](https://docs.leanx.io/api-docs/quick-start/accepting-via-payment-page)
{% endcontent-ref %}

{% content-ref url="quick-start/paying-out" %}
[paying-out](https://docs.leanx.io/api-docs/quick-start/paying-out)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="cloud-payment" %}
[cloud-payment](https://docs.leanx.io/api-docs/cloud-payment)
{% endcontent-ref %}

{% content-ref url="payout" %}
[payout](https://docs.leanx.io/api-docs/payout)
{% endcontent-ref %}


---

# 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.leanx.io/api-docs/introduction.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.
