# Export to JSON

Exporting your Trello data to JSON format using **Cross-Board Export** allows you to capture and structure your board data in a flexible, machine-readable format suitable for integrations, data analysis, and further processing in other applications.

***

**Step 1: Access Cross-Board Export**

1. Open your Trello board where the Cross-Board Export is installed.
2. Click on the **Cross-Board Export** icon located at the top of your board to access the export menu.

***

**Step 2: Select Boards and Workspaces**

1. In the **Cross-Board Export** interface, select the Trello boards and workspaces you want to export data from. You can select multiple boards at once to streamline your data management.
2. Use the search or filter options to easily find and select the boards you wish to export.

***

**Step 3: Choose JSON Format**

1. In the **Export Format** section, select **JSON** as your preferred export format.
2. Preview the export settings to ensure that all required fields are included.

***

**Step 4: Customize Your Export**

1. **Select Fields**: Choose the standard Trello fields to include in your JSON export, such as card titles, descriptions, due dates, labels, members, and more.
2. **Include Custom Fields**: Add any custom fields specific to your Trello boards to capture all relevant data.
3. **Export Checklists**: Check the option to include checklists, allowing detailed task-level data to be part of your export.

***

**Step 5: Set Export Options (Optional)**

* **Data Range**: Set a specific date range to focus your export on the most relevant data.
* **Filter by Labels or Members**: Filter your export to include only the cards with certain labels or assigned to specific members.

***

**Step 6: Start the Export**

1. Once all settings are configured, click the **Export** button to initiate the export process.
2. The JSON file will be generated and a confirmation message will appear when the export is complete.

***

**Step 7: Download or Receive by Email**

* Download your JSON file directly from the **Cross-Board Export** interface or have it sent to your configured email address for easy access.

***

**Tips for Using JSON Exports**

* **Data Integration**: Use JSON exports to integrate Trello data with other tools, software, or custom applications.
* **Advanced Data Analysis**: JSON’s structured format makes it easy to analyze data programmatically, especially for developers and data analysts.
* **Automated Workflows**: Integrate JSON data into automated workflows, APIs, or data pipelines to streamline processes.

***

**Need Help?**\
If you encounter any issues or need further assistance, please contact our support team at **<admin@rabbit-exp.com>**.


---

# 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.rabbit-exp.com/user-guide/export-to-json.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.
