# 500 Error

A 500 Internal Server Error is a [webserver’s code](/problem-solving/common-error-codes.md) for "Something's wrong with me an I can't help you at the moment." this is a problem with the server that houses the website you're trying to connect to.

There is nothing you can do about it but wait for the site owner to fix it or the server to recover. Try reloading the page in your browser.

If it's your site and we maintain it then odds are [we're already aware](https://www.statuscake.com/) of the issue and are probably already working on it as you're reading this.


---

# 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://support.racheldian.com/problem-solving/common-error-codes/500-error.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.
