> For the complete documentation index, see [llms.txt](https://docs.viction.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viction.xyz/faq/general/company.md).

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