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

# Workbench Reference

- [Expel Terminology](https://docs.expel.io/workbench-reference/expel-terminology.md): A list of common Expel terms, what they mean, and where to find them in Workbench.
- [Dashboards](https://docs.expel.io/workbench-reference/dashboards.md)
- [Situation Report Dashboard](https://docs.expel.io/workbench-reference/dashboards/situation-report-dashboard.md)
- [Alert Analysis Dashboard](https://docs.expel.io/workbench-reference/dashboards/alert-analysis-dashboard.md)
- [Phishing Dashboard](https://docs.expel.io/workbench-reference/dashboards/phishing-dashboard.md)
- [Service Review Dashboard](https://docs.expel.io/workbench-reference/dashboards/service-review-dashboard.md)
- [Activity Pages](https://docs.expel.io/workbench-reference/activity-pages.md)
- [Actions](https://docs.expel.io/workbench-reference/activity-pages/actions.md)
- [Vulnerabilities](https://docs.expel.io/workbench-reference/activity-pages/vulnerabilities.md)
- [Tools](https://docs.expel.io/workbench-reference/tools.md)
- [Resilience](https://docs.expel.io/workbench-reference/tools/resilience.md)
- [Threats](https://docs.expel.io/workbench-reference/tools/threats.md)
- [Threat Bulletins](https://docs.expel.io/workbench-reference/tools/threats/threat-bulletins.md)
- [Emerging Threat Hunts](https://docs.expel.io/workbench-reference/tools/threats/emerging-threat-hunts.md)
- [Organization Settings Pages](https://docs.expel.io/workbench-reference/organization-settings-pages.md)
- [Your Organization](https://docs.expel.io/workbench-reference/organization-settings-pages/your-organization.md): The Your Organization page shows your organization name, GUID, available services, and more. If you have more than one organization, they will all be listed.
- [Event Search](https://docs.expel.io/workbench-reference/search-for-an-event.md): Event Search enables you to check that Expel has seen an event from an enabled technology.
- [Find an Event](https://docs.expel.io/workbench-reference/search-for-an-event/find-an-event.md)
- [About Event Details](https://docs.expel.io/workbench-reference/search-for-an-event/about-event-details.md): The Event Details screen has two tabs.
- [Manage Investigations and Incidents](https://docs.expel.io/workbench-reference/investigations-and-incidents.md)
- [Understanding Investigations](https://docs.expel.io/workbench-reference/investigations-and-incidents/understanding-investigations.md)
- [Understanding Incidents](https://docs.expel.io/workbench-reference/investigations-and-incidents/understanding-incidents.md)
- [View an Investigation](https://docs.expel.io/workbench-reference/investigations-and-incidents/view-an-investigation.md)
- [View an Incident](https://docs.expel.io/workbench-reference/investigations-and-incidents/view-an-incident.md)
- [View Open Remediation Actions or Investigative Actions](https://docs.expel.io/workbench-reference/investigations-and-incidents/view-open-remediation-actions-or-investigative-actions.md)
- [Add to an Investigation or Incident](https://docs.expel.io/workbench-reference/investigations-and-incidents/add-to-an-investigation-or-incident.md)
- [Close an Investigation or Incident](https://docs.expel.io/workbench-reference/investigations-and-incidents/close-an-investigation-or-incident.md)
- [Reopen an Investigation](https://docs.expel.io/workbench-reference/investigations-and-incidents/reopen-an-investigation.md)
- [Create an On-Demand Investigation](https://docs.expel.io/workbench-reference/investigations-and-incidents/create-an-on-demand-investigation.md)
- [Alerts](https://docs.expel.io/workbench-reference/alerts.md)
- [How Expel Alerts Work](https://docs.expel.io/workbench-reference/alerts/how-expel-alerts-work.md)
- [View Your Expel Alerts](https://docs.expel.io/workbench-reference/alerts/view-your-expel-alerts.md)
- [Identity Alerts](https://docs.expel.io/workbench-reference/alerts/identity-alerts.md)
- [About Identity Classification](https://docs.expel.io/workbench-reference/alerts/identity-alerts/about-identity-classification.md)
- [View Your Auto-Closed Identity Alerts](https://docs.expel.io/workbench-reference/alerts/identity-alerts/view-your-auto-closed-identity-alerts.md)
- [Detections](https://docs.expel.io/workbench-reference/detections.md)
- [About Detection Strategy](https://docs.expel.io/workbench-reference/detections/about-detection-strategy.md)
- [View Detections](https://docs.expel.io/workbench-reference/detections/view-detections.md)
- [Filter or Sort Detections](https://docs.expel.io/workbench-reference/detections/filter-or-sort-detections.md)
- [Suppression Rules](https://docs.expel.io/workbench-reference/detections/suppression-rules.md)
- [Lookout Rules](https://docs.expel.io/workbench-reference/detections/lookout-rules.md)
- [Suspicious Countries](https://docs.expel.io/workbench-reference/detections/suspicious-countries.md)
- [Licensing and Usage](https://docs.expel.io/workbench-reference/organization-settings.md)
- [Expel Licensing and Usage Overview](https://docs.expel.io/workbench-reference/organization-settings/expel-licensing-and-usage-overview.md)
- [View Usage Metrics](https://docs.expel.io/workbench-reference/organization-settings/view-usage-metrics.md)


---

# 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.expel.io/workbench-reference.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.
