# Getting Started

## Supported versions

* Godot 4+

## ✨Installation

### Automatic (Recommended)

You can download this plugin from the official [godot asset library](https://godotengine.org/asset-library/asset) using the **AssetLib** tab in your godot editor. Install it and you're ready to go

### Manual

To manually install the plugin, create an **"addons"** folder at the root of your Godot project and then download the contents from the **"addons"** folder of this [repository](https://github.com/godotessentials/2d-essentials/tree/main/addons/2d_essentials).

## 🐱‍🏍Ready to use

This collection comprises new nodes that can be added as nodes, following your usual process when working with the Godot game engine. These nodes are designed to be flexible, allowing them to adapt to the mechanics of your game without interfering with decisions that might impact the implementation of your game's unique mechanics.

### Other plugins from us

* [Godotenv](https://github.com/godotessentials/godotenv)

## Components

[Godot Essentials Motion Component](/addons-documentation/components/godot-essentials-motion-component.md)

[Health Component](/addons-documentation/components/health-component.md)

[Shake Camera Component](/addons-documentation/components/shake-camera-component.md)

[Rotator Component](/addons-documentation/components/rotator-component.md)

[Projectile component](/addons-documentation/components/projectile-component.md)

[Finite State Machine](/addons-documentation/components/finite-state-machine.md)

\
[Helpers](/addons-documentation/autoload/helpers.md)

[AudioManager](/addons-documentation/autoload/audiomanager.md)

## Examples *(coming soon)*

We are preparing examples where the components are used in real use cases and can help you to prototype your 2D game ideas:

* A top-down shooter
* [Alys - Precision platformer](/addons-documentation/examples/alys-precision-platformer.md)
* Turn-based battle with grid movement


---

# 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://godot-essentials.gitbook.io/addons-documentation/getting-started.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.
