> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/technical/general/clearing-cache.md).

# Clearing Cache

### Clearing browser cache within Keyfax.

## Clearing Cache

The cache is nothing more than a place on your hard disk where the browser keeps things that it downloaded in case they’re needed again.

For instance, when you first visit a page on a site, the browser will typically download a logo or other images so that they can be shown. Every time that you visit a different page on the site, the same images don’t need to be downloaded again; as long as the same image is displayed, it’s already here. Keyfax runs inside a web browser and behaves the same way.

There may be occasions when you need to clear out (or empty) your cache in order to see the very latest page content. It’s not always a caching problem, but because it happens often enough, "clear your browser cache" is often one of the first diagnostic steps that you’ll hear from techie people.

### Internet Explorer 10 and 11 (Win) - Clearing Cache and Cookies

This document explains how to clear the cache and cookies in Internet Explorer 9, 10 and 11.

1. Select Tools (via the Gear Icon) > Safety > Delete browsing history.
2. Make sure to *uncheck* **Preserve Favorites website data** and check both **Temporary Internet Files** and **Cookies** then click **Delete**.
3. You will get a confirmation at the bottom of the window once it has successfully cleared your cache and cookies.
4. Finally, **close all browser windows (including Keyfax if open).**.

### Chrome

1. At the top right, click **the three dot menu** item (normally top right)
2. Click **More tools** then **Clear browsing data**
3. At the top, choose a time range. To delete everything, select **All time**
4. Next to "**Cookies and other site data**" and "**Cached images and files**," check the boxes
5. Click **Clear data**


---

# 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://docs.keyfax.biz/technical/general/clearing-cache.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.
