# URL Card

URL message card allows you to send a message with a URL that the customer can open in their browser. The URL can include variables and can be tracked for analytics. You can use a URL message card to direct the customer to your website, app, or social media.

<details>

<summary>Example</summary>

User: Hello, I'm interested in learning more about your latest product.

Chatbot: Hello! I appreciate your interest in our latest product. I can provide you with more information right away. Would you like me to share a link to our product page?

User: Yes, please.

Chatbot: Great! Here's the link to our product page where you can find detailed information, pricing, and customer reviews: \[Product Page URL]

Is there anything specific you'd like to know about the product, or do you have any other questions?

</details>

### Adding URL Card

#### Destination URL address

* You need to enter the URL of the web page that you want to send to your customer.&#x20;

The URL should be valid and start with http\:// or https\://. For example, you can enter this URL: \[<https://www.makerobos.com/>].

#### Text message

* You can also add a text message to accompany your URL card. The text message can be up to 1024 characters long and can include emojis.&#x20;
* You can use the text message to introduce your URL, provide more information, or add a call to action.&#x20;

<details>

<summary>Style text message</summary>

#### **Bold**

Bold your text for highlighting important phrases in your text. You can do this by two methods:

* Select the text that you want to bold, list appears select the 'Bold' icon.
* Select the text that you want to bold and tap `CTRL + B` on the keyboard.

#### Italic

Use *italic* for emphasis or to denote titles. You can do this by two methods:

* Select the text that you want to italic, list appears select the 'Italic' icon.
* Select the text that you want to italic and tap `CTRL + I` on the keyboard.

#### Strikethrough

You can use strikethrough for corrections and attracting an audience, say when you want to showcase the price discount. You can do this by two methods:

* Select the text that you want to strikethrough, list appears select the 'Strikethrough' icon.
* Select the text that you want to strikethrough and tap `CTRL +` on the keyboard.

#### Monospace

Use monospace for code or highlighting specific text. You can do this by two methods:

* Select the text that you want to monospace, list appears select the 'Strikethrough' icon.
* Select the text that you want to monospace and tap `CTRL +` on keyboard.

#### Eraser

Use this when you want to remove the style from the text say bold, italic, strikethrough or monospace. You can do this by two methods:

* Select the text whose style you want to remove, list appears select the 'Eraser' icon.
* Select the text whose style you want to remove and tap `CTRL +` on keyboard.

#### Add Emoji

Add emojis to your text to humanize messages and make personal connections with your customers. You can do this by two methods:

* Tap the emoji icon and add wherever you want.
* On the keyboard tap `Windows + .` on keyboard and select the emoji.

</details>

#### Preview URL

* You need to click on the preview button to see how your URL card will look like on WhatsApp.&#x20;

<figure><img src="/files/x7bVut5AHDVpLaD0F9jU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards/url-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
