# Quick Start

## Install

You'll need Composer 2 and PHP 8.0+

```shell
composer global require ubermanu/genese
```

or you can download the `genese.phar` file available in the [releases](https://github.com/ubermanu/genese/releases).

**Reminder**: In the documentation, we refer the command `genese` as the main entry point, it might be different according to your previous installation.

## Usage

You can generate some example templates:

```
genese init
```

The create an empty generator with:

```
genese generator:with-prompt --name component --action new
```

**Note**: The commands available in the CLI are created according to the content of your local `_templates` folder.


---

# 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://ubermanu.gitbook.io/genese/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.
