> 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/setting-up-your-quick-reference-loop-with-a-knowledge-area.md).

# Setting up Your Quick Reference Loop with a Knowledge Area

### Setting up your Source Document

1. Download a copy of the Quick Reference template by visiting the link -> [Quick Reference Loop ](https://docs.google.com/spreadsheets/d/1awr_mIQXBQh5pA0ZtLQ9LoqG0lOKY1Ar/edit?usp=sharing\&ouid=113482677541177194383\&rtpof=true\&sd=true)&#x20;
2. Use the README to determine how to populate the columns
3. Organize your content in the Category > (Optional) Subcategory > Topic > Content structure
4. Add Markdown to help highlight the content of the Loop

### Configuring your Knowledge Area

Once you’ve installed the Quick Reference Loop, configure it for your needs using Knowledge Areas, defined bodies of knowledge within the Loop. You’ll need access to the right reference document(s), likely stored on your organization’s network drive. If not, reach out to a manager or administrator and let them know you need access to the source document(s).

* Select the Loop from the dropdown menu to trigger its Start Whisper, the welcome card. If you haven’t set up a ‘Knowledge Area’ yet, click ‘Next’.
* Find your appropriate reference document (likely on a network drive) and drag it into the dropzone. This file should be a single Microsoft Excel file of .xlsx type.
* Give your Knowledge Area a unique name. Similarly, give your Knowledge Area a relevant and brief description.
* When you’re done filling in these fields, click ‘Pair’. If there is an issue, a yellow warning message will pop up detailing the problem.
* If a ‘Validation Errors’ Whisper appears, there are issues with the content in the document. Please share the errors with your manager, and they should update the reference document. You may then ‘Try pairing file again’.

![](/files/1l8XUejzVPEc1zTn28h4)


---

# 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/setting-up-your-quick-reference-loop-with-a-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.
