# Contact page

If you want your readers to contact you directly, you can add a Formspree-based contact page.

Let's now take a look at how to create the contact page:

### Activate the Contact Page (Updated for v2.0+)

1. Go to the **“Pages”** menu in the Ghost Admin panel and click the **“New Page”** button to create a new page.
2. Set the page title to **“Contact”** and make sure the URL is set to **`/contact`**.
3. Add a **Description** for the page — this will appear as the description text on your Contact page.
4. Select a **Feature Image** for the page.
5. Then **save** and **publish** the page.
6. Go to the **"Design & Branding"** tab in the Ghost Admin panel.
7. In the window that opens, click on the **"Theme"** tab at the top right, then find the **"Contact form endpoint"** settings.&#x20;
8. Paste the **endpoint URL** of your contact form service into this field.  For example: `https://formspree.io/f/xnqeazyq`
9. Finally, click on **"Save"** to activate.


---

# 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://documentation.hedwik.io/elrond/activation/contact-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.
