# Bot Commands

**Website Hosting & Management**

`/host`: Deploy your website

`/update`: Refresh your site's content at `/update yourdomain.com`

`/delete`: Take down your website

`/purgecache`: Speed up your site by clearing cache

`/clone`: Create a copy of any site, with tools to customize and save

`/angelfernoclone`: Create a copy of any site, with tools to customize and save and add your script (only for angel clients)

`/angelfernoupdate`: Update your angel-hosted site with the latest configuration (only for angel clients)

`/sites`: Shows the hosted and deleted domains /redirect: Redirect the domain 1 to domain 2

`/cfredirect`: Redirect the domain 1 to domain 2 using Cloudflare (better than redirect since it bypasses the red flag)

`/deletecfredirect`: Remove the Cloudflare redirect

`/whitepage`: Sends a zip with a white page for hosting

**IPFS Hosting (host any page under pages.dev for free)**

`/ipfshost`: Deploy your website under pages.dev domain

`/ipfsupdate`: Refresh your site's content at /yourdomain.pages.dev

`/ipfsdelete`: Take down your IPFS website

`/ipfslist`: Shows the hosted IPFS sites

**Subdomain Specifics**

`/hostsubdomain`: Launch a subdomain

`/updatesubdomain`: Update content for yoursubdomain.yourdomain.com

`/deletesubdomain`: Remove a specific subdomain

`/sites`: Shows the hosted and deleted subdomains

**Traffic and Security**

`/trafic`: Monitor your domain's visitor stats

`/antiddos`: Activate Anti-DDoS for robust protection

`/disableantiddos`: Turn off Anti-DDoS

`/antibot`: Fortify your site with Anti-Bot measures

`/cfstatus`: Check your website's Cloudflare status

`/enable_auto_check`: Enable automatic phishing flag checks

`/disable_auto_check`: Disable automatic phishing flag checks

`/check_flagged`: Verify if your site is flagged. Our comprehensive security tests include checks against EtherAddressLookup, ScamSniffer, Phishfort, Antivirus, MetaMask, and Phantom to ensure maximum protection and trustworthiness

**Domain Management**

`/check_domain`: Verify domain availability

`/domain_price`: Current domain pricing

`/bulletproof_domain_price`: Some most used bulletproof domain prices

`/check_domain_status`: Check if your domain is banned or not for both domain types

`/topup`: Add funds to your account (ETH accepted)

`/balance`: Review your account balance

`/buydomain`: Secure a new domain

`/buybulletproofdomain`: Secure a new bulletproof domain

`/mypurchases`: Overview of your domains

`/changens`: Update domain nameservers

`/claim_coupon`: Redeem a coupon for extra balance

**Advanced Features**

`/spoofers`: Manage spoofing commands

`/scrapers`: Scrape invites from various platforms

`/fake_transfer`: Perform a fake transfer to showcase wealth

**Cloaker Command Guide**

`/cloak [domain] [options]`: Secure your domain. Options: 1 (VPN/Proxy), 2 (IP ban), 3 (Banned Countries), 4 (Headless detection), all (All checks)

`/cloak_config [domain]`: View current settings

`/cloak_config_update [domain] [options]`: Update settings. Example: /cloak\_config\_update domain.com 1 will enable option 1 if it is disabled, and vice-versa

`/deletecloak [domain]`: Disable cloaking

`/cloakto [cloakedDomain],[forwardToDomain]`: Redirect banned visitors

\
**Examples:**

`/cloak example.com 1,3`: Cloaks with VPN/Proxy and Headless checks

`/cloak_config_update example.com add:FR,remove:US`: Adjusts country bans


---

# 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.angelferno.us/angel-ferno-bot-control/bot-commands.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.
