> For the complete documentation index, see [llms.txt](https://michaelyu.gitbook.io/echatter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://michaelyu.gitbook.io/echatter/setup.md).

# Setup

## 1. The Invitation

In order to invite eChatter to your server, there's one thing you will need:

* Manage Server Permissions \[server owners have it by default]

Ready? Head over here to invite the bot: [press me](https://discordapp.com/oauth2/authorize?client_id=697427344872177704\&scope=bot\&permissions=7728448) [🦸‍♂️](https://discordapp.com/oauth2/authorize?client_id=697427344872177704\&scope=bot\&permissions=7728448)

{% hint style="info" %}
Quicky Fact: eChatter will send you a message if a permission is missing \[error message].&#x20;
{% endhint %}

## 2. The In-Server Setup

Once eChatter has joined your crib \[aka server], create a new channel called "echat" or "echatter", or use the command **#setchat #{CHANNEL}** to use an existing chat for eChatter commands.

## 3. Start Chattin!

Now that you're good to go, let's start queuing! Do so by entering the command:&#x20;

**#call** - This will trigger eChatter to find your server a stranger's server, with REAL HUMANS to talk to!

**PATIENCE!** It might take some time for another server to pick up on the phone. Remember, we are trying to connect you with a **stranger's server,** which could take time!

## Custom Prefix and More!

For all of you who don't cope with the prefix **#** in front of all your commands:

You can change the default prefix by using the command **#setprefix {desiredPrefix}**

{% hint style="warning" %}
**Note that** if you changed your prefix, then simply replace "#" with your own prefix when sending commands!&#x20;

Ex: if you changed your prefix to **!**, then you would do **!settings** or **!call** instead of **#settings** or **#call**
{% endhint %}

{% hint style="info" %}
Want to customize it further? Use the command **#settings or #help** for more fancy commands!

Oh, did you just change your prefix? Then simply replace "#" with your own prefix! Ex: **{prefix}settings** or **{prefix}help**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://michaelyu.gitbook.io/echatter/setup.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.
