> ## 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.

# Guides

> Overview of guides to compressed token operations and reference table with descriptions. Guides include full code examples, troubleshooting, and advanced configurations.

| Guide                                                                                                                                            | Description                                                                                |
| :----------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------- |
| [How to Create and Register a Mint Account for Compression](/compressed-tokens/guides/how-to-create-and-register-a-mint-account-for-compression) | Create new SPL mint with token pool for compression                                        |
| [How to Create Compressed Token Accounts](/compressed-tokens/guides/how-to-create-compressed-token-accounts)                                     | How to create compressed and difference to regular token accounts                          |
| [How to Mint Compressed Tokens](/compressed-tokens/guides/how-to-mint-compressed-tokens)                                                         | Create new compressed tokens to existing mint                                              |
| [How to Transfer Compressed Tokens](/compressed-tokens/guides/how-to-transfer-compressed-token)                                                  | Move compressed tokens between compressed accounts                                         |
| [How to Decompress and Compress Tokens](/compressed-tokens/guides/how-to-compress-and-decompress-spl-tokens)                                     | Convert SPL tokens between regular and compressed format                                   |
| [How to Compress complete SPL Token Accounts](/compressed-tokens/guides/how-to-compress-complete-spl-token-accounts)                             | Compress complete SPL token accounts and reclaim rent afterwards                           |
| [How to Merge Compressed Accounts](/compressed-tokens/guides/how-to-merge-compressed-token-accounts)                                             | Consolidate multiple compressed accounts of the same mint into a single compressed account |
| [How to Create Token Pools for Mint Accounts](/compressed-tokens/guides/how-to-create-compressed-token-pools-for-mint-accounts)                  | Create token pool for compression for existing SPL mints                                   |
| [How to Approve and Revoke Delegate Authority](/compressed-tokens/guides/how-to-approve-and-revoke-delegate-authority)                           | Approve or revoke delegates for compressed token accounts                                  |
