# GoDaddy Installation

{% hint style="info" %}
**Note:** Depending on the type of Go Daddy website plan you have, it may need to be upgraded to embed code properly. &#x20;
{% endhint %}

### 1. Using GoDaddy's Website Builder

If you're using GoDaddy's Website Builder, you can insert custom HTML code by following these steps:

#### Access Your Website Builder:

1. Log in to your GoDaddy account.
2. Navigate to your products and open your Website Builder.

#### Add an HTML Section:

1. In the Website Builder, select the page where you want to add the HTML code.
2. Click on the "+" icon to add a new section.
3. Scroll through the list of section types and select "HTML" or "Custom Code."
4. Paste your Realty AI code into the provided field.

{% hint style="info" %}
**Note:** Sometimes if you are adding the code via HTML block there is an issue where the height is not set i.e. **"auto height to fit".**  This can be fixed by setting \~600 pixels for height, this should make the code block visible.&#x20;
{% endhint %}

#### Apply to Multiple Pages:

If you need the Realty AI code to appear on multiple pages, repeat the above steps for each page, as the Website Builder does not currently support a global HTML insertion feature.

### 2. Using WordPress with GoDaddy \[Recommended]

If your website is built with WordPress and hosted on GoDaddy, you can add the Realty AI code using plugins.&#x20;

#### Add Custom HTML via Plugins:

1. Log in to your WordPress dashboard.
2. See [Wordpress Installation](/realty-ai-support-docs/realty-ai-installation/wordpress-installation.md).
3. Add a "Custom HTML" widget to your body of the website.&#x20;
4. Paste the Realty AI embed code into the widget and save.

Be sure to update and publish your changes on your homepage. Madison is now live on your website—congratulations!


---

# 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://realty-ai.gitbook.io/realty-ai-support-docs/realty-ai-installation/godaddy-installation.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.
