# Welcome

## What does the bot do?

Simple to setup using slash commands. The bot uses 3 different phishing/malware APIs that maintain large databases of domains, which would detect links such as "Free nitro, free steam game/item, free epic games" and much more.

Server owners are also able to block any kind of websites using contentscan command (custom flagging). By configuring your blacklisted keywords, this feature can go beyond flagging domains which may not be only phishing/virus/trojan links.

Content Scan/Youtube are **data scraping** features that flag any domains depending on the Html content inside the website and match against your blacklisted keywords. This means that you don't even need to know the exact URL to block bad links. The feature can be useful for example blocking specific youtube links that have video titles such as: "How to get free discord nitro", "get free steam games" "how to become rich with mining".

### Command prefix

> /

### Support server

[https://discord.gg/9aYRQUQgxA](https://discord.com/invite/9aYRQUQgxA)

### Invite the bot

<https://discord.com/oauth2/authorize?client_id=901735805662408725&permissions=1101659188294&scope=bot%20applications.commands>

Created by Sasiko#1234 | You can reach me in support server for help/inquires!

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="setup" %}
[setup](https://docs.dis.tf/setup)
{% endcontent-ref %}

{% content-ref url="scanner-types/extended-anti-phishing" %}
[extended-anti-phishing](https://docs.dis.tf/scanner-types/extended-anti-phishing)
{% endcontent-ref %}

{% content-ref url="scanner-types/content-scan" %}
[content-scan](https://docs.dis.tf/scanner-types/content-scan)
{% endcontent-ref %}


---

# 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.dis.tf/readme.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.
