> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/spark-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/spark-documentation/other-pages/contact-us-page.md).

# Contact Us Page

<https://spark-automotive.mybigcommerce.com/contact-us/>

**Getting Google Map**

* On your Web browser, browse to [https://www.google.com/maps](https://www.google.com/maps/)

* Search to your location -> click **SHARE** to show share dialog:

* click **Embed map** and copy **iframe** code

To setup **Google Map**, Go to **Storefront** -> **My Themes** -> **Advanced** -> **Edit theme files**.

In the **Stencil File Editor** -> Go to templates/components/halothemes/map/**halo-google-map.html** file.

In the **halo-google-map.html** file, you can see a google map **iframe** embed code.

You just need to replace the iframe embed code -> then change **width** and **height** attribute of iframe. Set **width** value **100%** to display fullwidth

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

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save** and **Publish** to repackage the edited theme.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://halosoft.gitbook.io/spark-documentation/other-pages/contact-us-page.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.
