> For the complete documentation index, see [llms.txt](https://treasurestore.gitbook.io/treasure-particles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasurestore.gitbook.io/treasure-particles/home-page.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://treasurestore.gitbook.io/treasure-particles/home-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
