# AgentPay SDK

- [Overview](https://docs.worldlibertyfinancial.com/agentpay-sdk/overview.md)
- [Disclaimer](https://docs.worldlibertyfinancial.com/agentpay-sdk/disclaimer.md)
- [Use cases](https://docs.worldlibertyfinancial.com/agentpay-sdk/use-cases.md)
- [Install](https://docs.worldlibertyfinancial.com/agentpay-sdk/install.md)
- [CLI and local daemon](https://docs.worldlibertyfinancial.com/agentpay-sdk/install/cli-and-daemon-install.md)
- [Skill pack](https://docs.worldlibertyfinancial.com/agentpay-sdk/install/skill-pack.md)
- [Install the skill pack](https://docs.worldlibertyfinancial.com/agentpay-sdk/install/skill-pack-install.md)
- [Workflows](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows.md)
- [Set up or reuse a wallet](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/wallet-setup.md)
- [Fund the wallet](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/funding.md)
- [Define policy](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/policy.md)
- [Manual approval](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/manual-approval.md)
- [Submit transfer requests](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/transfers.md)
- [Machine Payments Protocol (MPP)](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/mpp.md)
- [Agent auth](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/agent-auth.md)
- [Reset or uninstall](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/reset-and-uninstall.md)
- [Troubleshooting](https://docs.worldlibertyfinancial.com/agentpay-sdk/workflows/troubleshooting.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.worldlibertyfinancial.com/agentpay-sdk.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.
