> For the complete documentation index, see [llms.txt](https://docs.anycampus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anycampus.io/product/walk-through/video-curriculum/discord/channels.md).

# Channels

We offer a variety of channels on the [AnyCampus Discord](https://discord.gg/YUjGmrrDyR). Please read the descriptions below and help us maintain a healthy and tidy environment by posting in the appropriate channel.

* ✅ | **verify**: The first channel everyone visits upon joining the AnyCampus Discord to verify their identity and prove they are not a bot.
* 📚 | **resources-rules**: After verification, read the guidelines here before actively participating in discussions, posting content, or engaging with others.
* 👥 | **roles**: Assigns roles based on your platform status. More roles grant wider access to Discord activities.
* ❓ | **faq**: The go-to channel for any questions or troubleshooting needs.
* 📢 | **product-announcement**: Announces the latest and most important news on product development. Follow to stay updated.
* 🔉 | **community-announcement**: Broadcasts everything related to the community, from events to quests.
* 🐦 | **twitter**: Shows our posts from X (formerly Twitter).
* 📆 | **events-campaigns**: Curates and lists information about AnyCampus events and campaigns. Check regularly for exclusive, limited rewards.
* 🐣 | **pre-learners**: For individuals with the pre-learner role to interact, solicit advice, and receive curriculum recommendations from existing learners.
* 💬 | **general**: Open for all to view and chat. Say hello to the community and introduce yourself. Beware of spam!
* 🌤 | **gmgn**: Post a GM or GN to wish friends a good start to the day or a pleasant night.
* 🚨 | **report-spam**: Promptly report any suspicious accounts or spam activities here.&#x20;
* 🗳 | **product-proposal**: For suggestions on service improvement. Open to learners and creators.&#x20;
* 🛟 | **support**: Seek customer support here. Create a ticket and fill in the form to address any issues. Access limited to learners and creators.
* 🙌 | **team-creators**: Allows creators to communicate directly with the AnyCampus team.&#x20;
* 🚌 | **any-friends**: A channel for learners and creators to socialize and discuss.&#x20;
* 🎨 | **creators-interaction**: Exclusive channel for creators to interact.
* 🚀 | **learners-interaction**:  Exclusive channel for learners to interact. Pre-learners can view but not post.
* 🌐 | **language-select**: Facilitates interaction among people from the same country. Click the emoji of your country flag to show your interest—if more than 10 users join, a dedicated channel for the country will be created.


---

# 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.anycampus.io/product/walk-through/video-curriculum/discord/channels.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.
