# Metadata panel

Edit metadata by clicking on the wrench icon.

![](/files/c1CksMcR6DQd7tuqLUap)

**Icon:** Change the workflow icon by clicking on *Background* or *Foreground*. \
**Monitored:** Check the monitored setting if the workflow should be monitored. Read more about monitoring [here.](/development/flow-studio/monitoring/applications.md)\
**Force Commit Message:** Check the force commit message setting if the user should be forced to enter a comment when commit the workflow.  \
**Public Variables:** Click in Edit to add or edit public variables. Read more about public variables [here](/development/flow-studio/applications/menu/inbox/public-variables.md).

![](/files/TGtQDto5w9UDKBvUM2K0)


---

# 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://help.novacuraflow.com/development/flow-studio/applications/metadata-panel.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.
