> 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/editing-deleting-and-navigating-a-knowledge-area.md).

# Editing, Deleting & Navigating a Knowledge Area

### Editing a Knowledge Area

1. Open up your Loop’s Start Whisper by selecting it from the global search dropdown at the top of Helps.&#x20;
2. Then, select the settings button in the top right corner.
3. Here, you will see the options to edit or delete every Knowledge Area you have set up.
4. Click edit to update the Knowledge Area name, description, or file path.&#x20;
5. To re-read the file, or reselect a different file, press delete next to the file name, and use the drop-zone or browse method to reselect the file of your choosing.

![](/files/mrgv6HHyQ6e6bOC2hyOO)

### Deleting a Knowledge Area

1. If you want to delete the Knowledge Area, simply press the delete button and follow the confirmation. Remember, once you delete a Knowledge Area, you can never get it back.

### Navigating your Knowledge Area

1. Open up your Loop’s Start Whisper by selecting it from the global search dropdown at the top of Helps.
2. Clicking on a Knowledge Area will show you all the categories that live within that Knowledge Area.
3. Clicking on a Category like “Medicare” will take you to any Subcategories within that Category, or straight to the Topic list if there are no Subcategories.
4. Clicking on a Topic will take you to the detailed view.
5. To navigate back to any other part of the Knowledge Area, you may click on the breadcrumbs above.

Clicking on the search dropdown menu will show you all the Knowledge Area’s Categories, Subcategories and Topics to search through and access each of the Whispers quickly and easily.

![](/files/HNvnNqArAQhkutFNKAuK)


---

# 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/editing-deleting-and-navigating-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.
