# Can I add a hyperlink to the email sent to my customers?

Yes you can but we advise you not to do it. Adding a link to the email would make it more likely to land in the spam folder of your customer.

To do so, follow the next steps

**Step 1 :** Click on the Translations tab

**Step 2 :** In the Email customization section, search for the "second line of text" field then add your hyperlink there, this way :&#x20;

`<a href="https://www.google.com" target="_blank">Google</a>`

(keeping in mind that you must replace the link and the phrase you want)&#x20;

<br>

<figure><img src="https://lh7-us.googleusercontent.com/-d7HjJtL9JTu5KCmLWZY3qDxD1HXlTRQuVhKzifXboMYQvQUBKxZ419GSxOP1VTA-JPMdDVpKawPUkEygdNGZaPAkuUmv12HZeoPYsLAvzcF52net1jb8HoRsWig6qarmiIuCG1rpZErC2KsXC7HQs4" 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://penida.gitbook.io/big-digital-download/most-asked-questions/can-i-add-a-hyperlink-to-the-email-sent-to-my-customers.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.
