# Portal Verification

***

#### Portal Verification <a href="#portal" id="portal"></a>

New users must verify through a web portal before accessing the group. The portal serves two purposes: confirming the user is human, and collecting device fingerprint data for alt account detection.

The portal supports customizable welcome text, an image, and inline buttons. Users who don't verify within the configured time receive reminders.

***

#### Permban Propagation <a href="#permban" id="permban"></a>

When a user is permanently banned, the ban is enforced across **ALL Heimdall-protected groups**. This creates a network-wide defense against persistent bad actors.

{% hint style="info" icon="triangle-exclamation" %}
**Alt Account Detection:** If a permabanned user creates a new Telegram account, Heimdall detects it through fingerprint matching during portal verification and automatically bans the alt account as well.
{% endhint %}


---

# 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.odin.tools/tools/heimdall-protection-bot/portal-verification.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.
