# Export your board

You can export your Ludi board to use in your other tools, like Wikis, emails and backlogs:

### Ways to Export

#### Export your entire board

You can still refine your selection during the export process.

<figure><img src="/files/3A36By69XSsq5tjXUu0z" alt=""><figcaption></figcaption></figure>

#### Export a selection

With an object, zone, multi-selection etc selected you can use the 3-dot menu to select the 'Export' option.

<figure><img src="/files/WFr3P8mhK4Yrp82E0GPV" alt=""><figcaption></figcaption></figure>

### Data export file types

<table><thead><tr><th width="201">Export Type</th><th>Description</th></tr></thead><tbody><tr><td>PDF</td><td>Download an image snapshot of your entire board. This process can take up to 10 minutes and the pdf will be emailed to your account email address.</td></tr><tr><td>CSV</td><td>Best for importing into Excel and other data tools.</td></tr><tr><td>HTML</td><td>Copy and past into Confluence, Word, Notion or other wiki/processor applications.</td></tr><tr><td>Markdown</td><td>For files unside Github or Gitlab, Wiki's that use markdown formatting or just plain text files.</td></tr><tr><td>JSON</td><td>If you don't know what this is for, ask a developer. They might give you a straight answer.</td></tr><tr><td>Jira</td><td>Our two-way sync Jira integration allows you to create jira cards or update imported jira cards. You do not use the 'export' process to send data to Jira.</td></tr></tbody></table>

### Export process

When exporting your board or a selection (unless exporting to PDF) you will be walked through a series of options to ensure you export the exact data you want.

#### Select object type

Stickies, Index Card, Token, Task Card, Roadmap Card or Jira Card. If they exist in your board you will see them in the list with an object count. You can only select one object type per export.

<figure><img src="/files/TuZHYoys7m9DJrnTeAXe" alt=""><figcaption></figcaption></figure>

#### Set data columns

We predefine the following columns: Content, Color, Author, Created and Zone. You can remove any you don't want to include.

<figure><img src="/files/tiySt5mCJjLL7dVDphcE" alt=""><figcaption></figcaption></figure>

#### Data export column descriptions

The below are specific to sticky notes, the default and available columns adjust based on object type selected for export.

#### Default columns for sticky notes:

<table><thead><tr><th width="205">Name</th><th>Description</th></tr></thead><tbody><tr><td>Content</td><td>Adds a column that contains the text of each Sticky Note.</td></tr><tr><td>Color</td><td>Adds a column that contains the color of each Sticky Note. You can choose from color name, color hex or RGBA format.</td></tr><tr><td>Author</td><td>Adds a column that contains the creator of each Sticky Note. You can choose use name, email or both in the output.</td></tr><tr><td>Created</td><td>Adds a column that contains the date and time each Sticky Note was created. Several date formatting options are available.</td></tr><tr><td>Zone</td><td>Adds a column that contains the title of the Zone that each object is assigned to.</td></tr></tbody></table>

#### Additionally, you can add the following columns for sticky notes:

<table><thead><tr><th width="206">Name</th><th>Description</th></tr></thead><tbody><tr><td>Comments</td><td>Exports the comments associated with each object, generating one column per comment.</td></tr><tr><td>Topic</td><td>Adds a column that contains the label of the Topic that each Sticky Note is grouped under.</td></tr><tr><td>Votes</td><td>Adds a column that contains the total number of votes cast for each object.</td></tr><tr><td>Votes By Participant</td><td>Adds a column per participant that contains the total number of votes that they cast for each object.Columns are only added for participants that cast at least one vote.</td></tr><tr><td>Nearby Token</td><td>(Experimental) Adds a column that contains the value of the nearest Token to each exported object in the dataset.</td></tr></tbody></table>

#### Select export file type

<figure><img src="/files/EU2PMWOd2eWA3avmYWLK" alt=""><figcaption></figcaption></figure>

#### Name and Download or Copy your data

<figure><img src="/files/V3fCGSmrVO0HGX4fs99i" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ludi.co/boards/export-your-board.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
