> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/help/ja/llms.txt)

# dataset

> **Note (legacy)**
> 
> As of June 1, 2026, datasets are no longer supported. You can continue to access legacy datasets in the Console or use the Datasets API directly. Use the Data Workbench instead for larger file size support and more extensive editing features.

A **dataset** is an editable collection of [GeoJSON](https://docs.mapbox.com/help/ja/glossary/geojson/) [features](https://docs.mapbox.com/help/ja/glossary/features/) that you can store in your Mapbox account and access or edit as needed.

You can download a dataset as GeoJSON, or export a dataset to a [tileset](https://docs.mapbox.com/help/ja/glossary/tileset/) that can be used in a map [style](https://docs.mapbox.com/help/ja/glossary/style/). Any dataset exported to a tileset can be used in a layer in the [Mapbox Studio style editor](https://docs.mapbox.com/console-tools/studio/) or in the [Data visualization component](https://docs.mapbox.com/help/ja/tutorials/create-a-map-with-data-visualization-component/). Any GeoJSON feature or feature collection can be added at runtime as a [source](https://docs.mapbox.com/help/ja/glossary/source/).

You can interact with datasets with these tools:

-   Use the [Mapbox Dataset Editor](https://docs.mapbox.com/console-tools/data-workbench/legacy-datasets/) to create, upload, edit, or download a dataset, or publish a dataset to a tileset.
-   Use the [Mapbox Datasets API](https://docs.mapbox.com/api/maps/datasets/) to create or edit a dataset or its features, or access features as GeoJSON.
-   Use the [Mapbox Uploads API](https://docs.mapbox.com/api/maps/uploads/) to publish a dataset to a tileset.

**Related resources:**

-   [Mapbox Studio](https://console.mapbox.com/studio/) - *Log in*
-   [Mapbox Studio manual dataset documentation](https://docs.mapbox.com/console-tools/data-workbench/legacy-datasets/)
-   [Datasets API documentation](https://docs.mapbox.com/api/maps/#datasets)