# Testing Check

Whether you are contributing to the Check repo, developing your own detection rules, or just want to see Check in action, the easiest way is to spin up Evilginx locally on your own hardware.

{% hint style="danger" %}
We greatly caution against sharing phishing links. There is a security risk with client-side code being run from some phish kits in circulation.
{% endhint %}

Instructions for how to spin up Evilginx 3.0 can be found via [this blog post from Jan Bakker](https://janbakker.tech/running-evilginx-3-0-on-windows/).


---

# 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://docs.check.tech/troubleshooting/testing-check.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.
