# Timeline workflow

## Timeline Workflow

### Firework-Positions

In reality, firework effects will be loaded into "pipes" in several racks placed all over the field. We call these "Firework Position". Each Position Object can hold one or more firework effects ready to shoot.&#x20;

1. In the Library, navigate to `Firework\Generics\` or in the Main menu `Create > Firework > Firework Position`\
   ![](/files/e5Qa5fNEc2Pv3HJqJto9)
2. Place one or multiple "Firework-Positions" into your scene:

### Add Firework Effects

The selection of a specific firework effect usually depends on a current show. For an efficient show programming workflow, every new firework effect will automatically create an event on the current show.&#x20;

1. Open or create a new show in your repository and load it into your timeline.
2. Select one or multiple Firework-Positions in the scene.
3. Set the show position indicator to f.e. `00:05:00.`\
   &#x20;<img src="/files/zacZftgeVuNNcBdjT9UN" alt="" data-size="original">
4. Now drag a firework effect from the library on the position objects in the viewport (these will appear yellow).

<figure><img src="/files/G5Crh8flzeTP6UBej9ys" alt=""><figcaption><p>Drag effect over Firework Positions</p></figcaption></figure>

<figure><img src="/files/wsN5eQInfic9Nl7uZoJO" alt=""><figcaption><p>Events have been created automatically on the selected Position</p></figcaption></figure>

The Events have been created automatically on the selected show position. They will also get an automatic offset to their explosion moment.&#x20;

To keep the shows clean and relatively small in data size, each effect can be fired multiple times. You can add more events by clicking the record button on the specific track or just by duplicating an event by holding the <mark style="color:blue;">**CTRL**</mark> key and moving.&#x20;

### Replace Firework Effect

To replace an existing firework effect behind an already existing track, simply drag the new effect from the Library over the track. All shots will remain on their positions.&#x20;


---

# 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://help3.depence.com/depence-construction/firework/timeline-workflow.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.
