# Quick Start

Able Pro supports CodeIgniter 5. The following is a guide to quickly start using the template.

## Prerequisites

### XAMPP/ WAMP

Make sure to have [XAMPP](https://www.apachefriends.org/download.html) installed on your computer. Currently, Able Pro supports PHP version 7.4 or newer.

### Composer

A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

Make sure to have [Composer](https://getcomposer.org/) installed on your computer. Currently, Composer supports PHP version 7.4 to run.

## Installation <a href="#installation" id="installation"></a>

Navigate to your root folder **(i.e. ablepro-code-ignitor)**

```
c:>cd able-pro-code-ignitor
```

&#x20;Run the following commands step by step.

```javascript
// Install all required packages in the Vendor folder

composer install

// Runs the project

php spark serve

```


---

# 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://phoenixcoded.gitbook.io/able-pro/code-ignitor/quick-start.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.
