# Installation

WireBootstrap for Gentelella is made available as a zip file that can be downloaded and unzipped.

![Unzip the Project](/files/eYDdAGw3EHGV20EUbvZX)

## Running the Project

After unzipping the project, open the project in a web application editor. The examples in this documentation use  [Visual Studio Code](https://code.visualstudio.com) but any web editor can be used.  The project has no web service dependencies.

![Open in Visual Studio Code](/files/AzDqM5fKve0dS8tTy88Q)

In Visual Studio Code, open a terminal window and run the `npm` `first` script when running the project for the fist time.  This will install the `npm` packages required to run the project and then open the default page in a new browser window.

```
npm run first
```

Once the packages are installed, use `npm` `start` to run the project.

```
npm run start
```


---

# 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.wirebootstrap.com/gentelella/installation.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.
