> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/development/flow-studio/applications/workflow/public-variables.md).

# Public variables

Public Variables are visible from outside the current workflow, and are used to provide instance-specific information when configuring the template for an Inbox.

To create public variables:

1. Navigate to metadata in your workflow.
2. Open the panel for public variables.
3. Create a new public variable.
4. Choose a name for the new public variable.
5. Confirm and create the new variable.

![](/files/-M-oo3n316aj6prHLEcH)

To assign a value to the public variable:

1. Navigate to Workflow->Public Variables
2. Click on public variables.
3. Select your public variable and map it to a system variable.
4. Press ok to save changes.

![](/files/-M-oo7mqkWVRrk-HETfu)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.novacuraflow.com/6.11/development/flow-studio/applications/workflow/public-variables.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.
