# Oracle

Learn more about our approach towards oracles in this [blog post](https://blog.zenprotocol.com/oracles-and-zen-1596c6ba6df8).

Our oracle solution is still a work in progress. If you would like to follow development you can follow the progress on the following repositories

<https://gitlab.com/zenprotocol/zen-oracle>

## Oracle Service

{% content-ref url="/pages/-MRFu8aUNh6X\_-Yun77Q" %}
[Oracle Service](/apps/oracle/oracle-service.md)
{% endcontent-ref %}

## API Methods

{% content-ref url="/pages/-MRFuMv7UCMKrpDG8AAH" %}
[Oracle's API](/apps/oracle/oracles-api.md)
{% endcontent-ref %}


---

# 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.zenprotocol.com/apps/oracle.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.
