# Publish to Data Locker

**Publish to Data Locker** makes any data outputs available in the data locker. Data outputs in the data locker can be referenced in other workflows via the [**Import from Data Locker**](/cascade/tools/import/import_workspace.md) tool.

On its first run, the data output (and any necessary folders) will be created. On subsequent runs, that data output will be updated with the latest version.

| Input           | Description                                                                                                                                                                        |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name (required) | The name of the asset.                                                                                                                                                             |
| Description     | A description of the asset.                                                                                                                                                        |
| Destination     | A folder in your data locker (defaults to the root). Slashes (`/`) may be used to represent subfolders (eg. `Foo/Bar` would represent the `Bar` subfolder under the `Foo` folder). |

<figure><img src="/files/LRVhS2cbYKJ0uuAmecwl" 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.cascade.io/cascade/tools/publish/publish.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.
