> For the complete documentation index, see [llms.txt](https://docs.ont.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ont.io/community/community-libraries.md).

# Community Libraries

Ontology **bounty program** provides an easy and accessible channel to the community to contribute anything that is developed or discovered by member of the community.

The following libraries have been created and are maintained by the community.

## [Towerbuilders Learning Center](https://learn.towerbuilders.org/#/)

![](/files/-LvskNjGJdZ9u3E_fTif)

A set of guides and tutorials on `dApp` development using the Ontology framework.

## [Anonymous Credential - Python Library](https://github.com/BubnovaA/Anon-Cred-Ont)

A Python library that can be used to implement an anonymous credential scheme.

## [VS Code Extension](https://github.com/backslash47/vscode-ext-ontology)

An extension designed by [**Matus Zamborsky**](https://github.com/backslash47) to develop, test, and deploy smart contracts on the Ontology blockchain.


---

# 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:

```
GET https://docs.ont.io/community/community-libraries.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.
