> For the complete documentation index, see [llms.txt](https://accelchain.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://accelchain.gitbook.io/docs/resources.md).

# Resources

Welcome to the Accelchain Resources page, your hub for all the tools, links, and communities you need to maximize your experience with our platform. Whether you're looking to dive deeper into our technology, share feedback, or connect with fellow developers, you've come to the right place.

Start building on our platform at:

> [app.accelchain.xyz](https://app.accelchain.xyz/)

### Feedback / Report an Issue 📝

**Share Your Ideas & Feedback:** Your insights drive our innovation. If you have suggestions for new features, improvements, or just want to share what you love or find challenging about Accelchain, we're all ears. Your feedback is invaluable to us.

**Report Bugs & Technical Issues:** Encountered a glitch or unexpected behavior? Help us enhance the platform by reporting bugs or technical issues. Submit a detailed bug report, and our team will spring into action to assist you.

### Community 🤝

**Join Our Developer Community:** Connect with a global network of developers in our vibrant community. Engage in discussions, share insights, and find collaboration opportunities.

* [Discord Community](https://discord.com/invite/9CEfsUvCc3)

### Official Links

**Navigate Accelchain:**

* [Website](https://accelchain.xyz/)
* [Documentation](https://accelchain.gitbook.io/docs/)
* [Discord Community](https://discord.com/invite/9CEfsUvCc3)

### Socials

**Stay Connected:**

* [LinkedIn](https://www.linkedin.com/company/accelchain/)
* [Twitter](https://twitter.com/Accelchain_)
* [YouTube](https://www.youtube.com/@accelchain7328)

### Tutorials

**Learn & Explore:**

* [Accelchain Demo Video](https://www.youtube.com/watch?v=-ARXJk9F5dY)

Dive into our tutorials for step-by-step guides and insights into using Accelchain to its full potential.

<br>


---

# 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://accelchain.gitbook.io/docs/resources.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.
