> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lynkz.elipseday.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Export Your Lynkz Page Data as JSON, CSV, or HTML

> Export your Lynkz page as JSON, CSV, or a self-contained HTML file. Use exports for backups, data portability, or embedding your link list.

Lynkz lets you export your entire page in three different formats directly from the dashboard. Whether you want a backup, need to migrate your data, or want to host a static copy of your page somewhere else, the Export section has you covered.

## Export Formats

<CardGroup cols={3}>
  <Card title="JSON" icon="file-code">
    A structured data export of your entire page — links, titles, theme settings, and metadata. Ideal for **backups** or migrating your content to another platform programmatically.
  </Card>

  <Card title="CSV" icon="table">
    A spreadsheet-friendly export of your links and their details. Open it directly in **Excel**, **Google Sheets**, or any CSV-compatible tool for easy browsing or bulk editing.
  </Card>

  <Card title="HTML" icon="code">
    A **standalone, self-hostable page** — your entire Lynkz page bundled into a single HTML file with no external dependencies. Drop it anywhere that serves static files and it works immediately.
  </Card>
</CardGroup>

## How to Export

1. Open your dashboard and navigate to the **Export** section.
2. Choose your preferred format — **JSON**, **CSV**, or **HTML**.
3. Click the download button for that format.
4. The file downloads to your device instantly.

No additional configuration is needed. The export always reflects the current state of your page at the time you download it.

<Tip>
  Use the **HTML export** to host a static version of your page anywhere — a GitHub Pages site, an S3 bucket, a Cloudflare Pages project, or any web server. The file is fully self-contained with no server or database required.
</Tip>
