The @ tag menu is one of the most powerful ways to direct your Agent’s behavior during a conversation. It lets you explicitly point the Agent to specific resources instead of relying on it to choose automatically. In the chat input, you can type @ to open a searchable dropdown menu that lets you reference specific resources directly in your message. This works both in the builder preview and in the deployed chatbot.Documentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.

- Agent Tools: Reference a specific tool to prompt the Agent to use it.
- Agent Memory: Reference the Agent’s stored memory from the current session.
- Agents: Tag another Agent to bring it into the conversation.
- Knowledge Bases: Point the Agent to a specific Knowledge Base for its response.
- Tables: Reference a VectorShift Table for data lookups.
- Workflows: Trigger a specific Workflow from within the chat.
@Fixed Income Agent What is the current yield curve?” to send that question directly to the Fixed Income sub-agent, or “@Q4 Holdings Report what is our NVIDIA allocation?” to force the Agent to query that specific document rather than its general knowledge base.
