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

# INSIGHT Glossary

<table><thead><tr><th width="185.79998779296875">Term</th><th>Definition</th></tr></thead><tbody><tr><td><strong>Activity Log</strong></td><td>A chronological record of events, user actions, and system activities captured by INSIGHT.</td></tr><tr><td><strong>Advanced Setting</strong></td><td>A device-level configuration that controls how INSIGHT monitors activity, communicates with the server, and applies monitoring methods across endpoints.</td></tr><tr><td><strong>Agent</strong></td><td>The GuardWare INSIGHT software installed on an endpoint that collects and reports device, user, and activity information to the Management Console.</td></tr><tr><td><strong>Alert</strong></td><td>A notification generated when a configured condition, threshold, or rule is triggered.</td></tr><tr><td><strong>Audit Log</strong></td><td>A record of administrative actions and configuration changes performed within INSIGHT.</td></tr><tr><td><strong>Classification Label</strong></td><td>A sensitivity or handling label applied to a file or document and surfaced in INSIGHT events and reports.</td></tr><tr><td><strong>Cloud Monitor</strong></td><td>Monitoring for cloud-based activity, including actions performed in supported online services.</td></tr><tr><td><strong>Connection Status</strong></td><td>The communication state between an endpoint and the Management Console.</td></tr><tr><td><strong>Data Type</strong></td><td>A category of content identified by INSIGHT, such as regulated, confidential, or otherwise sensitive information.</td></tr><tr><td><strong>Event</strong></td><td>A recorded activity, action, or occurrence detected by the INSIGHT Agent.</td></tr><tr><td><strong>Event Log</strong></td><td>A collection of events captured from monitored endpoints and stored for analysis and reporting.</td></tr><tr><td><strong>Label Events</strong></td><td>Activity records that show when a classification label is added, changed, or removed from content.</td></tr><tr><td><strong>Management Console</strong></td><td>The web-based administration portal used to manage devices, agents, alerts, reports, and system settings.</td></tr><tr><td><strong>Monitoring</strong></td><td>The continuous collection and analysis of endpoint activity and system information.</td></tr><tr><td><strong>Organisation Settings</strong></td><td>Global configuration options that define how INSIGHT behaves across the organisation.</td></tr><tr><td><strong>Policy</strong></td><td>A configurable set of rules that determines how INSIGHT monitors, reports, or responds to endpoint activity.</td></tr><tr><td><strong>Risk Definition</strong></td><td>A rule or condition that determines how INSIGHT identifies, scores, and surfaces risky activity.</td></tr><tr><td><strong>Status Monitor</strong></td><td>A view or component that shows endpoint health, connectivity, agent state, and monitoring status.</td></tr><tr><td><strong>System Health</strong></td><td>Information about the operational status and performance of monitored devices and INSIGHT components.</td></tr><tr><td><strong>Tag</strong></td><td>A label assigned to devices or assets to simplify organisation and management.</td></tr><tr><td><strong>User Policy</strong></td><td>A rule set applied to a user or group that defines what INSIGHT monitors, reports, or protects.</td></tr></tbody></table>


---

# 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.guardware.com/insight/about/insight-glossary.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.
