# Import project

### Step 1: Open Android Studio

1. Launch **Android Studio** on your computer.

### Step 2: Open a Dative Project

1. In the Android Studio welcome screen, click on **Open**.
2. Navigate to the directory where you extracted your purchased `boom_vx_x_x.zip` Flutter project is located.
3. Select the root folder of your project (this folder should contain the `pubspec.yaml` file).
4. Click **OK** to open the project.

### Step 3: Install Flutter and Dart Plugins

1. If you haven't already installed the Flutter and Dart plugins, you will be prompted to do so.
2. Go to **File > Settings** (or **Android Studio > Preferences** on macOS).
3. Select **Plugins** from the left sidebar.
4. In the **Marketplace** tab, search for **Flutter**.
5. Click **Install** next to the Flutter plugin.
6. You will also be prompted to install the Dart plugin; click **Install**.
7. Restart Android Studio to activate the plugins.

### Step 4: Configure Flutter SDK

1. After reopening Android Studio, it may prompt you to configure the Flutter SDK path.
2. Click **Configure** and then **SDK Manager**.
3. In the left sidebar, select **Flutter**.
4. Click on **...** to browse and select the path to your Flutter SDK directory.
   * If you don't have the Flutter SDK installed, you can download it from the official Flutter website.
5. Click **Apply** and then **OK**.


---

# 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://docs.booms.live/import-and-install-app/import-project.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.
