> For the complete documentation index, see [llms.txt](https://docs.degenarena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degenarena.app/joining-or-creating-a-clan.md).

# Joining or Creating a Clan

If you're in a Telegram group that has already enabled Degen Arena in one of the ways described below, you can simply join that group's clan with the `/join` command.

<figure><img src="/files/KfDZSIkx6gJscrry4Zk6" alt="" width="375"><figcaption></figcaption></figure>

You can also manage your clans by sending `/clans` to the bot, where you can create a new clan, switch between clans, or leave your current clan.

<figure><img src="/files/3D1P5DK5UbEnt6SopaXJ" alt="" width="375"><figcaption></figcaption></figure>

If Degen Arena has not yet been added to a group, you can add the bot to a group in one of three different ways.

<div data-full-width="false"><figure><img src="/files/18RAmaWAfgsO4iCDZQNP" alt="" width="375"><figcaption></figcaption></figure></div>

First, go to the bot, click the three dots in the upper right corner, and click `Add to Group`. Choose the desired group, and you're good to go. Another way is by messaging @degenarenabot directly with the `/clan` command as described above, clicking `Create a new Clan`, choosing a Telegram group that you're part of, and adding the bot to the group. The last way is by going to a group, and typing the command `/start@degenarenabot`.

<figure><img src="/files/zX6BgWqsgci2PpZvxJBb" alt="" width="375"><figcaption></figcaption></figure>

And that's it. Now, you'll see what all your fellow group members are up to, and vice-versa. Try not to get rekt.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.degenarena.app/joining-or-creating-a-clan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
