# Widget Contact Preference

[Dashboard > Settings > Widget Contact Preferences](https://app.mortgage-quote.me/dashboard/settings/widget-contact-preferences)

The widget contact preference settings page allows you to add your own link where the contact options would be on MortgageQuote's widgets.

For example, the "Check Eligibility" button on the Mortgage Quoting Systems plan button would direct the user to the link set instead of it's default behaviour.

{% hint style="warning" %}
This setting will change the preference on all widgets with contact options.
{% endhint %}

<figure><img src="/files/atPfKhA7Z2tFmgXwQkmt" alt=""><figcaption><p>Contact Widget Preferences settings page</p></figcaption></figure>

#### Linking to a page

To link to a page, enter the the web page you wish to send the user to. You will most likely need to prefix the URL with a backslash if you are linking to an internal page.

Example

**Internal Page:** /your-page-name\
**External Page:** <https://mortgage-quote.me/contact>

#### Linking to an anchor tag

In order to link to an anchor tag, prefix a hashtag to the Id name of the HTML section.

Example

```html
<div id="get-in-touch">
    <!-- Get in touch -->
</div>
```

If this section is on the **same page** as the quoting system, you'd type in the input box: **#get-in-touch**\
If this section is on **another page**, you'd type in the input box: **/your-page-name#get-in-touch**

Don't forget to click the "Update Widget Contact Preferences" button once you are happy with the changed made.


---

# 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://mortgagequote.gitbook.io/mortgagequote-guides/guides/settings/widget-contact-preference.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.
