# Contact Us

<div align="left"><img src="https://3882738483-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MKAp4OHqU-3exwbJPC8%2F-MKEyxCOa6DsKTgaFDM7%2Fsupported2.png?alt=media&#x26;token=3129fc50-d2c1-4d5e-94be-65d6d816b0f6" alt=""></div>

As a store owner, you can enable the contact us option in the Magento Admin portal to allow your customers to send you an email directly from the store.&#x20;

Once enabling the contact us option, a contact us page gets enabled containing the contact form itself and a CMS block that you can customize in Magento back-end.

Same way as in the default Magento, the default Contact Us form is rendered directly from code rather than from a CMS page.

{% hint style="info" %}
**HOW TO FIND YOUR PAGE?**

Once enabled, the contact us page will be availalbe under the **/contact** URL.
{% endhint %}

### To enable Contact Us:  <a href="#contactus-tocreateanewcmspage" id="contactus-tocreateanewcmspage"></a>

1. On the *Admin* sidebar, go to **Stores** > *Settings* > **Configuration**.
2. In the left panel under **General**, choose **Contacts**.
3. Expand the **Contact Us** section and set **Enable Contact Us** to `Yes`.
4. Expand the **Email Options** section and set the email contact options:
   1. In the **Send Emails to** field, enter the email address where messages from the Contact Us form are sent.
   2. Set **Email Sender** to the store identity that appears as the sender of the message from the Contact Us form. For example: Custom Email 2.
   3. Set **Email Template** to the template that is used for messages sent from the Contact Us form.
5. When complete, click Save Config.

### To customize the content of the CMS block: <a href="#contactus-toaddalinktothenewpageonthestorefront" id="contactus-toaddalinktothenewpageonthestorefront"></a>

1. On the *Admin* sidebar, go to **Content** > *Elements* > **Blocks**.
2. Find the **Contact Us Page Block** block in the list and open in **Edit** mode.
3. Scroll down to the **Content** field and make any necessary changes.
4. When complete, click **Save Block**.


---

# 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://manual.scandipwa.com/4.0.2/basic-configuration/store-details/contact-us.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.
