> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riggery.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Memory upload

> Store text on this Instance during a Run.

Stores text in Instance Memory during a Run. For files, use the Instance **Memory** tab.

<h2 id="input">
  Input
</h2>

Inspector **Settings**. Empty-field rules for the Graph: [Previous nodes](/graph/previous-nodes). **Insert value** is on **Document name** and **Text**.

| Field             | Required | Empty                 | Notes                                       |
| ----------------- | -------- | --------------------- | ------------------------------------------- |
| **Document name** | Yes      | Fail                  | New nodes use `note.txt`.                   |
| **Text**          | Yes      | Previous Result       | Still fails if there is no text after that. |
| **MIME type**     | No       | Default: `text/plain` |                                             |

<h2 id="output">
  Output
</h2>

On the next node, **Previous nodes** lists **`Memory upload`: Result** (`{{Memory upload.text}}` while the name is unique).

| Output | In menu | Type | Next node gets                                                                    |
| ------ | ------- | ---- | --------------------------------------------------------------------------------- |
| Result | Yes     | Text | A status line such as `Stored "note.txt" (id: …, 40 chars).` Not the stored body. |
