# Inventool Documentation

{% hint style="danger" icon="user-helmet-safety" %}
The scripting docs are still under construction. If you have any questions, consider [reaching out](https://stylishesper.gitbook.io/inventool/support/getting-help#options).
{% endhint %}

{% hint style="warning" icon="bug-slash" %}
Inventool v2 was recently released—bugs may be present. If you spot a bug, please [report it](https://stylishesper.gitbook.io/inventool/support/getting-help#bug-reports) so that it can be patched ASAP.
{% endhint %}

{% content-ref url="quick-start" %}
[quick-start](https://stylishesper.gitbook.io/inventool/quick-start)
{% endcontent-ref %}

{% content-ref url="general" %}
[general](https://stylishesper.gitbook.io/inventool/general)
{% endcontent-ref %}

{% content-ref url="tutorials" %}
[tutorials](https://stylishesper.gitbook.io/inventool/tutorials)
{% endcontent-ref %}

{% content-ref url="editors" %}
[editors](https://stylishesper.gitbook.io/inventool/editors)
{% endcontent-ref %}

{% content-ref url="components" %}
[components](https://stylishesper.gitbook.io/inventool/components)
{% endcontent-ref %}

{% content-ref url="scriptable-objects" %}
[scriptable-objects](https://stylishesper.gitbook.io/inventool/scriptable-objects)
{% endcontent-ref %}

{% content-ref url="scripting" %}
[scripting](https://stylishesper.gitbook.io/inventool/scripting)
{% endcontent-ref %}

{% content-ref url="support" %}
[support](https://stylishesper.gitbook.io/inventool/support)
{% endcontent-ref %}

{% content-ref url="changelogs" %}
[changelogs](https://stylishesper.gitbook.io/inventool/changelogs)
{% endcontent-ref %}

{% content-ref url="faq" %}
[faq](https://stylishesper.gitbook.io/inventool/faq)
{% endcontent-ref %}

{% content-ref url="rate-me" %}
[rate-me](https://stylishesper.gitbook.io/inventool/rate-me)
{% endcontent-ref %}


---

# 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://stylishesper.gitbook.io/inventool/inventool-documentation.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.
