> For the complete documentation index, see [llms.txt](https://gdplabs.gitbook.io/glchat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdplabs.gitbook.io/glchat/application-ui/how-to-guide/chat-input-and-responses/slash-and-mention-command.md).

# Slash and Mention Command

Enable users to perform quick actions, invoke AI Agents, Search Deep Research, or control chat sessions directly from the chat input using intuitive /commands and @mentions. This improves productivity, reduces UI friction, and aligns with modern chat-based interaction standards seen in leading AI assistants and collaboration platforms.

Both / and @ command available via Chat Input

## Slash (/)

Commands that are triggered when a user types "/" in the chat input will initiate an action. Currently, these commands only work when the slash is the first character in the input.

{% tabs %}
{% tab title="Website" %}

<figure><img src="/files/uK76NZzIEDCRFsYP6FT0" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile (iOS/Android)" %}
![](/files/iNV8XOUHKbHmmrYRFFew)
{% endtab %}
{% endtabs %}

Below are the list of action that can be performed using / command:

| Slash Command   | Description                                             | Conditions                                                                                  |
| --------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| /upload         | Open file upload dialog                                 | Only visible when enabled. Requires file-upload feature to be active.                       |
| /settings       | Open the settings drawer                                | Only visible when enabled.                                                                  |
| /tools          | Open tools dropdown                                     | Only visible when enabled. Mirrors existing Tools button.                                   |
| /model          | Open model selector dropdown                            | Only visible when enabled. Does not switch model automatically.                             |
| /files          | Show list of uploaded files in the current conversation | Only visible when enabled. Requires file history, active conversation and uploaded files.   |
| /rename         | Rename the current conversation                         | Only visible when enabled. Only works after the first message when conversation is created. |
| /share          | Open the conversation-sharing modal                     | Only visible when enabled. Only shown if sharing is allowed & user has correct RBAC.        |
| /anonymize on   | Enable data anonymization                               | Only visible when enabled. Toggles anonymization to ON.                                     |
| /anonymize off  | Disable data anonymization                              | Only visible when enabled. Toggles anonymization to OFF.                                    |
| /switch project | Switch to another project                               | Only visible when enabled. Shows list of available project for the Organization.            |

## Mention (@)

When a user types @, a set of commands is activated, enabling modes like AI Agent, Web/Search Connectors, and Deep Research. Only one mention can be executed at a time.

{% tabs %}
{% tab title="Website" %}

<figure><img src="/files/lkkkBt72xDk62ihQLMJh" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile (iOS/Android)" %}
![](/files/aFIkYti9m8hahZLdv2fm)
{% endtab %}
{% endtabs %}

Below are the list of mentions command:

| Mention Command | Description                                                     | Example                                                                      |
| --------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| @WebSearch      | Fetch latest web content or answers from real-time sources.     | @WebSearch find latest news about blockchain                                 |
| @DeepResearch   | Compare, summarize, or derive insights from multiple documents. | @DeepResearch analyze latest trend about generative AI                       |
| @\[AgentName]   | Route query to a named internal or custom agent.                | @EmailAssistant prepare draft email about negotiation new proposal next week |
| @\[Connector]   | Fetch content from systems like Drive, Notion, Jira, etc.       | @Calendar list down my today's meeting                                       |
