# Slash Commands Using GitHub Comments

Slash commands enable teams to manage their pull requests with Aviator directly from the GitHub pull request page. The commands are invoked by including the line `/aviator <command>` anywhere in your pull request comment (as long as it's on a line by itself).

{% hint style="warning" %}
Only one slash command per comment is allowed.
{% endhint %}

For instance, to get the latest status of your pull request from Aviator, you can post an `/aviator refresh` command in your PR.

<figure><img src="/files/wNzKXHjLjYJnZeJ5lJSV" alt=""><figcaption><p>Slash command to get the latest PR status</p></figcaption></figure>

{% hint style="info" %}
Checkout [<mark style="color:blue;">the reference guide</mark>](/mergequeue/reference/slash-commands.md) for list of all the slash commands.
{% 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://docs.aviator.co/mergequeue/how-to-guides/slash-commands.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.
