# Create responses

You need to create nine responses. Although the electrical fire: CO2 response and paper fire: water response are the same.

## Required responses

**Electrical fire responses**

* Water: “That’s incorrect. Water conducts electricity and is a bad choice for electrical fires.”
* Powder: “Correct. You could also use a CO2 fire extinguisher.”
* CO2: “Correct. You could also use a powder fire extinguisher.”

**Paper fire responses**

* Water: “Correct. You could also use a powder fire extinguisher.”
* Powder: “Correct. You could also use a water fire extinguisher.”
* CO2: “That’s incorrect. A CO2 fire extinguisher could blow around loose materials and cause the fire to spread.”

**Gas fire responses**

* Water: “That’s incorrect. A water fire extinguisher would be ineffective.”
* Powder: “Correct. A powder fire extinguisher is the only suitable choice.”
* CO2: “That’s incorrect. A CO2 fire extinguisher would be ineffective.”

## Recording responses

For each response, complete the following steps:

1. Open your menu or tablet, and then select **Recording**.
2. On the recording page, select **Record**.
3. In the Create Recording panel, select Just Myself, and then select Record.
4. After the countdown completes, pause for 1 second, and then say the response.
5. On the recording page, select **Recording**, and then select **Stop**.
6. Enter a suitable filename for the recording, such as `fire_electrical_water`, and then select **Save**.

{% hint style="info" %}
You can create a folder for the recordings to improve the organization of your files. If you do, you need to move each recording into that folder individually.
{% endhint %}


---

# 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/create-user-feedback/create-responses.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.
