# Cached Input Responses (Toolsets)

By using the question IDs, the inputs used on a previous question that had the same answer will automatically be populated in the next tool that has the same question. This saves Form Submissions from a tool and automatically have it pre-filled in the next tool so the end user doesn't have to re-submit information they already did in another tool. Currently this works in toolsets only.


---

# 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://manual.formwise.ai/formwise/core-tools/toolsets/cached-input-responses-toolsets.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.
