# Developer Tools and Resources

Access a wealth of developer tools and resources to support your journey with Ola. This section includes documentation, sample code, and community resources to assist you in creating innovative, privacy-enhanced applications.

* Whitepaper
  * [First version](https://github.com/Sin7Y/olavm-whitepaper)
  * [Second version](https://github.com/Sin7Y/olavm-whitepaper-v2)
* Videos
  * [OLA 101](https://www.youtube.com/playlist?list=PL-4FcjL--esquu-7mVq2dqJ3PyBPR-m5w)
  * [Ola ZK Talks](https://www.youtube.com/playlist?list=PL-4FcjL--esoehXU9zYWtvPMvSvbHVPiq)
* Research Articles
  * [HackMD](https://hackmd.io/@sin7y)
* GitHub

  Developers can find Ola's open source on Ola's [GitHub](https://github.com/Sin7Y).


---

# 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://ola-2.gitbook.io/ola-developer-documents/tools_resources.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.
