# Export from Tropy

Tropy items can be exported as [JSON-LD](https://json-ld.org/), as well as to [Omeka S](http://omeka.org/s/) and to [CSV.](/other-features/export-with-plugins.md#using-the-csv-export-plugin)

## To JSON-LD

To export from Tropy, right-click on an item in the item table. From the right-click menu, select *Export Item > JSON-LD*. This action will open a dialog box, where you can save your JSON file onto your computer. To export multiple items, Ctrl/Command+click or Shift+click to select multiple items. Then right-click and select *Export Selected Items*.

At present, Tropy only exports metadata and notes to JSON-LD, not associated photos. Your photos still exist outside Tropy as well, since importing in Tropy only links to your photos.

You can export your notes in either HTML or Markdown. To change which format you wish to use, navigate to *Preferences* and scroll down to *Export*. Select either "Notes as HTML" or "Notes as Markdown."


---

# 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.tropy.org/other-features/export.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.
