# Remember Node Inputs

This node is designed to capture the output of any node and cache the results in the .dyn file when the graph is saved.

It can hold both non-geometric data (such as strings and numbers) and geometric data (such as solids, points and surfaces) in a serialized format. This means that if, for example, you want to retain values in certain parameters or the underlying geometry of a wall or door, this node can handle both.

Currently, the node is limited to these data types. Attempting to pass through other data, such as a collection of Revit Elements, Generative Design will return an error saying 'cannot store data of type'.

![](/files/-LrPm4FQiJZkBJuR9h8x)

So, when you run the node inside Dynamo for Revit, the values will be stored. This means that, when you re-open your graph, this 'temporary data' will still be available to you - it will flow downstream from the Remember node as if it had come directly from the execution of the nodes that were upstream.

![](/files/-LrPm4FSfGYKwRuvMdjG)


---

# 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://www.generativedesign.org/03-hello-gd-for-revit/03-07_using-revit-alongside-gd-for-revit/03-07-02_data-remember-node-inputs.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.
