# Explorer

- [Actian AI Analyst Explorer](https://docs.wobby.ai/explorer/working-with-agents.md): How business users interact with AI Analysts to get answers from their data.
- [Overview](https://docs.wobby.ai/explorer/working-with-agents/wobby-explorer.md): The interface where business teams get answers from their data using AI Analysts.
- [Asking Questions](https://docs.wobby.ai/explorer/working-with-agents/asking-questions.md): How to ask questions, continue conversations, save results, and use Plan Mode.
- [Saved Prompts](https://docs.wobby.ai/explorer/working-with-agents/saved-prompts.md): Save and reuse your team's best queries so anyone can run them with a single click.
- [Plan Mode](https://docs.wobby.ai/explorer/working-with-agents/plan-mode.md): Let the AI Analyst outline its approach before starting — then approve, adjust, or proceed.
- [Reports](https://docs.wobby.ai/explorer/working-with-agents/reports.md): The AI Analyst can build structured reports from your conversation — with headings, paragraphs, charts, and tables — live in a side panel.
- [Artifacts](https://docs.wobby.ai/explorer/working-with-agents/artifacts.md): Save charts, tables, and reports as named Artifacts you can revisit, rename, and share.
- [Scheduled Insights](https://docs.wobby.ai/explorer/working-with-agents/scheduled-insights.md): Run your AI Analyst on a recurring schedule and get notified when something worth seeing happens.
- [Inbox](https://docs.wobby.ai/explorer/working-with-agents/inbox.md): A persistent feed of alerts from your scheduled analysts and chats shared with you by teammates.
- [Sharing](https://docs.wobby.ai/explorer/working-with-agents/sharing.md): Control who can see your chats and artifacts, and share findings with teammates.
- [Tips for Asking Questions](https://docs.wobby.ai/explorer/working-with-agents/tips-for-quick-analysis.md): How to write effective questions and get the most out of your AI Analyst.


---

# 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.wobby.ai/explorer.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.
