# Edit Particles

## Short Description

Adjust particle settings and properties for enhanced effects.

## Description

This tool allows users to adjust various settings related to particle effects, including physical properties and visual attributes. Users can control aspects such as density, speed, color, and more to refine the particle system in their application.

## Properties

### Base Properties

* **Density**: Controls the density of the particles.
* **Bounds**: Controls the bounds of the particles.
* **Scale**: Controls the scale of the particles.
* **Lifetime**: Controls the lifetime of the particles.
* **Speed**: Controls the speed of the particles.
* **Gravity**: Controls the gravity of the particles.
* **X Stretch**: Controls the stretching of the particles in the X axis.
* **Y Stretch**: Controls the stretching of the particles in the Y axis.
* **Hue**: Adjusts the hue of the particles.
* **Saturation**: Adjusts color saturation.
* **Brightness**: Controls brightness levels.
* **Opacity**: Controls the visibility of the particles.


---

# 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://docs.polygonflow.io/dash-tools/particletool.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.
