# exportconfig dataset

The `exportconfig dataset` command exports the definitions of a dataset to a json file. You can then import the json file into a project to create a new dataset, without having to manually configure all the features again.

## Syntax

```
exportconfig dataset <dataset name>,<json file name>
```

## Parameters

| Parameter          | Description                                                 |
| ------------------ | ----------------------------------------------------------- |
| `<dataset name>`   | The name of the dataset whose definitions you want exported |
| `<json file name>` | The name of the external json file                          |

## Example

```
[ ]: exportconfig dataset trip_1_dataset,trip_1_dataset_config.json

     Dataset trip_1_dataset configuration exported successfully to trip_1_dataset_config.json
```


---

# 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://aizen-corp.gitbook.io/docs/model-building-commands/dataset-commands/exportconfig-dataset.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.
