# Run and compile the app

### Step 1: Run Flutter Packages Get

1. Once the project is loaded, open the terminal within Android Studio by selecting **View > Tool Windows > Terminal**.
2. Run the following command to fetch the dependencies:

   ```bash
   flutter pub get
   ```

### Step 2: Run Your Flutter Project

1. Make sure you have a connected device or an emulator running.
2. In the top toolbar, select your target device from the device dropdown.
3. Click the **Run** button (green play icon) to build and run your Flutter project.


---

# 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/run-and-compile-the-app.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.
