# Edit Particle Animations

Steps:

* Execute the following command: /sc config
* Click on Crates
* Click on your desired crate
* Click on particles
* Click on PLAY

Here you'll find a list of all created particle animations, click on any of them to get to the particle editing page

Particle animations can also be edited via configuration files inside the .crate file.\
Example code:

```yaml
play:
  particles:
    '1':
      type: FLAME
      range-x: 0.7
      range-y: 0.7
      range-z: 0.7
      speed: 0.05
      amount: 1
      animation: NONE
      center-x: 0
      center-y: 0
      center-z: 0
    '2':
      type: SMOKE_NORMAL
      range-x: 1.0
      range-y: 0.0
      range-z: 0.0
      speed: 0.0
      amount: 1
      animation: TILTED_RINGS
      center-x: 0
      center-y: 0
      center-z: 0
```


---

# 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://pm2plugins.gitbook.io/specializedcrates/animations/particle-animations/edit-particle-animations.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.
