# Home Page

Welcome to the **TreasureParticles** Wiki page! We recommend reading all the pages in order to learn how to create effects with TrParticles. You can also get an idea by examining the default effects we have created. Feel free to ask any questions you may have on our [Discord](https://discord.com/invite/qQbePCtSjh) server.

{% hint style="danger" %}
If you're using older *(TrElytra)* versions, check out the new **TrParticles** page below. We only provide support for **TrParticles**, and also this Wiki has been prepared for the new version, features may not work in older versions.

{% embed url="<https://builtbybit.com/resources/trparticles-player-particles.26794/>" %}
BuiltByBit (MC-Market) Link
{% endembed %}
{% endhint %}

{% hint style="warning" %}
**TreasureParticles is the new version of TrElytra / TrElytra+**
{% endhint %}

***

## Effects

### [Basic Usage](/treasure-particles/effects/basic-usage.md)

* [Permissions](https://treasurestore.gitbook.io/treasure-elytra/effects/basic-usage#permission)

### [Creating Effect](/treasure-particles/effects/creating-effect.md)

* [Caching](/treasure-particles/effects/creating-effect/caching.md)
* [Variables](/treasure-particles/effects/creating-effect/variables.md)
* [Tick Handlers](/treasure-particles/effects/creating-effect/tick-handlers.md)
* [Script Types](/treasure-particles/effects/creating-effect/script-types.md)

### [Presets](/treasure-particles/effects/presets.md)

## Color Schemes

### [Adding New Color Scheme](/treasure-particles/colors/adding-new-color-scheme.md)

* [Adding New Color Group](/treasure-particles/colors/adding-new-color-group.md)

## Configuration

* [General Options](/treasure-particles/configuration/general-options.md)
* [GUI Animation/Sounds/Styles](/treasure-particles/configuration/gui-config.md)
* [Permissions](/treasure-particles/configuration/permissions.md)

## [Translations](/treasure-particles/translations.md)


---

# 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://treasurestore.gitbook.io/treasure-particles/home-page.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.
