# Wildcard names

Wildcard name is a placeholder for a project/sequence name or time.

e.g. for sequence "DrakeShip" in Vikings.prproj, on 15:30 20th May, 2022\
this Compass export media path:

```
/Users/Dropbox/EXPORT/#YYYY#MM#DD/#PROJ/#SEQ_#hh#mm
```

will generate a path:

```
/Users/Dropbox/EXPORT/20220520/Vikings/DrakeShip_1530
```

When input is activated, wildcards will below input.\
Click on any of them to insert a wildcard at cursor position.

![](/files/m9a0u7aAnrsfewNUH43g)

#### Available Wildcards:

<table><thead><tr><th width="199.12880874796468">Wildcard</th><th width="332.73460910089955">Description</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>#PROD</strong></td><td>Production name</td><td></td><td></td></tr><tr><td><strong>#PRJ</strong></td><td>Project name</td><td></td><td></td></tr><tr><td><strong>#SEQ</strong></td><td>Sequence name</td><td></td><td></td></tr><tr><td><strong>#BIN</strong></td><td>Sequence parent bin name</td><td></td><td></td></tr><tr><td><strong>#YYYY</strong></td><td>Year, 4 digits (2022)</td><td></td><td></td></tr><tr><td><strong>#YY</strong></td><td>Year, 2 digits (22)</td><td></td><td></td></tr><tr><td><strong>#MM</strong></td><td>Month</td><td></td><td></td></tr><tr><td><strong>#DD</strong></td><td>Day</td><td></td><td></td></tr><tr><td><strong>#hh</strong></td><td>Hour</td><td></td><td></td></tr><tr><td><strong>#mm</strong></td><td>Minute</td><td></td><td></td></tr></tbody></table>

{% hint style="info" %}
Need more options? Write to <support@knightsoftheeditingtable.com>
{% endhint %}


---

# 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://manuscript.knightsoftheeditingtable.com/extensions/compass/wildcard-names.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.
