# Particle informations

## Where to start ?

{% hint style="warning" %}
Too many Mask/Shape could have some loss of performance
{% endhint %}

{% hint style="success" %}
This feature is only available for version 1.5.0 and above
{% endhint %}

{% hint style="info" %}
Share particle channel: <https://discord.gg/ZFxJ6AtVZr>&#x20;

Channel: #🧾-share-particle

Send me a message to add your particle to the list: CHOOSEIT#6056
{% endhint %}

We are going to work in the file: ElytraRacing/particles/particleConfig.json

### Example of a particle (Rainbow circle following player rotation)

```
{
    "name": "RainbowCircle",
    "enable": true,
    "particle": "REDSTONE",
    "removeFromPlayableSet": false,
    "item": "GOLDEN_APPLE:0",
    "showWithParticle": [
        "<ANOTHER PARTICLE>", "<ANOTHER PARTICLE2>"
    ],
    "shapeParticle": [
      {
        "key": "SHAPE_CIRCLE",
        "option": "20;0.66"
      },
      {
        "key": "MASK_PLAYERFOLLOW",
        "option": ""
      }
    ],
    "colorCreator": [
      {
        "key": "RAINBOW",
        "option": "10000;true"
      }
    ]
}
```

Follow:&#x20;

{% content-ref url="parameters-explanations" %}
[parameters-explanations](https://chooseit.gitbook.io/elytraracing/particlescreator/parameters-explanations)
{% 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://chooseit.gitbook.io/elytraracing/particlescreator/particle-informations.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.
