> For the complete documentation index, see [llms.txt](https://docs.tradefi.bot/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradefi.bot/whitepaper/support/tradefi.bot-customer-support.md).

# Tradefi.bot Customer Support

{% hint style="success" %}
At Tradefi.bot, we understand the importance of exceptional and accessible customer support in maintaining a smooth and satisfactory user experience. We are committed to providing effective and efficient support, ensuring that every interaction with our users is productive and enriching. Here we detail the channels through which our users can receive assistance and address their concerns.
{% endhint %}

## **Support Communication Channels**

1. **Support via Telegram**:
   * **Direct Access and Rapid Response**: Our Telegram channel is an excellent resource for quick and real-time support. Users can join our channel to receive direct assistance from our technical support team and community moderators. To join our channel and start receiving help, visit [Tradefi.bot on Telegram](https://t.me/+IN99ws-dzqEzYjgx).
2. **Support via Email**:
   * **Formal Communication and Case Tracking**: For inquiries that require more detailed discussion or formal follow-up, users can contact us by email at <contact@tradefi.bot>. This channel is ideal for handling more complex technical issues, account inquiries, or any other matters that require detailed documentation and thorough follow-up.
3. **Support via X (Twitter)**:
   * **Public Interaction and Announcements**: In addition to providing support, our page on X (Twitter) serves as a means to keep users informed about the latest updates, scheduled maintenances, and new features. Users can follow us on [Tradefi.bot on X](https://x.com/tradefibot?s=21) to stay up-to-date with the latest information and participate in community discussions.

## **Commitment to Excellence in Support**

At Tradefi.bot, our goal is to exceed customer support expectations by providing clear and helpful responses, resolving issues efficiently, and ensuring that all users have an exceptional experience. Our team is trained and ready to handle a variety of inquiries, from basic questions about using the platform to complex technical issues.

> Customer support at Tradefi.bot is designed to be accessible, effective, and user-centered. We understand that quality support is crucial to the user experience and is a fundamental pillar of our service offering. We strive to maintain open and transparent communication channels, where each user can feel heard and valued. For any inquiries or assistance needs, please do not hesitate to contact us through any of our support channels. At Tradefi.bot, you are our priority.


---

# 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.tradefi.bot/whitepaper/support/tradefi.bot-customer-support.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.
