# Installation

{% stepper %}
{% step %}

### Get the module

{% tabs %}
{% tab title="GitHub (Recommended)" %} <a href="https://github.com/AlexanderLindholt/TextPlus/releases/latest" class="button primary">See Latest Release</a>

* Download the `.rbxm` file.
* Find the file in your file explorer.
* Drag the file into Roblox Studio.

**Bonus:** The package will auto-update if you enable it in the `PackageLink` inside.
{% endtab %}

{% tab title="Creator Store" %} <a href="https://create.roblox.com/store/asset/138658986432597" class="button primary">Get Roblox Asset</a>

* Click `Get Model`.
* Open the ToolBox in Roblox Studio.
* Go to the `Inventory` tab.
* Click on `Text+` to insert.
  {% endtab %}
  {% endtabs %}
  {% endstep %}

{% step %}

### Place it

Find a great place for the module, where other scripts can reference it.
{% endstep %}
{% endstepper %}


---

# 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://alexxander.gitbook.io/textplus/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.
