# Prompt and PromptQueue Arguments

{% hint style="info" %}
A prompt can have multiple arguments (except for prompt arguments). This allows you to disable sanitation, enable input validation, and assign permission attachments, in a single prompt.
{% endhint %}

Here is the list of all arguments that you can use so far:

<table data-full-width="true"><thead><tr><th>Argument Name</th><th>Key</th><th>Scope</th><th>Description</th></tr></thead><tbody><tr><td>Anvil Prompt</td><td><code>a</code></td><td>Prompt</td><td>Changes the prompt to become an <a href="../../prompts/anvil-ui-prompt">Anvil Prompt</a></td></tr><tr><td>PlayerUI Prompt</td><td><code>p</code></td><td>Prompt</td><td>Changes the prompt to become a <a href="../../prompts/player-ui-prompt">PlayerUI Prompt</a></td></tr><tr><td>SignUI Prompt</td><td><code>s</code></td><td>Prompt</td><td>Changes the prompt to become a <a href="../../prompts/sign-ui-prompt">SignUI Prompt</a></td></tr><tr><td>Disable Sanitation</td><td><code>ds</code></td><td>Prompt</td><td>Disables input sanitation for a specific prompt</td></tr><tr><td>Input Validation</td><td><code>iv:&#x3C;alias></code></td><td>Prompt</td><td>Validate an input for a certain prompt. <a href="../../features/input-validation">Input Validation</a></td></tr><tr><td>Post Command</td><td><code>exa:&#x3C;tick delay></code></td><td>PromptQueue</td><td>Add a command to execute after completion. <a href="../../features/post-command">PostCommand</a></td></tr><tr><td>Post Command on Cancel</td><td><code>exac:&#x3C;tick delay></code></td><td>PromptQueue</td><td>Add a command to execute after completion is cancelled. <a href="../../features/post-command">PostCommand</a></td></tr></tbody></table>


---

# 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://cyr1en.gitbook.io/commandprompter/getting-started/arguments/prompt-and-promptqueue-arguments.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.
