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.

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 application

Switch to another application

Only visible when enabled. Shows list of available applications 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.

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

Last updated