# Repair Description

{% embed url="<https://youtu.be/Ph3Wi-Qi29s>" %}

In order to append further information to question responses, additional text can be added to the response using [Text Expressions](/product-suite/admin/databox-expressions/text-expressions.md).&#x20;

In this example we will append " tiles affected" to the answer to the question "How many tiles are affected?" (note the space before the word tiles).

Setup a [Script Data](/product-suite/admin/entities/databoxes/script-data.md) Databox or use one of the existing and in the expression value add the following + " tiles affected".&#x20;

Add a new expression line by clicking "+" and then simply add the text to the new expression line.

<figure><img src="/files/oWM8yODKfoBquAxJLe2h" alt=""><figcaption><p>Script data databox</p></figcaption></figure>

To add this into the script. Against the relevant question write the result into the Script Databox that you have just created the expression line for, and then underneath read the expression value of the Databox, ensuring that the result is recorded.

<figure><img src="/files/DnjIEQN44njuG9fAG545" alt=""><figcaption><p>Databox added to Master script</p></figcaption></figure>

This will now append your answer to how many tiles are affected with " tiles affected".

<figure><img src="/files/k1Ny7oddJBsrLnLH2qV2" alt=""><figcaption><p>Wall tiles question</p></figcaption></figure>

The Repair Description in Keyfax should now read something like the below:

<figure><img src="/files/hEZbJioiWfZFrtDrMZrH" alt=""><figcaption></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.keyfax.biz/product-suite/admin/databox-examples/repair-description.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.
