> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/common-questions/cache-cleanup.md).

# Cache Cleanup

To solve problems related to: SprintHub updates and opening the platform in two tabs.

### Why clear the cache?

The browser cache temporarily stores files, such as images and scripts, to load web pages faster. However, sometimes these cached files can become outdated or corrupted, which can lead to loading issues or improper functioning of the SprintHub platform.&#x20;

Follow the example in the image below:

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FZx5vovilFY0Y6NsjReKW%2Fremove-cache%20(1).jpeg?alt=media&amp;token=9a597a18-f89e-4c16-be89-06052839cb9c" alt=""><figcaption></figcaption></figure>

### Written Step by Step

1. **Open the Page:** Launch Google Chrome and navigate to the page for which you want to clear the cache.
2. **Access the Development Tools:** To open the Development Tools, you can right-click anywhere on the page and select the "Inspect" option from the menu that appears. Alternatively, you can press Ctrl + Shift + I.
3. **Force Reloading the Page While Bypassing the Cache:** With the Development Tools open, you will see a toolbar at the top or bottom of the browser window. Right-click the refresh button in the address bar (the circular arrow icon) and select the "Empty Cache and Hard Reload" option from the drop-down menu. This will make Google Chrome load the page again, ignoring the cached data and displaying the latest version of the page.

### Conclusion

After clearing the browser cache, you can try accessing the SprintHub platform again. If you are still experiencing access problems, try the following additional steps:

**Restart the Browser:** Close the browser completely and open it again.

**Check the Internet Connection:** Make sure you are connected to the Internet and that the connection is working properly.

**Refresh the Page:** Press Ctrl + F5 (Windows) or Command + Shift + R (Mac) to force the browser to reload the page without using the cache.

**Try Another Browser:** If the problem persists, try accessing the SprintHub platform in a different browser to determine whether the issue is related to a specific browser.


---

# 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.sprinthub.com/en/common-questions/cache-cleanup.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.
