# Introduction

Installing Electrik and getting started is very easy and does not require any configuration. I have tried building Electrik as a zero-configuration package.

Before creating your first Electrik project, please ensure that you have PHP 8.1+ installed on your system. And also have [Composer](https://getcomposer.org/) and[ Node and NPM](https://nodejs.org/).

The Electrik has a few system requirements. You will need to make sure your server meets the following requirements:

Since Electrik is a Laravel package, all the system requirements of Laravel are also applicable to Electrik. with an exception of PHP version. Electrik only runs on PHP 8.1+.


---

# 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.electrik.dev/1.x/getting-started/introduction.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.
