> For the complete documentation index, see [llms.txt](https://docs.documentero.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.documentero.com/documentation/templates-excel/fields-links.md).

# Fields - Links

You must add "&" before your field name to achieve that.&#x20;

So the final syntax should be: **{\&fieldName}**

```
{&link1} => Pass "https://google.com" to field "link1" => Link: "https://google.com" in output Document
```

```
{&link2} => Pass "https://google.com[Google Search]" to field "link2" => Link to google.com with text: "Google Search" in output Document
```

Links automatically are blue and underlined in the output document. e.g. [http://google.com](http://google.com/)

You can optionally define a link text by adding custom text in curly brackets: e.g. <https://someurl.com\\[Link> Text]
