# Start Guardian

The portal is a dedicated channel where new members land when they try to join your group. It presents a welcome message with an image or video, and a **Verify** button they must tap to gain access. This stops bots and bad actors from entering automatically.

Guardian can function without a portal, but setting one up is recommended for full protection.

**Setting up your portal**

Before you begin, make sure you have created both a Telegram group and a channel.

**Step 1:** Send **/setup** in DM with Guardian.

**Step 2:** Select your group.

**Step 3:** Select your channel.

**Step 4:** Guardian will confirm the connection. Your portal is now active and your group is protected.

{% hint style="info" %}
Once Guardian is set up, type **/settings** in your group to access the full settings console, where you can manage all of Guardian's features in one place.
{% 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.tokenscan.app/guardian/start-guardian.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.
