# Fix Errors

This is the first place to start if you run into any unexpected errors or bugs while using the SteakHut dApp.&#x20;

First of all, ensure a good secure internet connection while operating DeFi applications and double-check that your wallet is connected to the dApp via the correct blockchain.&#x20;

Then progress to refreshing the webpage and cache with the following options:

### Reload

First, try a simple page reload. This option will not delete the cache.&#x20;

*F5 or CRTL + R or* *↻*

### Hard Reload

This option will delete the cache of the particular page and redownload everything. This will help users reload the dApp following updates or when experiencing bugs.&#x20;

*CRTL + SHIFT + R*

### Empty Cache

This will clear the cache of your entire browser. This is a good option if you are facing systemic errors in browsing multiple sites.

*CRTL + SHIFT + DELETE*

{% hint style="info" %}
Feel free to reach out via Discord and lodge a ticket via our official support ticket for help. Ensure to avoid any unsolicited DMs or external links from untrusted parties operating on Discord.&#x20;
{% endhint %}


---

# 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://whitepaper.steakhut.finance/guides/troubleshooting/fix-errors.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.
