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

# Customer Support

![](/files/-MDT9jm4ZJfKi6GgUsZP)

{% hint style="info" %}
*All these guides require that you have a* [*free Sheet Monkey account.* ](https://sheetmonkey.io)*If you haven't registered your account, please do that before continuing.*
{% endhint %}

A Google Sheet is a great choice for keeping track of customer support issues. Building a customer support system with Sheet Monkey only requires a spreadsheet and HTML and we've even made those for you to get you started.&#x20;

Download Sheet: [https://docs.google.com/spreadsheets/d/1BAswxgIfTAJVz4oEANH-QdnBC4xRdjYSCCpFvkZjklE/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1opVurOLCcrjc1MesngYT5TMXIR_QlvfQRNjiEOoVrPo/edit?usp=sharing)

<div align="left"><img src="/files/-MDVu-Mmv_4BYpQ_7QZw" alt=""></div>

Sample HTML:

```markup
<form  action="<your-form-action>" method="post">
  <label>Your Email: <input type="email" name="Email" required /></label>
  <label>Describe your problem: <textarea name="Problem" placeholder="As much detail as possible" required ></textarea></label>
  <input type="hidden" name="Status" value="new" />
  <input type="hidden" name="Created" value="x-sheetmonkey-current-date-time" />
  <input type="submit" value="Submit Ticket" />
</form>


```

{% hint style="info" %}
Remember: This HTML and this sheet are only suggestions to help get you started. Modify them as much as you want.
{% endhint %}
