Hello everybody,
Hope you’re all keeping well. I’ve been messing around with various scenarios in my day-to-day work and I stumbled upon something neat I think you’ll find useful (especially those of you running e-commerce platforms).
What I found is that you can use Apollo AI to help visitors navigate sites by sending them directly to custom URLs. The trick lies in crafting instructions within the Base Prompt that tell Apollo precisely how to build these URLs.
This is set up using the following Base Prompt instruction:
- If a user is looking for a specific product, direct user to https://www.example.com/search=[key+phrase] and fill [key+phrase] replacing spaces with pluses.
You can use this as an inspiration for optimizing your own AI Assist.
I would be interested to hear how instruction like this would perform in various real-life applications, so please share any feedback or suggestions you might have.