# Signing Up

To create an account, visit [MortgageQuote's signup page.](https://app.mortgage-quote.me/register)

### Step 1: Enter your information

You will need to enter your name, email address and password. Once you have done that, you will be asked to verify your email address.

You will receive a verification sent to the email address used to create the account. Click the button in the email and the verification will complete. Now you will be able to log in.

### Step 2: Organisation setup

After logging in you will be asked to fill out a few questions, such as your company name, website link, contact number and contact email. This information will potentially appear throughout the widgets as contact preferences.

{% hint style="warning" %}
Please ensure the accuracy of the website link provided, it will result in non-functionality of the embedded code on your website. https\:// is required at the start of the URL address.
{% endhint %}

### Step 3: Good to go

Once you have successfully set up your account and organization, you can start embedding the widgets into your website. If you encounter any issues, refer to the troubleshooting guide or reach out to our support team for assistance.


---

# 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/mqs-basics/signing-up.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.
