# Re-use answers

In the following example, we are collecting road names using a TEXT question. To avoid typing the same road names over and over, you can re-use the answers you saved already on the device.

<figure><img src="/files/fsw2TNiWq81OwlrLbfey" alt=""><figcaption></figcaption></figure>

When entering a new entry, tap the lens icon to open the search panel.\\

<figure><img src="/files/ui5pl28MMeXUnSAD1HMT" alt=""><figcaption></figcaption></figure>

Pick a saved answer from the list and tap CLOSE.

<figure><img src="/files/4OtcdGdOZxzHANZDemR2" alt=""><figcaption></figcaption></figure>

The selected answer will be used.

<figure><img src="/files/xgW6uh5zOqRzwJ9DftoL" 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.epicollect.net/mobile-application/re-use-answers.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.
