> 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/create-the-fires/create-the-gas-pipe.md).

# Create the gas pipe

1. Move to the corner adjacent to where you added the paper fire, which also has three blocks of boxes. You will add a gas pipe between the wall and the floor.

<figure><img src="/files/FtCfjXj8Hz5mhflLQYE8" alt=""><figcaption><p>Planned</p></figcaption></figure>

2. Repeat the same process that you used before to add a `Pipe Iron 90degree` IFX.
3. After you place the pipe in the environment, open the gizmo.
4. Activate the snap setting, and then scale the pipe up to 2.00 times its original size.

<figure><img src="/files/lGc4FIvGoMekUwdwTO8F" alt=""><figcaption><p>Pipe Iron 90degree IFX scaled to 2.00</p></figcaption></figure>

5. Change the gizmo to the rotate tool, and then select the RESET icon.

<figure><img src="/files/XwzKvBffsPdktVUbHm7e" alt=""><figcaption><p>Option to reset rotation</p></figcaption></figure>

6. With the snap option still active, rotate the pipe 180 degrees.
7. Turn off the snap option, and then translate the pipe to a point where it touches the wall.

<figure><img src="/files/xco7rFFsjUW489HsPm4Q" alt=""><figcaption><p>Pipe placed against the wall</p></figcaption></figure>

8. Add a Pipe Iron Straight Short IFX to the Environment, and then scale it to 2.0 times its original size.
9. Place the straight pipe underneath the angled pipe. To get an accurate alignment, it may help to place the angled pipe in contact with the ground first, align the straight pipe, and then move the angled pipe vertically.

<figure><img src="/files/Z4YkB1YOEU8htFmKJmN0" alt=""><figcaption><p>Aligning the two pipe components</p></figcaption></figure>

<figure><img src="/files/QxKPgT2eooF64C2r8xsI" alt=""><figcaption><p>Stacking the pipe components</p></figcaption></figure>

The arrangement is sufficient for our activity, but you may want to rotate the straight pipe so that the bolts align with the angled pipe, and also add a valve.

<figure><img src="/files/G2GQDgBq7FaXyJOCUvue" alt=""><figcaption><p>Completed pipe arrangement</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/create-the-fires/create-the-gas-pipe.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.
