> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/page-setup/contact-information-page.md).

# Contact information page

The Contact information page displays your store’s business and support contact details.

Use this page to show customers how to contact your business for support, order questions, returns, refunds, privacy requests, or general inquiries.

### How this page works

The Contact information page is managed from Shopify’s policy content.

In the theme editor, this page may appear under **Policy** and may not have editable page sections.

This is normal.

### Edit the Contact information page

{% hint style="success" %}
To edit the Contact information page:

* From your Shopify admin, go to **Settings**.
* Click **Policies**.
* Open **Contact information**.
* Edit your contact details.
* Click **Save**.
  {% endhint %}

### What to include

We recommend including:

* Business or company name
* Business address, if required
* Support email address
* Customer support information
* Privacy or legal contact information, if needed
* Expected response time

### Important note

This page is different from a contact form page.

A contact form page lets customers submit a message through a form.\
The Contact information page displays written contact details for customers to read.

### Best practices

Before publishing, check that:

* The support email address is correct.
* Business details are accurate.
* Legal or privacy contact details are up to date.
* The page is linked from your footer or support menu.
* The page looks good on desktop and mobile.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lufavo.com/frameora/page-setup/contact-information-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
