> For the complete documentation index, see [llms.txt](https://whitepaper.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.steakhut.finance/guides/troubleshooting/fix-errors.md).

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