> For the complete documentation index, see [llms.txt](https://docs.paytweed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytweed.com/getting-started.md).

# Getting Started

- [Embedded Wallets | WaaS](https://docs.paytweed.com/getting-started/embedded-wallets-or-waas.md): Develop your own platform wallets to offer users secure and recoverable options for signing transactions, spending cryptocurrency, and transferring assets.
- [Token Checkout | Payments](https://docs.paytweed.com/getting-started/token-checkout-or-payments.md): Start selling fungible and non-fungible tokens in your platform
- [Flow of Funds: Purchase to Settlement](https://docs.paytweed.com/getting-started/token-checkout-or-payments/flow-of-funds-purchase-to-settlement.md): How Tweed manages payouts in accordance with a buyer's journey on your platform
- [Token Checkout](https://docs.paytweed.com/getting-started/token-checkout-or-payments/token-checkout.md): Effortless Integration for Selling Tokens: Simplified Like Never Before
- [Legacy Token Checkout](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout.md)
- [Basic Checkout Integration](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/basic-checkout-integration.md): To seamlessly integrate token checkout into your application, follow these steps
- [Checkout + WaaS + Auth](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/checkout-+-waas-+-auth.md): Leverage all the benefits Tweed offers in your application
- [Features](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features.md)
- [Payment links](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/payment-links.md): create a payment links or use token checkout without using a frontend
- [Whitelist](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/whitelist.md): Wallets and Emails
- [Flow of Funds](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/flow-of-funds.md): choose how to get funds; as fiat or crypto
- [Apple & Google Pay](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/apple-and-google-pay.md): Enable Quick and Secure Checkout with Google and Apple pay
- [AML & KYC Policy Overview](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/aml-and-kyc-policy-overview.md)
- [Dynamic Token Amount](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/dynamic-token-amount.md)
- [Marketplace Integration](https://docs.paytweed.com/getting-started/token-checkout-or-payments/legacy-token-checkout/features/marketplace-integration.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 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, and the optional `goal` query parameter:

```
GET https://docs.paytweed.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
