# ⚡ Getting Started

## Getting Started with FlutFast&#x20;

Welcome to FlutFast! This guide will walk you through the steps to get started with using our repository.

### Table of Contents

* Introduction
* Installation
* Usage

### Introduction

FlutFast  is a  Flutter development companion that streamlines the development process and provides essential components and pages to kickstart your projects. This guide will help you set up the repository and start using FlutFast Premium effectively.

### Installation

To get started with FlutFast Premium, follow these steps:

1. Clone the repository to your local machine:

```bash
git clone https://github.com/bluzeey/flutfast-premium.git
```

2. Navigate to the cloned directory:

```bash
cd flutfast-premium
```

3. Install dependencies using `flutter pub get`:

```bash
 flutter pub get
```

4. Open the project in your preferred Flutter IDE (e.g., Android Studio, VSCode).

<br>


---

# 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.flutfast.com/getting-started.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.
