# 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: 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.paytweed.com/getting-started.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.
