HIGHLIGHTS
Google has announced a major update to its search features in India.
With the new Search Live in AI Mode, users can now have real-time, interactive conversations with Google using voice and camera.
India is the first country outside the US to get this experience.
`; // trigger animation const inner = qaContainer.querySelector(“.qa-inner”); setTimeout( => inner.classList.add(“show”), 50); document.querySelectorAll(“input[name=’answer’]”).forEach(radio => { radio.addEventListener(“change”, => submitAnswer(radio.value)); });}function showThankYou { thankYouBox.style.display=”block”; setTimeout( => thankYouBox.classList.add(“show”), 50);}function submitAnswer(answerValue) { const finalPayload = { campaign_name: “Digit Questionaire”, form_name: “Digit Questionaire_Form 1”, form_data: [ { key: “uuid”, value: deviceId, type: “text” }, { key: “question”, value: questions[currentQuestionIndex].question, type: “text” }, { key: “response”, value: answerValue, type: “text” } ], verification_data: { captcha_verification: “”, captchaValue: null, captchaId: null, phone_verification: false, email_verification: false }, meta_data: { referer: document.referrer || window.location.href, user_agent: getDeviceType } }; const myHeaders = new Headers ; myHeaders.append(“accept”, “*/*”); myHeaders.append(“origin”, “https://www.timesdrive.in”); myHeaders.append(“user-agent”, navigator.userAgent); const formdata = new FormData ; formdata.append(“finalPayload”, JSON.stringify(finalPayload)); fetch(“https://apivelocitynext.tnn.in/submit-form-data/68b6d8aac3aa7094b919ac4f/68b6d8f5c3aa7094b919ac89”, { method: “POST”, headers: myHeaders, body: formdata }) .then(res => res.text ) .then(result => console.log(“Submitted:”)) .catch(err => console.error(“Error:”)); currentQuestionIndex++; progress++; setCookie(“progress”, progress); if (currentQuestionIndex { qaBox.style.display=”none”; showThankYou ; }, 600); }}if (currentIndex qaBox.classList.add(“show”), 1200); showQuestion(currentIndex);}
Here’s everything you need to know about the Search Live feature.
What is Search Live?
Search Live is a way to interact with Google. Instead of typing out your queries, you can talk to Search and show it what you see using your phone’s camera. Google will respond with helpful AI-generated audio answers, and you can continue the conversation with follow-up questions.
Whether you’re trying to cook a new recipe, fix something at home, complete schoolwork, or explore a new place, Search Live makes it easier to get instant guidance. The conversation stays active in the background, so you can continue using other apps while interacting with Google. You can also revisit past responses anytime through your AI Mode history.
How to use Search Live
Using Search Live on your phone is simple:
- Open the Google app.
- Tap the Live icon below the Search bar.
- Follow the on-screen instructions if it’s your first time.
- Start your conversation using voice: Tap Mute to turn off your microphone. Tap Unmute to resume. Say “stop” to interrupt Google’s response. To use your camera, tap the Video icon to show Google what you see.
- To end the conversation, tap Exit.
You can switch from AI Mode to a Live conversation at any time by tapping the Live icon. You can also start a Search Live chat with your camera directly from Google Lens by tapping Live.
How to disable Search Live
You can disable Search Live by disabling the AI Mode, and in order to do so, you can visit labs.google.com/search.







