> ## 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 and comparison of guides to create, update, close, reinitialize, and burn permanently compressed accounts. Guides include step-by-step implementation and full code examples.

## Guides Overview

| Guide                                                                                               | Description                                                                  |
| --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Create Compressed Accounts](/compressed-pdas/guides/how-to-create-compressed-accounts)             | Create compressed accounts with address                                      |
| [Update Compressed Accounts](/compressed-pdas/guides/how-to-update-compressed-accounts)             | Update compressed accounts                                                   |
| [Close Compressed Accounts](/compressed-pdas/guides/how-to-close-compressed-accounts)               | Close compressed accounts, retain the address                                |
| [Reinitialize Compressed Accounts](/compressed-pdas/guides/how-to-reinitialize-compressed-accounts) | Reinitialize closed compressed accounts with the same address and new values |
| [Burn Compressed Accounts](/compressed-pdas/guides/how-to-burn-compressed-accounts)                 | Burn compressed accounts and their address permanently                       |

## Complete Flow Overview

<Tabs>
  <Tab title="Create">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/pAd7wm0d7QohCPNr/images/Untitled.png?fit=max&auto=format&n=pAd7wm0d7QohCPNr&q=85&s=fe7313996baccaae5c9bd08805bef2da" alt="" width="1146" height="639" data-path="images/Untitled.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/image-22.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=46a9c1dd4ef8694d530207c3b4bdbf6b" alt="" width="1146" height="639" data-path="images/image-22.png" />
      </Frame>
    </div>
  </Tab>

  <Tab title="Update">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/pAd7wm0d7QohCPNr/images/Untitled-1.png?fit=max&auto=format&n=pAd7wm0d7QohCPNr&q=85&s=b80fa9afacce98b593845660c55c1c74" alt="" width="1066" height="559" data-path="images/Untitled-1.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/image-20.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=56db87f19559b23f30acc8378933d998" alt="" width="1146" height="639" data-path="images/image-20.png" />
      </Frame>
    </div>
  </Tab>

  <Tab title="Close">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/pAd7wm0d7QohCPNr/images/Untitled-4.png?fit=max&auto=format&n=pAd7wm0d7QohCPNr&q=85&s=0eef230991134ae79e84f1215708e8d8" alt="" width="1146" height="639" data-path="images/Untitled-4.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/image-23.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=477d913c54441cf5b5cd9cb7712563c9" alt="" width="1146" height="639" data-path="images/image-23.png" />
      </Frame>
    </div>
  </Tab>

  <Tab title="Reinitialize">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/program-reinit-1.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=ad8d769010d5121b9943dea32c1fad3a" alt="" width="1146" height="639" data-path="images/program-reinit-1.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/program-reinit.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=4d8d1a66b10e41487176332d5ee05875" alt="" width="1146" height="639" data-path="images/program-reinit.png" />
      </Frame>
    </div>
  </Tab>

  <Tab title="Burn">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/program-burn-1.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=cf4aac9a76e42178b80459aea504532a" alt="" width="1146" height="639" data-path="images/program-burn-1.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/lightprotocol-migration/ScTcwQmaQFSwGvd2/images/program-burn.png?fit=max&auto=format&n=ScTcwQmaQFSwGvd2&q=85&s=47ace4830776e8590cdc4d526b7c6fc2" alt="" width="1146" height="639" data-path="images/program-burn.png" />
      </Frame>
    </div>
  </Tab>
</Tabs>

## Next Steps

Create a compressed account.
