# importconfig dataset

The `importconfig dataset` command imports previously exported dataset metadata from a json file into the current working project and creates a new dataset using the name you specify.

## Syntax

```
importconfig dataset <new dataset name>,<json file name>
```

## Parameters

| Parameter            | Description                                                             |
| -------------------- | ----------------------------------------------------------------------- |
| `<new dataset name>` | The name of the new dataset that will be created                        |
| `<json file name>`   | The name of the external json file that contains the dataset definition |

## Example

```
[ ]: importconfig dataset trip_1_dataset_v2,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/importconfig-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.
