# LlamaPay

## LlamaPay

- [Overview](https://docs.llamapay.io/readme.md)
- [Why use LlamaPay?](https://docs.llamapay.io/payments-gateway/why-use-llamapay.md)
- [How are gas fees so cheap?](https://docs.llamapay.io/payments-gateway/why-use-llamapay/how-are-gas-fees-so-cheap.md)
- [Why use LlamaPay instead of paying and sending an etherscan link?](https://docs.llamapay.io/payments-gateway/why-use-llamapay/why-use-llamapay-instead-of-paying-and-sending-an-etherscan-link.md)
- [Integration](https://docs.llamapay.io/payments-gateway/integration.md)
- [Create a new payment](https://docs.llamapay.io/payments-gateway/integration/create-a-new-payment.md)
- [Set up webhooks](https://docs.llamapay.io/payments-gateway/integration/set-up-webhooks.md)
- [API Reference](https://docs.llamapay.io/payments-gateway/integration/api-reference.md)
- [Subscriptions Yield](https://docs.llamapay.io/payments-gateway/subscriptions-yield.md)
- [Pricing](https://docs.llamapay.io/pricing.md)
- [Features](https://docs.llamapay.io/outgoing-payments/features.md)
- [Multi-chain](https://docs.llamapay.io/outgoing-payments/features/multi-chain.md)
- [Deposits](https://docs.llamapay.io/outgoing-payments/features/deposits.md)
- [Withdrawals](https://docs.llamapay.io/outgoing-payments/features/withdrawals.md)
- [Debt](https://docs.llamapay.io/outgoing-payments/features/debt.md)
- [Gas](https://docs.llamapay.io/outgoing-payments/features/gas.md)
- [Disperse](https://docs.llamapay.io/outgoing-payments/features/disperse.md)
- [Precision](https://docs.llamapay.io/outgoing-payments/features/precision.md)
- [Gnosis Safe](https://docs.llamapay.io/outgoing-payments/gnosis-safe.md)
- [Importing CSV for Vesting](https://docs.llamapay.io/outgoing-payments/gnosis-safe/importing-csv-for-vesting.md)
- [Bot](https://docs.llamapay.io/outgoing-payments/bot.md)
- [Links](https://docs.llamapay.io/outgoing-payments/links.md)
- [Tutorials](https://docs.llamapay.io/outgoing-payments/tutorials.md)
- [Depositing](https://docs.llamapay.io/outgoing-payments/tutorials/depositing.md)
- [Creating a Stream](https://docs.llamapay.io/outgoing-payments/tutorials/creating-a-stream.md)
- [Withdrawing](https://docs.llamapay.io/outgoing-payments/tutorials/withdrawing.md)
- [Importing CSV for Payments](https://docs.llamapay.io/outgoing-payments/importing-csv-for-payments.md)
- [Contracts](https://docs.llamapay.io/outgoing-payments/contracts.md)
- [Subgraph](https://docs.llamapay.io/outgoing-payments/subgraph.md)
- [FAQ](https://docs.llamapay.io/outgoing-payments/faq.md)
- [How LlamaPay works](https://docs.llamapay.io/outgoing-payments/faq/how-llamapay-works.md)
- [How to Withdraw from LlamaPay](https://docs.llamapay.io/outgoing-payments/faq/how-to-withdraw-from-llamapay.md)
- [Bounty](https://docs.llamapay.io/security/bounty.md)


---

# 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.llamapay.io/readme.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.
