> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/tools/command-mention.md).

# Command Mention

You can mention commands in discord, just like you can for Users and Channels!

{% hint style="info" %}
This command only creates command mentions, and is not used for any other in the bot
{% endhint %}

## How to use

To use this you'll need to use the `/command-mention` command and fill out the follwing option\
\
**Command Name:** this is the exact name of the command such as "ticket-setup", "sticky setup", or "translate"

**Command ID:** The ID for the command, if you don't know how to get it we'll describe it in a further down section of this page

## How To use the mention

Just copy what the bot gives you and send it to someone/a channel

<figure><img src="/files/Th7ryOxlIcjc45XgknGx" alt=""><figcaption></figcaption></figure>

## How to get the Command ID

### Enable Developer Mode

This is found in User Settings > App Settings > Advanced\
once you are there toggle on "Developer Mode"

<figure><img src="/files/k4rGgxS4sE2wnSySoZ8P" alt="" width="563"><figcaption></figcaption></figure>

### Type in and have the command ready for execution

Like this

<figure><img src="/files/yMiobGmdnvrUUIv18EiL" alt=""><figcaption></figcaption></figure>

### Right Click and click "Copy ID"

Right click on the command, you'll see a "Copy ID" popup, click that.

<figure><img src="/files/5jsfRP8fM8GgZJWIgKbR" alt=""><figcaption></figcaption></figure>

And then the command's ID will be copied to your clipboard!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://invomagic.gitbook.io/ticketsdocs/tools/command-mention.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
