> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/need-help/required-network-settings/clear-your-browser-cache.md).

# 브라우저 캐시 지우기

Verkada Command를 사용하는 동안 고립되고 특이한 동작이 발생한다면, 이는 특정 브라우저 때문일 수 있으며 브라우저 캐시를 지우면 해결할 수 있습니다.

***

## Chrome

{% stepper %}
{% step %}
**다음으로 이동하세요** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**URL 표시줄 왼쪽에서 사이트 제어 아이콘을 클릭합니다.**
{% endstep %}

{% step %}
**드롭다운을 클릭하고 사이트 설정 > 데이터 삭제를 선택합니다.**
{% endstep %}

{% step %}
**삭제를 클릭합니다.**
{% endstep %}
{% endstepper %}

## Firefox

{% stepper %}
{% step %}
**다음으로 이동하세요** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**URL 표시줄 왼쪽에서 자물쇠 아이콘을 클릭합니다.**
{% endstep %}

{% step %}
**쿠키 및 사이트 데이터 지우기 > command.verkada.com을 클릭합니다.**
{% endstep %}

{% step %}
**제거를 클릭합니다.**
{% endstep %}
{% endstepper %}

## Safari

{% stepper %}
{% step %}
**Safari > 환경설정 > 개인정보 보호를 클릭합니다.**
{% endstep %}

{% step %}
**웹사이트 데이터 관리를 클릭합니다.**
{% endstep %}

{% step %}
**아래로 스크롤하여 verkada.com을 선택합니다.**
{% endstep %}

{% step %}
**제거를 클릭합니다.**
{% endstep %}
{% endstepper %}

## Edge

{% hint style="warning" %}
다음의 [최신 버전](https://www.microsoft.com/en-us/edge).
{% endhint %}

{% stepper %}
{% step %}
**다음으로 이동하세요** [**https://command.verkada.com**](https://command.verkada.com)**.**
{% endstep %}

{% step %}
**URL 표시줄 왼쪽에서 자물쇠 아이콘을 클릭합니다.**
{% endstep %}

{% step %}
**쿠키를 클릭합니다.**
{% endstep %}

{% step %}
**모든 쿠키가 삭제될 때까지 제거를 클릭합니다.**
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/command/ko/need-help/required-network-settings/clear-your-browser-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.
