# Reset the App

## Clear Cache Options

There are several different levels of refreshing in most modern browsers,&#x20;

<table><thead><tr><th width="307.3333333333333">Command</th><th>Command</th></tr></thead><tbody><tr><td>Reload</td><td>F5 or CRTL + R or ↻</td></tr><tr><td>Hard Reload</td><td>CRTL + SHIFT + R</td></tr><tr><td>Empty Cache</td><td>CRTL + SHIFT + DELETE</td></tr></tbody></table>

### Reload

This option is the simplest way to reload your browser. Most have a button on the user interface to do so. This option **will not** delete the cache (stored page data).&#x20;

### Hard Reload

This is a more aggressive way to reload your browser. This option **will** delete the cache of this particular page and redownload everything. This is a good option for reloading crypto applications after updates, bugs, and more.

### Empty Cache + Hard Reload

This is the most aggressive way to reload your browser. This option will delete the cache of an entire browser and re-download everything. This is a good option if you face systemic errors in browsing multiple sites. Some people advocate doing this routinely, combining it with deleting your history, cookies, and other data.

## Clear Local Web Storage

Sometimes, another form of resetting is needed. In this case, we're going to use the browser's console to clear your local web storage

{% hint style="info" %}
Using Chrome for this demonstration
{% endhint %}

### 1) Open the Gamma App

<figure><img src="/files/HESmsRKjRC90N3mPrIor" alt=""><figcaption></figcaption></figure>

### 2) Press F12 to open your console

Opening the console will open a large internal window on the right. Don't get overwhelmed! This can be a very confusing step. This is HTML code of the webpage. We are interested in the menu at the top.&#x20;

<figure><img src="/files/RFX2HJZ6Pm7I0EKEWNkM" alt=""><figcaption></figcaption></figure>

### 3) Select "Application"

From an expansion tab, find the "Application" tab and select it.

<figure><img src="/files/ECwMu6xL02N4sJdGXO2Z" alt=""><figcaption></figcaption></figure>

### 4) Right-click on Local Storage

From here, open "Local Storage" and confirm you are on the right application. This can be different if using Uniswap or Quickswap.&#x20;

<figure><img src="/files/ptNLNOgWldSzXSaKC0ls" alt=""><figcaption></figcaption></figure>

### 5) Select "Clear"

Right-click the application and select "Clear". This should clear out any data you already have.&#x20;

<figure><img src="/files/qxyYoxFtXgzT4rqIahdV" alt=""><figcaption></figcaption></figure>

### 6) Return

Close the console by pressing F12 and return to the Gamma App. Hopefully, your error should be fixed.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.gamma.xyz/gamma/lp-vaults/troubleshooting-help/reset-the-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
