# Troubleshooting

A support team member may request that you record a HAR and Console log file or a log of network requests, and console errors/actions while that issue is occurring, and then provide those files to them for further analysis.

### To generate the HAR file for Chrome

* Open Google Chrome and go to the page where the issue is occurring.
* &#x20;From the Chrome menu bar select View > Developer > Developer Tools.
* &#x20;From the panel opened, select the Network tab.
* &#x20;Look for a round record button in the upper left corner of the tab, and make sure it is red. If it is grey, click it once to start recording.
* &#x20;Check the box Preserve log.
* &#x20;Click the Clear button to clear out any existing logs from the Network tab.
* &#x20;Reproduce the issue that you were experiencing before, while the network requests are being recorded.
* &#x20;Once you have reproduced the issue, right-click anywhere on the grid of network requests, select Save as HAR with Content, and save the file to your computer.
* &#x20;Upload your HAR file to your ticket or attach it to your email and send it to <help@replyco.com> so that our Support team can analyze it.

&#x20;Here is a brief video showing this process:

{% embed url="<https://youtu.be/m98WFEXbhIs>" %}

### To generate a Console log file for Chrome

* Open Google Chrome and go to the page where the issue is occurring.
* &#x20;From the Chrome menu bar select View > Developer > Developer Tools.
* &#x20;From the panel opened, select the Console tab.
* &#x20;Click the Clear button to clear out any Console history.
* &#x20;Reproduce the issue that you were experiencing before, while the console is collecting scripts and activities.
* &#x20;Once you have reproduced the issue, right-click anywhere on the grid of console action, select Save as…, and save the file to your computer as a log file.
* &#x20;Upload your Console log file to your ticket or attach it to your email and send it to <help@replyco.com> so that our Support team can analyze it.

Here is a brief video showing this process:

{% embed url="<https://youtu.be/FyeRgDlIG8A>" %}

As stated earlier, these files will allow us to address issues as promptly as possible for you.

You may send these files to us via LiveChat or by sending an email to <help@replyco.com>

#### Still have questions?

{% hint style="info" %}
**We're here to help!** If you have ANY questions, need help with setup, or just want to chat about customer support (really, we are always up for a good chat), please don't hesitate to reach out via:

**Chat:** [Click on the chat icon](http://replyco.com/#chat) (lower right of the App)

![](/files/QbOMrBEWDv4EeOi2pABN)

**Email:** <help@replyco.com>

**Phone**: US:flag\_us:  +1 407-588-2574 | UK:flag\_gb: +44 20 8064 0564 &#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.replyco.com/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
