Use case: Let the AI Agent send URLs as hyperlinks

In this article, you'll learn how to make sure your AI Agent never shows raw or long URLs, but always uses clean, clickable hyperlinks in conversations.

What does this use case mean?

By default, AI Agents may display long or messy links in their answers. These can look unprofessional and make the conversation harder to read. Using clickable hyperlinks ensures the response remains clear and user-friendly.

With this approach, the AI Agent will always present links in a neat, clickable format like:
👉 click here
instead of: https://example.com/page/very-long-registration-link

Instruction to your AI Agent

To make this work, add the following instruction to your AI Agent:

"Whenever you provide a link, never show the raw or long URL.
Always make it a clickable hyperlink using the format:
[click here](https://example.com)

The hyperlink must always be relevant to the user’s question.
Only include a link when it is useful for answering the request." 

Example

User: How can I register?
AI Agent: You can register quickly and easily online. For more details, click here.