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

# Fundamentals

New to Material Security or need a refresher? Use this section to walk through the Material workflow and learn more about how we detect threats, how you can analyze those threats, then how to take and automation action with fixes.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Detect</strong></td><td>Learn about the rules designed to identify important events or conditions, later surfaced as issues.</td><td></td><td><a href="/pages/iAXbqBgtoXW0IuTgdxpx">/pages/iAXbqBgtoXW0IuTgdxpx</a></td></tr><tr><td><strong>Investigate</strong></td><td>Use the evidence available to analyze and make security strategy choices, all within Material.</td><td></td><td><a href="/pages/YzhvthXd8qXot5RCAJWA">/pages/YzhvthXd8qXot5RCAJWA</a></td></tr><tr><td><strong>Respond</strong></td><td>Take action in Material to respond to and stop any detected threats.</td><td></td><td><a href="/pages/h4STNG4bSMIpxW4SopAd">/pages/h4STNG4bSMIpxW4SopAd</a></td></tr><tr><td><strong>Explore</strong></td><td>Review groups of potential threats and make bulk changes as needed.</td><td></td><td><a href="/pages/QAgMkr6xpwG6QRqA1GVA">/pages/QAgMkr6xpwG6QRqA1GVA</a></td></tr><tr><td><strong>Export</strong></td><td>Set up notifications for different events, including the creation or update of Issues and Detections.</td><td></td><td><a href="/pages/HEJ7H2GuudA5lcIuowKT">/pages/HEJ7H2GuudA5lcIuowKT</a></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.material.security/getting-started/fundamentals.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.
