# Troubleshooting

When working with AIChatOne, we may sometimes ask you to collect a network capture for troubleshooting, which can be used to record the HTTP data traffic of the affected application. We will use this information to figure out what's causing the problem.Here are the steps on how to do it using Google Chrome Developer Tool:

1. Open full chat page
2. Open Developer Tools: right-click anywhere on the webpage and select `Inspect` from the context menu.

<figure><img src="/files/tIFodb20zDPh5l8VntbU" alt="Image without caption"><figcaption></figcaption></figure>

3. Select the Network Tab: a pane will appear either at the side or the bottom of your screen. In this pane, locate and select the `Network` tab.
4. Start Recording: at the top left of the Network tab, you'll see a red circle. If it's grey, click it to start recording.

<figure><img src="https://image-forwarder.notaku.so/aHR0cHM6Ly93d3cubm90aW9uLnNvL2ltYWdlL2h0dHBzJTNBJTJGJTJGczMtdXMtd2VzdC0yLmFtYXpvbmF3cy5jb20lMkZzZWN1cmUubm90aW9uLXN0YXRpYy5jb20lMkYzM2YwNDdkYi0zNzdjLTQxMzQtYmQ2MS04Y2VmZDJkMGFmZjQlMkZVbnRpdGxlZC5wbmc_dGFibGU9YmxvY2smc3BhY2VJZD04N2NmOTdjZS05OTQ2LTRjM2QtYTdlMC1hNzkxZWVhMmE0ZTImaWQ9Yjk5MWIzMjAtMDk0Ny00MTJlLWJjNGQtZTNhOTU5OTVjOTcxJmNhY2hlPXYyJndpZHRoPTE3MDA=" alt="Image without caption"><figcaption></figcaption></figure>

5. Reproduce the issue: refresh the webpage or reproduce the issue you're experiencing. The network requests are being logged in the Network tab as you do this.
6. Save the HAR file: once you've done, right-click anywhere within the Network tab where the network requests are listed. Then select `Save all as HAR with Content`.

<figure><img src="/files/ATDCI6kHMZl48z0whXaq" alt="Image without caption"><figcaption></figcaption></figure>

7. Name and save your HAR file: finally, choose a location to save the HAR file, name it appropriately, and click `Save`.
8. Share the HAR file: send the file to <product@aichatone.com> so our team can look into the issue further.


---

# 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.aichatone.com/others/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.
