> For the complete documentation index, see [llms.txt](https://onboarding.olivehelps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onboarding.olivehelps.com/quick-reference-loop-help-documentation/how-to-use-the-quick-reference-loop/fixing-errors-with-your-knowledge-area.md).

# Fixing Errors with Your Knowledge Area

### Settings & Configuration – Connection Issue&#x20;

If you get an error that tells you there is a connection issue, this could be for a few different reasons: Internet connection is disrupted – please check that you are connected to the internet. Network drive connection disrupted – if you are trying to access a file stored on a network drive, check you have the right wifi network or VPN to access it. If this doesn’t solve the connection issue, please reach out to your manager or IT administrator for assistance.

### Whisper – File pairing problem&#x20;

If you get an error that tells you there is a file pairing problem, this could be for a few different reasons:&#x20;

1. Internet connection is disrupted – please check that you are connected to the internet.&#x20;
2. Network drive connection disrupted – if you are trying to access a file stored on a network drive, check you have the right wifi network or VPN to access it.&#x20;
3. File deleted or renamed – ensure that the file still exists in the location you are referencing, and that it hasn’t been renamed.&#x20;
4. If this still doesn’t work, please reach out to your manager or IT administrator for assistance.

### Knowledge Area Whisper – An error occurred&#x20;

If you see ‘An error occurred’ and no Categories, Subcategories, or Topics are showing up, try the following steps:&#x20;

1. Restarting your Loop&#x20;
   1. Open up the Loop Library in the bottom right corner.
   2. Then, search for your Loop and click on the Loop to open its full-screen view.
   3. Press the ellipses menu on the right side of the screen.&#x20;
   4. Select ‘Remove Loop’ and confirm your choice in the pop-up modal.
2. File issue – if restarting your Loop didn’t work, please follow the ‘Editing or Deleting a Knowledge Area’ steps to go back, edit your Knowledge Area and reselect the file from the drop-zone/file picker to reload the data into your Knowledge Area.

### Report a Bug&#x20;

If you can’t solve an issue, report a bug [here](https://forms.gle/gc8qmr7Ykxpukyjh7).


---

# 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://onboarding.olivehelps.com/quick-reference-loop-help-documentation/how-to-use-the-quick-reference-loop/fixing-errors-with-your-knowledge-area.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.
