> For the complete documentation index, see [llms.txt](https://soltradingbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soltradingbot.gitbook.io/docs/ecosystem/community-and-support.md).

# Community and Support

SolTradingBot is not just a trading platform; it's a vibrant community of like-minded traders brought together to share insights, learn, and grow collectively in the decentralized financial landscape.

**Community Engagement:**

* **Forums and Discussions:**
  * Participate in forums and discussions within the SolTradingBot community. Share trading strategies, insights, and market analyses with fellow traders. Learn from others and contribute to the collective knowledge base.
* **Educational Webinars:**
  * Engage in educational webinars hosted by SolTradingBot experts. Stay updated on the latest trends, trading strategies, and platform features. These webinars are designed to empower users with the knowledge needed to navigate the decentralized marketplace successfully.

**User Support:**

* **Responsive Customer Support:**
  * SolTradingBot is committed to providing responsive customer support. Users can reach out for assistance with platform-related queries, technical issues, or general inquiries. The support team is dedicated to ensuring a positive user experience.
* **Comprehensive Documentation:**
  * Access comprehensive documentation and user guides that cover every aspect of SolTradingBot. From platform setup to advanced trading strategies, the documentation serves as a valuable resource for users at all levels.

**Community Benefits:**

* **Collective Wisdom:**
  * The SolTradingBot community is a melting pot of diverse experiences and perspectives. By engaging with the community, users can tap into this collective wisdom, gaining insights that may inform and enhance their own trading strategies.
* **Networking Opportunities:**
  * Forge connections with other traders, developers, and enthusiasts in the SolTradingBot community. Networking opportunities may lead to collaborations, shared initiatives, and a deeper understanding of the decentralized finance space.

**User-Centric Approach:**

SolTradingBot adopts a user-centric approach to community and support. Whether you're a seasoned trader or new to the world of decentralized finance, the platform is designed to cater to your needs. User feedback is valued and contributes to the continuous improvement of both the platform and the community experience.


---

# 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://soltradingbot.gitbook.io/docs/ecosystem/community-and-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.
