> For the complete documentation index, see [llms.txt](https://madstudio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madstudio.gitbook.io/docs/tools/404lab.md).

# 404Lab

<figure><img src="https://images.unsplash.com/photo-1584824486509-112e4181ff6b?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHw0MDR8ZW58MHx8fHwxNzUwNjM4NzQ5fDA&#x26;ixlib=rb-4.1.0&#x26;q=85" alt=""><figcaption></figcaption></figure>

**Can’t Get Started**

* **Site Won’t Load**: Browser being a glitchy gremlin? Refresh or reboot your device. Still down? Switch networks or clear your browser cache. If it’s still offline check the blog for downtime alerts.
* **Page Loads Like a Snail**: Internet dragging its feet? Check your connection or hop to a faster wifi. Still slow? Close extra tabs hogging the juice.
* **Blank Page Chaos**: Server snoozing? Wait a sec refresh or try a different device. If it sticks check the blog for updates.

**Editing Hiccups**

* **Can’t Sign Up or Login**: Typed it wrong? Double-check your email/password. Stuck? Clear your cache and cookies or switch browsers to break the logjam.
* **Can’t Edit the 404 Page**: Not logged in? Check the top right for your username—log in if it’s missing. Still locked? Refresh or check your internet.
* **Changes Not Saving**: Forgot to hit save? Slam that button after editing. Still lost? Clear your cache retry or wait if the server’s busy.
* **Wordpress Acting Up**: Site sluggish? 404lab runs on wordpress so if it’s down or slow hang tight—try again later.

**Design & Extra Glitches**

* **404 Page Looks Broken**: Formatting a mess? Undo your last edit—something might’ve gone haywire. Try a simpler tweak.
* **Images Not Showing**: URL busted? Test your link or upload directly if you can. Still blank? Switch to a working image.
* **Slow Loading**: Too many edits clogging it? Clear your browser data or reduce custom 404s. Still laggy? Check your connection.
* **Error Messages Popping**: Code throwing a tantrum? Note the message refresh or ping me if it persists.
* **Text Overlap Mess**: Screen too cramped? Zoom out or switch to a bigger device to untangle the layout.

**Still Stuck? Let’s Fix It!**

Hit a brick wall? Toss your 404 woes on the [Tally form](https://tally.so/r/wM0xx8) and I’ll jump in to save the chaos. Let’s keep the 404 magic alive! 🌀 —maddog


---

# 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://madstudio.gitbook.io/docs/tools/404lab.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.
