# Wolfram Alpha

[Wolfram Alpha](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles/oracle-wolframalpha): `wolfram_alpha://What is the average air speed velocity of a laden swallow?` - here the `wolfram_alpha` oracle type is used followed by the question: `What is the average air speed velocity of a laden swallow?`.

## wolfram\_alpha

<mark style="color:green;">`POST`</mark> `wolfram_alpha://What is the average air speed velocity of a laden swallow?`

Ask it anything...

#### Path Parameters

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| request\_type | string | oracle request type |
| query         | string | query               |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# 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.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidharmony/creating-an-oracle-request-uri/untitled-3.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.
