> For the complete documentation index, see [llms.txt](https://docs.storylane.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storylane.io/storylane-playbooks/retention-stage/customer-support-and-help-documentation.md).

# Customer Support & Help Documentation

Interactive demos eliminate the need for lengthy documentation, monotonous tutorials, and never-ending meetings, paving the way for a more engaging and efficient learning experience.

<div align="left"><figure><img src="https://1994998177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXHEDTu4rdQBZa8h4RndG%2Fuploads%2F4yB5ehnBysL0II9oX4xC%2F4.png?alt=media&amp;token=18da356c-7ec8-420f-873c-0879075a3b14" alt="" width="563"><figcaption></figcaption></figure></div>

### The Goal

Enhance user understanding, reduce support tickets, and accelerate the onboarding process through interactive demos.

## Implementation Guide

### 1. Demo Structure

💡 For this purpose, consider the interactive demo as the how-to guide. Each demo should be straightforward and simple.&#x20;

* **Steps 1-2:** Start with a common challenge or question that users have. Introduce the demo's objective, i.e., what the user will learn or solve by the end of the demo.
* **Steps 3-6:** Walk through the primary steps, using Storylane’s tooltips and hotspots. Provide additional insights or tips, utilizing Storylane’s [secondary CTA](https://docs.storylane.io/storylane-knowledge-base/demo-editor/guides-and-flows/customizing-steps#config) for supplementary information.
* **Steps 7-8:** Recap the key points, reinforcing the learning objectives. Provide resources for further learning or support contacts.

### **2. Demo Placement:**

* **Help Center:** Embed demos next to relevant articles or FAQs.
* **Product Interface:** Utilize Storylane’s feature to deploy demos within the product interface, offering guided tours as users navigate.
* **Support Tickets:** Include links to relevant demos in automated responses or support replies, aiding self-service resolutions.

## Customer Examples

* [**Sky High Security**](https://success.myshn.net/Skyhigh_Data_Loss_Prevention/Policy_Settings/Enterprise_DLP/Cloud-to-On-Premise_Evidence_Synchronization)

<div align="left"><figure><img src="https://1994998177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXHEDTu4rdQBZa8h4RndG%2Fuploads%2FPtRRtb3qA0tQVxfueyB9%2FScreenshot%202023-10-17%20at%2019.51.43.png?alt=media&amp;token=8ac36823-3e83-4c51-b3fa-7229d927ea32" alt=""><figcaption></figcaption></figure></div>

* [**Lifeomic**](https://lifeomic.com/mobile-app-support/)

<figure><img src="https://1994998177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXHEDTu4rdQBZa8h4RndG%2Fuploads%2FkEPwwZwK2ZUFRxYp292g%2FScreenshot%202023-10-17%20at%2019.53.04.png?alt=media&amp;token=15e70f5f-8885-449d-ac3c-775da27fb88c" alt=""><figcaption></figcaption></figure>


---

# 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.storylane.io/storylane-playbooks/retention-stage/customer-support-and-help-documentation.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.
