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

# Interactive Demo

See how Mithrl works through guided, embedded demos.

## Using the Demos

These short interactive demos show how you can use Mithrl to explore datasets, ask questions, and go deeper with follow-up insights. Everything works in natural language. No code or configuration required.

{% hint style="info" %}
These interactive demos will open in a modal window or a new tab, depending on your browser settings.
{% endhint %}

## Dataset Selection

See how easy it is to browse, select, and review metadata for your datasets all from a clean, intuitive interface. Discover how Mithrl streamlines data access, so you can focus on insights, not navigation.

{% embed url="<https://demo.arcade.software/xK20B7TU4sNLRvKWxlXb>" %}

## Ask Questions using Natural Language

From query to results, see how complex analyses become manageable with an interface designed for scientists and informatics teams. Ask a question, interact with the data, adjust settings, and generate clear, publication-ready visuals.

{% embed url="<https://demo.arcade.software/8RnPPygJg6PXkS9G6Vsu>" %}

## Explore and Dig Deeper using the Follow-Up Questions

See how the platform supports the scientific process of exploration. Just ask follow-up questions, uncover new insights, and generate hypotheses as you go. Move from high-level summaries to detailed results, visualizations, and analysis code, all within a single interface.

{% embed url="<https://demo.arcade.software/o7oo9cruSQEqDi9NHUdu>" %}

{% hint style="info" %}
Still have questions? We have answers. Contact us at <support@mithrl.com>
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mithrl.com/interactive-demo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
