# Basic Command Overview

**🔗 Connection Management**

#### **Create a New Connection Group**

```
/connection create
```

📌 **What It Does:** Creates a new connection group that can link multiple channels.\
📌 **Who Can Use It?** Server Admins and users with **Manage Server** permissions.

#### **Join an Existing Connection**

```
/connection join
```

📌 **What It Does:** Adds the current channel to an existing **connection group**.\
📌 **Who Can Use It?** Anyone, unless restricted by the group owner.

#### **Leave a Connection**

```
/connection leave
```

📌 **What It Does:** Removes the current channel from a **connection group**.

#### **View Connection Info**

```
/connection info
```

📌 **What It Does:** Shows details about the **current connection**, including linked channels and owner info.

#### **Fix Broken Connections**

```
/connection fix
```

📌 **What It Does:** Attempts to fix any **missing webhooks** or **connection issues**.\
📌 **Who Can Use It?** Server Admins and connection group owners.

### **⚙️ Settings & Moderation**

#### **Enable/Disable AutoMod & Spam Filtering**

```
/settings automod enable  
/settings automod disable  
```

📌 **What It Does:** Enables or disables **AutoMod** to prevent spam, scams, and inappropriate content.

#### **Manage Message Editing & Deletion**

```
/settings edits enable  
/settings edits disable  
```

📌 **What It Does:** Controls whether users can **edit or delete messages** that have been relayed.

### **💎 Premium Features**

#### **Upgrade Your Connection for More Channels**

```
/premium upgrade
```

📌 **What It Does:** Increases your **maximum connection limit** for **all groups you own**.

### **🔍 Need More Help?**

👉 Check out the [**Troubleshooting**](/troubleshooting-and-faq/common-issues-and-fixes.md) **&** [**FAQ** ](/troubleshooting-and-faq/faq.md)for common issues.\
👉 Learn more about [**Premium Features**](/features/premium.md).\
👉 Need Support? [**Join the Support Server**](https://discord.gg/winterstudio) 🚀


---

# 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://interserver.winterstudio.xyz/getting-started/basic-command-overview.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.
