# Prerequisites

## Node.JS

To install and use this template, It's required to be installed [Node.js](https://nodejs.org/) on your computer. Node is required only for compilation of sass and js files, we won't get into too much detail for the same. It's also not required to have detailed knowledge of Node.js

## Node/Yarn - Package Manager

This template uses [npm](https://www.npmjs.com/) / [yarn](https://yarnpkg.com/) package manager to install and manage 3rd party components and libraries.

## PHP

Install PHP above 8.x

### <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://codedthemes.gitbook.io/datta-laravel/prerequisites.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.
