Support Feature

Table of Contents

Introduction

Here you can find a list of support templates you can use in your application.

Help Center

This is a template that collects emails from users that want to join the newsletter.

The template can be imported from @/templates/support as HelpCenterTemplate

Check out the Demo

FAQs Prompt

Write an FAQ page for my company. Here are the details:

- **Company Name:** [Your Company Name]
- **What We Do:** [Briefly describe your product or service to set the context]
- **Target Audience:** [Who your FAQs are for, e.g., new users, existing customers, businesses]
- **Common Questions:**
  - [Question 1: e.g., "How do I sign up?"]
  - [Question 2: e.g., "What are the pricing plans?"]
  - [Question 3: e.g., "How can I contact customer support?"]
  - [Question 4: e.g., "What is your refund policy?"]
  - [Question 5: e.g., "Is my data secure?"]
- **Additional Information:** [Optional: Any other important info you want included, like setup guides or technical specs]
- **Tone:** [Specify a tone, e.g., friendly, professional, casual, or detailed]

  Write clear and concise answers to each question. Structure them in a way that
  is easy to read and understand for the audience. In this format:{" "}
  {"{ question: string; answer: string }[]"}.