> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/sites/edit-site-contents/portal-support-customize.md).

# Customized Help Requests

If desired, site pages can be configured to have a **Submit a Request** button below the other content. Admins can also customize who receives the help request that is triggered with this button, if desired.

Select the **Sites** Toolkit on the **Admin Home Page**.

Select the **Site** counter and then in the **Results** panel select the **Portal** you want to edit.

Open the **Sitemap** panel and navigate to the **Page** for where you want to add the help **Email**. Click on the Magnifying icon <i class="fa-search">:search:</i>next to the **Page** you would like to edit.

Under the **Page Setup** tab, click on the **Settings** tab and click on the Pencil icon <i class="fa-pencil-alt">:pencil-alt:</i>next to the **Content Tags** field under the **Content** heading.

In the **Update Content** card, add **Support URL** to the list of content labels in the **Content Tags** field. ![content-tags.png](https://e02.insite.com/files/sites/global/customizing-contact-email-for-each-page/content-tags.png)

Click the **Save** button to save your changes.

Under the **Page Content** tab, click on the **Support URL** tab and click the **Edit** button.

In the **Content** field add the desired email address starting with **mailto:** ![support-url1.png](https://e02.insite.com/files/sites/global/customizing-contact-email-for-each-page/support-url1.png)

At the bottom of the **Page**, where you added the **Support URL**, will display a **Submit a Request** button. When a user clicks on the button it will open your default email application and automatically open a **New Message** email.

![support-url-3.png](https://e02.insite.com/files/sites/global/customizing-contact-email-for-each-page/support-url-3.png)


---

# 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.shiftiq.com/help/sites/edit-site-contents/portal-support-customize.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.
