Skip to main content
Practical guides for configuring and extending Agentic Apps. Each guide covers a specific task with step-by-step instructions.

Agent Configuration

GuideDescription
Writing Effective InstructionsDefine your agent’s role, goal, context, constraints, and output format. Includes a prompt framework, sample prompt, and common issues to avoid.

Data and Context

GuideDescription
Use Metadata Fields Passed from the APIPass custom metadata via the Execute API and reference it in agent prompts using session memory. Includes schema details and prompt syntax examples.
Pass Files Uploaded by Users to External Services or LLMsAccess file metadata stored in session memory and forward file URLs or content to external systems or LLMs for further processing.

AI for Service Integration

GuideDescription
Pass Contextual Data from AI for Service to Agent PlatformShare variables such as channel information and user preferences from the AI for Service Automation Node to the Platform’s session memory.
Share Contextual Metadata from Agent Platform to AI for ServiceConfigure event-driven handoffs that pass conversation history, user data, and system metadata from the Platform back to AI for Service.
Initiate a Live Agent Handoff from Agentic AppsConfigure the Agent Handoff Event and set up the AI for Service Automation Node to route conversations from an AI agent to a live agent.
Voice InteractionsConfigure Real-Time Voice or TTS Streaming for voice channels integrated through the AI for Service Automation Node.