# Account Setup

### Update Domain

One of the essential inputs required to set up the CustomFit account is domain configuration. If the domain is not provided or configured properly, then the traffic will not be consumed. Therefore, it is essential to keep your domain up to date. Follow these steps to update your domain:

* From the dashboard sidebar, click on '**Settings**' and then click on the '**CustomFit Setup**' option.
* In the '**What is the URL of the website you'd like to personalize?'** field, give your domain.
* Once the domain is provided, click on the 'U**pdate'** button.

<figure><img src="/files/tHkRZCrIAftL2ZEdYXLL" alt=""><figcaption></figcaption></figure>

### Code Snippet

To provide a personalized experience to your website visitors, your initial step is to install the [CustomFit.ai](http://customfit.ai/) code snippet on your website. This installation is a one-time setup and doesn't require modification every time you run a new experience. To successfully complete this installation, you'll need access to your website's source HTML code.

* From the dashboard sidebar click on '**Settings**' and then click on the '**CustomFit Setup**' option.
* Click '**Copy**' to copy the code snippet.

<figure><img src="/files/dWi0xmzEcRLvZrzDGUGz" alt=""><figcaption></figcaption></figure>

* Paste the copied code snippet into the **\<head>** tag of your website to personalize and track visitors.

### Verify code snippet installation

To verify if the code snippet is installed properly, follow these steps:

* From the dashboard sidebar, click on '**Settings**' and then click on the '**CustomFit Setup**' option.
* In the '**Verify Installation'** field enter the website URL or a particular webpage URL where you have installed the code snippet.&#x20;
* Once the URL has been entered then click on the '**Verify'** button.

<figure><img src="/files/dKsGOkpNk3srwztpD4qw" alt=""><figcaption></figcaption></figure>

### Install the Chrome extension

The CustomFit.ai extension will empower you to personalize your website without the need for any coding knowledge. With its user-friendly interface and intuitive tools, you can effortlessly edit various elements of a webpage to suit your requirements. Whether it's adjusting layout, colors, fonts, or other design elements, CustomFit.ai provides a seamless editing experience right within your browser.&#x20;

To install the CustomFit.ai extension in Google Chrome, follow these steps:

* From the dashboard sidebar, click on '**Settings**' and then click on the '**CustomFit Setup**' option.
* Next, click on the '**Install Extension**' button, and you will be redirected to the CustomFit.ai Chrome extension page.

<figure><img src="/files/y3vyAmsjuoBy3bMwFeim" alt=""><figcaption></figcaption></figure>

* Once you find the extension, click on the "**Add to Chrome**" button.

<figure><img src="/files/mg9gnFvLn8sdR021cMdO" alt=""><figcaption></figcaption></figure>

The button labelled "**Extension Installed**" will appear if the extension was installed successfully.

<figure><img src="/files/0bpmZ6v3c2U3lauVVwlP" 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://doc.customfit.ai/account-setup.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.
