# Open-Source and Decentralized

Several features make zkBob a resilient solution for the community:

1. The [zkBob repo](https://github.com/zkBob) is open-source, including the zkBOB application UI, and licensed under the [MIT License](https://github.com/zkBob/zkbob-ui/blob/main/LICENSE_MIT) and [Apache-2.0 License](https://github.com/zkBob/zkbob-ui/blob/main/LICENSE_APACHE).
2. Anyone can [contribute to the codebase](https://github.com/zkBob/zkbob-ui/blob/main/CONTRIBUTING.md).
3. zkBob.com is hosted on [several IPFS mirrors](https://linktr.ee/zkbob). Anyone can host the website or application, follow the [README](https://github.com/zkBob/zkbob-ui#deploy-to-ipfs-using-dappling) for instructions.


---

# 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.zkbob.com/zkbob-overview/basic-concepts/open-source-and-decentralized.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.
