# Contact & Support

### **Where can I take a look at Viction code? Is there a GitHub repository?**

All the code regarding Viction is free to access on our [GitHub](https://github.com/BuildOnViction). This includes the code for the Viction blockchain client, governance Dapp, block explorer, tools, docker images, documentation, etc.

We like to publish code publicly when it reaches a certain level of development and/or when we think auditing and contributions are beneficial to the codebase. Keeping early projects private is probably more responsible for now due to our scale. It might change in the future.

We are also working with some third parties with which we signed a non-disclosure-agreements for code development.

### **Where can I contact you to get support?**

If you need support, please contact us on one of these platforms:

* Bugs or technical contributions: [GitHub (https://github.com/BuildOnViction)](https://github.com/BuildOnViction)
* General discussion regarding our blockchain: [Discord (viction.link/discord)](https://viction.link/discord)

### **Which are Viction's official channels for communication and information?**

You can keep in touch with our latest news here:

1. Twitter: [https://twitter.com/BuildOnViction ](<https://twitter.com/BuildOnViction >)
2. Telegram Announcements: [https://t.me/buildonviction ](<https://t.me/buildonviction >)
3. Blog: [https://blog.viction.xyz/ ](<https://blog.viction.xyz/ >)
4. Website: [https://viction.xyz](https://viction.xyz/)
5. LinkedIn: [https://www.linkedin.com/company/buildonviction/ ](<https://www.linkedin.com/company/buildonviction/ >)


---

# 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.viction.xyz/faq/general/company.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.
