> ## Documentation Index
> Fetch the complete documentation index at: https://lightprotocol-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced Guides

> Reference table to implementation guides. Guides for airdrops, using token-2022, and wallet support for compressed tokens.

| Guide                                                                                                                                                                                                | Description                                                                                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [Combine Instructions in One Transaction](https://github.com/Lightprotocol/developer-content/blob/main/zk-compression-docs/compressed-tokens/guides/how-to-combine-operations-in-one-transaction.md) | Combine multiple instructions in a single transaction using instruction-level APIs                           |
| [Create an Airdrop without Claim](/compressed-tokens/advanced-guides/create-an-airdrop)                                                                                                              | Create an airdrop that appears directly in recipients' wallets (with or without code)                        |
| [Example Airdrop with Claim](https://github.com/Lightprotocol/example-compressed-claim)                                                                                                              | Demo for time-locked airdrop with compressed tokens                                                          |
| [Add Wallet Support for Compressed Tokens](/compressed-tokens/advanced-guides/add-wallet-support-for-compressed-tokens)                                                                              | Add compressed token support in your wallet application                                                      |
| [Use Token-2022 with Compression](/compressed-tokens/advanced-guides/use-token-2022-with-compression)                                                                                                | Create compressed Token-2022 mints with metadata and other extensions                                        |
| [Example Web Client](https://github.com/Lightprotocol/example-web-client)                                                                                                                            | Demonstrates how to use @lightprotocol/stateless.js in a browser environment to interact with ZK Compression |
| [Example Node.js Client](https://github.com/Lightprotocol/example-nodejs-client)                                                                                                                     | Script to execute basic compression/decompression/transfers                                                  |
