# Skill Generator

{% hint style="danger" %}
Make sure `devhub_skillTree_generator` is started
{% endhint %}

{% stepper %}
{% step %}

### Open configs/sh.main.lua

{% endstep %}

{% step %}

### Change `Config.EnableGenerator` to <mark style="color:green;">**true**</mark>

{% endstep %}

{% step %}

### Restart `devhub_skillTree` script

{% endstep %}

{% step %}

### A new button will appear in the right top corner

<figure><img src="/files/pEBkRbUsSm8TOVELx8X8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click at any box on the grid and start creating or editing

<figure><img src="/files/wsvE0IXtImiwi5GpXioJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Make sure that not errors are found

<figure><img src="/files/MOthOAF3MWdEbjBu2tcC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm generation of file

Config will be saved to your <mark style="color:green;">**clipboard**</mark>
{% endstep %}

{% step %}

### Open your `configs/sh.skills.lua` and paste copied skill tree

{% endstep %}

{% step %}

### Create your skill functionality using our export and listeners

{% endstep %}
{% endstepper %}

{% content-ref url="/pages/jfmY0F7dl5tY5dN2RJcI" %}
[Development](/skill-tree/development.md)
{% endcontent-ref %}

<figure><img src="/files/rvbornYE9iPOq2aWft8T" alt=""><figcaption><p>Showcase of skill tree generator</p></figcaption></figure>


---

# 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.devhub.gg/skill-tree/skill-generator.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.
