# Link

### Link options

#### Open links in a new window

Will open all internal and external links in a new window.

#### Open external links in a new window

Will only open external links in a new window. Internal links will open in the same window. This is the most common behaviour.

#### Override external link domains

There might be a reason to treat an external link like an internal link and open it in the same window. If so, follow the instructions and add one domain to exclude per line.

### How to change the Link settings

1. Go to `/admin/appearance/settings/<site-name>`
2. Scroll down to the 'Component' section.
3. Select 'link'.

<figure><img src="/files/uNIgWUzF4nyBQsmOx6hO" alt="Link settings in the theme setting area"><figcaption><p>Fig. 1 - Link settings</p></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.civictheme.io/content-authoring/site-wide-configuration/link.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.
