# Private Network Commands

<figure><img src="/files/KJ4A9WihWrd6tXOpLEzo" alt=""><figcaption></figcaption></figure>

## Commands

**`/pn approve` :** Approve a channel to your private network

> **Necessary Arguments :**
>
> * `channelid` : Request of channel ID you want to approve linking
> * `networkid` : Network ID of network you want to approve for

**`/pn disapprove` :** Dispprove a channel from your private network

> **Necessary Arguments :**
>
> * `channelid` : Request of channel ID you want to disapprove linking
> * `networkid` : Network ID you want to disapprove for

**`/pn list`:** List all channels of your private network

> **Necessary Arguments :**
>
> * `networkid` : Network ID you want to list for

**`/pn remove` :** Remove a channel from your private network

> **Necessary Arguments :**
>
> * `channelid` : ID of channel you are removing
> * `networkid` : Network ID you want to remove for

**`/pn rename` :** Rename your private network

> **Necessary Arguments :**
>
> * `networkid` : Network ID of network you want to rename
> * `name` : Network name

**`/pn join` :** Change join status of your private network

> **Necessary Arguments :**
>
> * `networkid` : Network ID of network you want to change join status for
> * `status` : Join status
>   * Auto approve link requests
>   * Approve link requests
>   * Decline any link requests

**`/pn info` :** Get information on your private network

> **Necessary Arguments :**
>
> * `networkid` : Network ID of network you want to get information on


---

# 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://crosschat.itzleo.com/systems/private-network-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.
