> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro ide project import

<Info>
  These commands are only available on Astro.
</Info>

## astro ide project import

Import an existing Astro IDE project into your local environment for development or editing.

### Usage

```sh wrap theme={null}
astro ide project import
```

### Options

| Option         | Description           | Possible Values |
| -------------- | --------------------- | --------------- |
| `-h`, `--help` | Help for the command. | N/A             |

### Description

Prompts you to select from the list of Astro IDE projects you have access to and imports the selected project into your current directory.

## Related commands

* [`astro ide project export`](/docs/cli/v1.38/astro-ide-project-export)
* [`astro ide project list`](/docs/cli/v1.38/astro-ide-project-list)
