From 47f34073eff21f2d8998d772e03a99b94d50cce6 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Mon, 6 Apr 2026 11:47:44 +0530 Subject: [PATCH] docs: add NEW tags for pages about new features --- docs/voice-agent/pre-call-data-fetch.mdx | 1 + docs/voice-agent/pre-recorded-audio.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/voice-agent/pre-call-data-fetch.mdx b/docs/voice-agent/pre-call-data-fetch.mdx index aee302b..20e4dfe 100644 --- a/docs/voice-agent/pre-call-data-fetch.mdx +++ b/docs/voice-agent/pre-call-data-fetch.mdx @@ -1,6 +1,7 @@ --- title: "Pre-Call Data Fetch" description: "Fetch customer data from your CRM or ERP before the call starts, so your voice agent can greet callers by name and reference their account details." +tag: "NEW" --- Pre-Call Data Fetch allows you to enrich the call context with external data before the voice agent starts speaking. When enabled on the **Start Call** node, Dograh sends an HTTP request to your API as soon as a call is initiated. While the response is loading, the caller hears a ring-back tone. Once the data arrives, it is merged into the call's [initial context](/core-concepts/context-and-variables#initial_context) and becomes available as template variables in your prompts and greetings. diff --git a/docs/voice-agent/pre-recorded-audio.mdx b/docs/voice-agent/pre-recorded-audio.mdx index 88315ae..aca6dec 100644 --- a/docs/voice-agent/pre-recorded-audio.mdx +++ b/docs/voice-agent/pre-recorded-audio.mdx @@ -1,6 +1,7 @@ --- title: "Pre-recorded Audio" description: "Build hybrid voice agents that combine pre-recorded audio with dynamic text generation for lower latency, reduced TTS costs, and natural-sounding conversations." +tag: "NEW" --- Custom recordings allow you to build **hybrid voice agents** that use your own pre-recorded audio for key parts of the conversation, while falling back to LLM-generated speech (via a cloned voice) for dynamic responses. This gives you the best of both worlds — the emotional depth of real human speech and the flexibility of AI-generated dialogue.