# Q-Remix Links

Explore the tools, documentation, and community resources that support your Q-Remix experience:

#### GitHub Repository

Browse the source code, report issues, or contribute to the development of Q-Remix IDE:\
[**github.com/Quranium/q-remix-ide**](https://github.com/Quranium/q-remix-ide)

* The repository contains the complete codebase for Q-Remix IDE.
* Includes setup instructions for running Remix-IDE locally in your development environment.
* Actively maintained and open for community contributions via pull requests.

#### Useful Documentation & Resources

These links will help you build smarter, safer DApps using Q-Remix:

* [Solidity Documentation](https://docs.soliditylang.org/en/v0.8.30/) – Official Solidity language reference.
* [AI Prompt Engineering Guide](https://www.promptingguide.ai/)  – Learn how to craft effective prompts for AI-assisted smart contract generation.

#### Stay Connected

Follow Quranium for updates, plugin launches, and community events related to Q-Remix:

* **Twitter / X:** [@quranium\_org](https://x.com/quranium_org)
* **Discord:** Join our Developer Community *(*[*Quranium.org*](https://discord.com/channels/1279183690244554782/1279183690244554785)*)*
* **LinkedIn:** [Quranium on LinkedIn](https://www.linkedin.com/company/quranium/)
* **Website:** [quranium.org](https://www.quranium.org/)


---

# Agent Instructions: 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://docs.qremix.org/introduction/q-remix-links.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.
