# Plug

{% hint style="danger" %}
Using a placeholder page is an effective method to protect against bots that can damage the domain. Its operation principle is both simple and elegant. The main idea involves a click-through mechanism: access to the site is blocked without clicking a specific button and passing additional verification. The button contains a redirect that a bot, due to the nature of its requests, cannot complete. This method ensures that a 100% live person will not be erroneously filtered out — any legitimate button press will grant access to the site.

Such a protection method guarantees that the main content of the site remains inaccessible to bots: they cannot parse data or see the code, which becomes available only after successfully passing through the placeholder. This makes the placeholder page a reliable tool in combating unwanted traffic and protecting the site's content.
{% endhint %}

Set up a domain - Plug

<figure><img src="/files/I6ZXvoI7NKI0qCi29Wco" alt=""><figcaption><p>Set up a domain - Plug</p></figcaption></figure>

<figure><img src="/files/hOcjqCwLDUfBaTpMlWpI" alt=""><figcaption><p>2 kinds of Cloudflare and Google</p></figcaption></figure>

## Cloudflare Captcha

**Supports automatic system color adaptation to the user's system settings and includes options for configuration via a local admin panel.**

\
Customization in the local admin panel

<figure><img src="/files/RSP6pTLzEAWlVeI8e6ja" alt=""><figcaption><p>Customization in the local admin panel</p></figcaption></figure>

Dark Theme

<figure><img src="/files/ZsDJ8LzkX9LBNt4yT0xn" alt=""><figcaption><p>Dark Theme</p></figcaption></figure>

**Light theme**

<figure><img src="/files/RKqtNGitufDLwmY0b7fX" alt=""><figcaption><p><strong>Light theme</strong></p></figcaption></figure>

## GOOGLE CAPTCHA <a href="#google-capcha" id="google-capcha"></a>

<mark style="color:blue;">2nd kind of plug - made for Google</mark>

Available in dark/light auto under system.

**Light theme**

<figure><img src="/files/2KcsakYkRpIdpTXXJBQn" alt=""><figcaption><p><strong>Light theme</strong></p></figcaption></figure>

\
Dark Theme

<figure><img src="/files/iMoHvyyifjYEjfPGC8kP" alt=""><figcaption><p>Dark Theme</p></figcaption></figure>

**You can specify a domain (for example, the original for greater user trust) in the local admin panel.**

<figure><img src="/files/CQKATbcVfJ6gL0nbNTbS" alt=""><figcaption><p>In local admin</p></figcaption></figure>


---

# 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://read.cryptograb.wiki/cryptograb-automatic-affiliate/cryptograb-affiliate/wiki-cryptograb/bot-cryptograb_site/plug.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.
