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

# WolframAlpha

The WolframAlpha plugin allows BoltAI to search for optimized data from the WolframAlpha using the WolframAlpha LLM API.

### How to set up the WolframAlpha plugin?

1. Make sure you have generated a WolframAlpha AppID. Follow [this official guide](https://products.wolframalpha.com/llm-api/documentation) to get started.
2. Go to Settings > Plugins > WolframAlpha. Select tab `Settings` then enter your AppID.&#x20;

<figure><img src="/files/76RT582F4sDJOgS8YnEF" alt=""><figcaption><p>Signup for a Wolfram ID and Obtain an AppID</p></figcaption></figure>

### How to use the WolframAlpha plugin?

It's similar to the Web Search Plugin.

1. Start a new chat. Choose an LLM that supports Function Calling (for example GPT-4o)
2. Enable the WolframAlpha plugin.
3. Enter your prompt. BoltAI should smartly decide if it needs to ask WolframAlpha for more data.

<figure><img src="/files/q58b2ZLEcjPF20JCn371" alt=""><figcaption><p>WolframAlpha Plugin on BoltAI</p></figcaption></figure>


---

# 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.boltai.com/docs/plugins/wolframalpha.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.
