> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/experience-editor/tutorials/intermediate-fire-extinguisher-training/gas-fire/add-options-for-the-gas-fire.md).

# Add options for the gas fire

1. Move to corner with the gas fire.
2. On the left-hand side of the content panel, select **Trigger**.
3. From the library of trigger IFX, select **3D Button**.
4. Place the 3D button IFX near the gas fire.
5. On the timeline, select the cog icon for the 3D button IFX.
6. In the **Custom Name** field, enter `gas_water`.
7. In the **UI Text** field, enter `Use water fire extinguisher`.

<figure><img src="/files/FrON6mcQrIK0aUel3XBJ" alt=""><figcaption><p>The Custom Name and UI Text fields</p></figcaption></figure>

8. Select **Save Effect**.
9. On the timeline, select the `gas_water` button, and then select **Clone**.

<figure><img src="/files/UO41weU5hHbWamLXFg1x" alt=""><figcaption><p>Option to clone the gas_water 3D button</p></figcaption></figure>

10. Select the cog icon for the cloned object, and then update the **Custom Name** field to be `gas_powder` and the **UI Text field** to be `Use powder fire extinguisher`.
11. Repeat Step 9 and 10 to create a button for a CO2 fire extinguisher.
12. Use the gizmo to separate the buttons vertically.

<figure><img src="/files/1bcqTGhYyGGQRQONjx5r" alt=""><figcaption><p>Placement of buttons adjacent to gas fire</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.engagevr.io/engage/experience-editor/tutorials/intermediate-fire-extinguisher-training/gas-fire/add-options-for-the-gas-fire.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
