> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/help-scout-integration.md).

# Help Scout Integration

[Help Scout](https://www.helpscout.com/) enables you to display customer purchase information next to your customers’ support emails. Please note, In order to use this integration you must have a paid Help Scout service.

### Setup

To enable Help Scout, click on **Manage Integrations** from the Integrations menu in the left sidebar. You will find it under the **Productivity** tab.

![](/files/02Elv04nhZXYrF7DZkbU)

Alternatively, search for Help Scout from the available integration search.

![](/files/FbShKErzC97c5k3NAn6e)

To connect your Help Scout account to Order Desk, you’ll need to begin set up *in* Help Scout by navigating to **Apps** and adding a custom app. Enter **Order Desk** as the app title and select **Dynamic Content**.

The **Callback URL** and **Signature** can be found on the setup page in Order Desk:

![](/files/aDy6qOrg78HyhtYPZ8jM)

**Please note:** Debug Mode must be off.


---

# 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://help.orderdesk.com/integration-setup-guides/tools-and-productivity/help-scout-integration.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.
