> For the complete documentation index, see [llms.txt](https://docs.wobby.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wobby.ai/explorer/working-with-agents/inbox.md).

# Inbox

The **Inbox** is a persistent, paginated feed in Explorer that collects two kinds of items:

1. **Scheduled insight alerts** — messages your AI Analyst sends after a scheduled run finds something worth reporting
2. **Shared chats and artifacts** — conversations or saved outputs that a teammate has shared with you

Everything lands in one place, so you don't need to check individual schedules or wait for an email.

## Accessing the Inbox

The Inbox is available in the Explorer sidebar. An unread badge on the icon shows how many new items have arrived since you last opened it.

## Scheduled Insight Alerts

When a [Scheduled Insight](/explorer/working-with-agents/scheduled-insights.md) run finds something noteworthy, the analyst creates an inbox item with:

* A **title** summarising the finding
* A **message** with the analyst's explanation
* A **link** to the chart or table behind the finding, where relevant

If nothing worth reporting was found, no item is created — the run stays silent.

{% hint style="info" %}
If email notifications are enabled on a schedule, you will also receive an email for each alert. You can toggle this per schedule in the schedule detail panel.
{% endhint %}

## Shared Chats and Artifacts

When a teammate shares a chat or an artifact with your organisation (or with you specifically), an inbox item appears notifying you it exists and linking directly to it.

See [Sharing](/explorer/working-with-agents/sharing.md) for how to share your own chats and artifacts.

## Reading Items

Items are listed newest-first. Clicking an item marks it as read and, if the item has a link, opens the relevant chart, table, report, or conversation.

Unread items are highlighted. The sidebar badge count decreases as you read items.


---

# 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.wobby.ai/explorer/working-with-agents/inbox.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.
