# 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]

#### Link styling

All dynamically created links use the **“Hyperlink”** or **“InternetLink”** style (and **“Followed Hyperlink”** / **“Visited InternetLink”**, respectively) from your .docx document template.

By default, links are styled with blue text and an underline, regardless of the placeholder formatting.\
You can modify the **“Hyperlink”** or **“InternetLink”** styles in your template — these styles will be applied to all dynamically created links in your document.

<figure><img src="https://1713720388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIRMYKAUZ0NsaDRvNONC3%2Fuploads%2FSnQMeIz475PA4YssuWSf%2Fimage.png?alt=media&#x26;token=dd13d177-5f5e-4b55-9466-29c7647cb3ef" 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.documentero.com/documentation/templates/fields-links.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.
