> For the complete documentation index, see [llms.txt](https://docs.rafl.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rafl.co/faq/troubleshooting.md).

# Troubleshooting

Before we even start discussing ANY troubleshooting, if you are having difficulty with a transaction to buy or sell $RAFL failing - PLEASE INCREASE YOUR SLIPPAGE as taxes are 2.5% - [SEE HERE](/tokenomics/fees-taxes.md)⬅️

If any of the following are happening to you:

1. Website itself doesn't load
2. Website loads, but the data doesn't
3. The wallet is not showing you a window to sign a transaction
4. You have a white screen

Then chances are you're running into a networking issue. This could happen for any reason, but most often happens because your internet provider OR your VPN blocks some important IP address that we need for the app to work.

## Troubleshooting🆘

Try the following options (from easiest to hardest):

1. Hard refresh your browser window (CMD+SHIFT+R on Mac / CTRL+SHIFT+R on Windows)
2. Try incognito mode
3. Try a different browser
   1. Especially if you're using Brave - Brave has all kinds of funky privacy stuff that could be blocking connection to our servers
4. Try Disabling privacy focused extensions like these

<div data-full-width="false"><figure><img src="/files/793EBdAKspRQhnwfeU63" alt=""><figcaption></figcaption></figure></div>

5. If you're using a VPN, try turning it OFF
6. If you're not using a VPN, try turning it ON. Try a few different countries, like the UK and the US
7. If nothing helps try installing a different VPN and trying different countries there

If you've tried all of the above and nothing worked, please feel free to join us on the [Official RAFL Telegram](https://t.me/RAFLSecurityVault) and we would love to help you out!


---

# 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.rafl.co/faq/troubleshooting.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.
