> ## Documentation Index
> Fetch the complete documentation index at: https://luminouslabs-cc5545c6-swen-add-code-runner.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Overview to guides for Solana programs to create, update, close, reinitialize, and burn permanently compressed accounts.

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

Here is the complete flow to create, or interact with compressed accounts:

<Tabs>
  <Tab title="Create">
    <div className="hidden dark:block">
      <Frame>
        <img src="https://mintcdn.com/luminouslabs-cc5545c6-swen-add-code-runner/n0RdKn4MEsiWR00J/images/Untitled.png?fit=max&auto=format&n=n0RdKn4MEsiWR00J&q=85&s=78d50efb3457fe8b3674058f13e62135" alt="" width="1146" height="639" data-path="images/Untitled.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/image-22.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=e148810042ef6a6dda5c5ccf4d8c0637" 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/luminouslabs-cc5545c6-swen-add-code-runner/n0RdKn4MEsiWR00J/images/Untitled-1.png?fit=max&auto=format&n=n0RdKn4MEsiWR00J&q=85&s=b97db6c7676ca90c231e59f57a636d32" alt="" width="1066" height="559" data-path="images/Untitled-1.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/image-20.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=e8a597688a8160df028c3873b8a48ab2" 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/luminouslabs-cc5545c6-swen-add-code-runner/n0RdKn4MEsiWR00J/images/Untitled-4.png?fit=max&auto=format&n=n0RdKn4MEsiWR00J&q=85&s=1462dc4856ec6d5045a0090a6db30e6d" alt="" width="1146" height="639" data-path="images/Untitled-4.png" />
      </Frame>
    </div>

    <div className="block dark:hidden">
      <Frame>
        <img src="https://mintcdn.com/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/image-23.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=579b588bad2a956ee68bfbc91de7f81f" 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/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/program-reinit-1.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=e7caf6b917dddfe8980278ddc3c55e8c" 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/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/program-reinit.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=d9deda6b03ab07f82840634a39df018e" 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/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/program-burn-1.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=9b5100202b48bc617dd79e15fa1b8677" 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/luminouslabs-cc5545c6-swen-add-code-runner/kjqHHw14Q8G9AGL6/images/program-burn.png?fit=max&auto=format&n=kjqHHw14Q8G9AGL6&q=85&s=3a19212400c1b0cf5a5c20a04534b9b0" alt="" width="1146" height="639" data-path="images/program-burn.png" />
      </Frame>
    </div>
  </Tab>
</Tabs>

## Next Steps

<Card title="Create a program with compressed accounts" icon="chevron-right" color="#0066ff" href="/compressed-pdas/guides/how-to-create-compressed-accounts" horizontal />
