# Project Metadata ?

This wildcard is substituted with the value of a [metadata](/helmut4-releases/helmut4-components/helmutfx/metadata.md) entry that has been created or assigned through the metadata menu.

The input for this substitution is the name of the metadata entry. The value can be retrieved only if there is a corresponding entry in the database for the project object.

It is insufficient for the metadata entry to merely exist in FX; it will return "null" if there is no value or key associated with it.

The wildcard is used in the following way:

* {project.metadata.?}
* For the following input (?) --> MyMetadataName
* The output is going to be --> MetadataValue


---

# 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.helmut.de/helmut4-releases/helmut4-components/streamdesigner/wildcards/project-related-wildcards-27/project-metadata.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.
