> For the complete documentation index, see [llms.txt](https://mc-markets.gitbook.io/mcmarkets-infohub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mc-markets.gitbook.io/mcmarkets-infohub/faq/community-and-customer-service.md).

# Community & Customer Service

<details>

<summary><strong>How do I join the official community?</strong></summary>

Click the Telegram and Discord icons in the bottom-right corner of the page to jump to our official community channels.

</details>

<details>

<summary><strong>How do I get instant support?</strong></summary>

Click the bot icon in the bottom-right corner to launch Smart Customer Service. Our AI assistant is available 24/7 in 60+ languages, with no login required for general questions.

</details>

<details>

<summary><strong>How do I submit a support ticket?</strong></summary>

Click the "Support Ticket" button in the bottom-right corner, fill in your inquiry, and submit. You can track your case progress under "Ticket Records." Note: you must be logged in to submit a ticket.

</details>

<details>

<summary><strong>Can I use customer service without logging in?</strong></summary>

You can view the FAQ and chat with Smart Customer Service without logging in. To submit a Support Ticket for human follow-up, you must log in first.

</details>


---

# 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://mc-markets.gitbook.io/mcmarkets-infohub/faq/community-and-customer-service.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.
