# Sharing map data

As your miner uncovers regions of the universe, your webclient will save information associated with these uncovererd regions to your browser's local storage.

Dark Forest saves data to IndexedDB. You can copy a JSON representation of your full map data to your clipboard through the settings pane. You can also use the settings pane to import a map from your clipboard (or by copying map data into the text box shown below.)

![](/files/-MbIayBnBwb1yrvYm6d_)

A community plugin also exists that allows you to [export snippets of your map](https://github.com/darkforest-eth/plugins/blob/master/content/utilities/map-export/plugin.js).

## Map JSON Structure


---

# 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://dev-guides.zkga.me/rename/mining/sharing-map-data.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.
