> 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/accessing-the-quick-reference-loop.md).

# Accessing the Quick Reference Loop\*

The Quick Reference Loop pulls content from Excel templates to create customizable "Knowledge Areas", or simple bodies of content that are easy to view and search. This content is sourced from document(s) that are stored locally on your desktop or on a network drive. Find information quickly and easily in this Loop, from insurance documentation to scripting guidance, or a list of FAQs in your organization.

If your organization already uses the Quick Reference Loop, follow [these steps](https://onboarding.olivehelps.com/installing-olive-helps) to download Olive Helps with your work email. Then,&#x20;

* Navigate to the Loop Library (in the bottom navigation bar)
* Search for the Knowledge Reference Loop in the search bar
* Click on the Knowledge Reference Loop created by Olive
* Click ‘Add’

![](/files/q71B0PxN4LZHfWg0Y7lH)

**Note:** if you know your organization has access to this Loop, but it doesn’t show up in your Loop Library, reach out to your manager and an IT administrator to ensure you have the right organization permissions.


---

# 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/accessing-the-quick-reference-loop.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.
