# Limitations and alternative approach

When you add a recording through a triggered effect, it's synchronized with the main timeline. For example, if you use the Skip to Time IFX to skip forwards 10 seconds on the main timeline, the recording will also skip forward 10 seconds. If you use a Skip to Time IFX to go back to a point on the main timeline before the point when the recording was triggered, the recording will disappear.

For the fire extinguisher experience described in the previous sections, we used a Skip to Time IFX to create a loop. If a user selects an option a few seconds before the end of the loop, they may not see the full recorded response. There is a reduced risk in this case because each response is short.

To ensure that all recordings play in full, you can use an arrangement like that shown in the following image. You move recordings to the main timeline. You then use Skip to Time IFX, both as triggered effects and on the main timeline, to jump to appropriate points based on user activity. This alternative approach is demonstrated in the [Intermediate: Undersea educational content](/engage/experience-editor/tutorials/intermediate-undersea-educational-content.md).

<figure><img src="/files/nLOEOHNSwh6e5t7iscO7" alt=""><figcaption><p>Alternative timeline arrangement (select to expand)</p></figcaption></figure>


---

# 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.engagevr.io/engage/experience-editor/tutorials/intermediate-fire-extinguisher-training/limitations-and-alternative-approach.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.
