# Assets and Reusable Artifact Guide

> **Purpose:** this page makes the supporting material easier to find when you are browsing the KB through grouped navigation instead of a long flat sidebar.

## What lives under `assets/`

| Asset area                                   | What it contains                                                          | Typical use                                               |
| -------------------------------------------- | ------------------------------------------------------------------------- | --------------------------------------------------------- |
| `assets/gitbook-covers/`                     | home and section-cover graphics                                           | GitBook landing pages and visual rhythm                   |
| `assets/diagrams/`                           | reusable SVG diagrams and generated visuals                               | architecture, process, and roadmap pages                  |
| `assets/reference-screenshots/online-tools/` | public screenshots added for practical tool pages                         | visual orientation for validators, editors, and platforms |
| `assets/workbooks/`                          | spreadsheets and scorecards referenced by management or interview content | leadership packs, calibration, tool inventories           |
| `assets/product-security-policy-templates/`  | editable policy and governance starter artifacts                          | program bootstrap and audit preparation                   |
| `assets/report-samples/`                     | report-style examples and supporting visuals                              | executive reviews and worked examples                     |
| `assets/interview-and-communication/`        | interview helper materials and communication artifacts                    | hiring loops and rehearsal support                        |
| `assets/placeholders/` and `assets/brand/`   | helper graphics and branding elements                                     | page composition and cover consistency                    |

## Fast companion pages

* [Snippets and Reference](/learning-labs-interview-and-templates/index.md)
* [Product Security Policy Library and DOCX Starter Pack](/metrics-audit-risk-evidence-and-compliance/index/product-security-policy-library-and-docx-templates.md)
* [🧰 Product Security Tooling Landscape and Inventory](/learning-labs-interview-and-templates/index-2/product-security-tooling-landscape-and-inventory.md)
* [🧪 Worked-Example Leadership Pack](/metrics-audit-risk-evidence-and-compliance/index-2.md)

## Why this page was added

The KB has grown to the point where **appendices, snippets, raw assets, and reusable artifacts** deserve their own support-zone entry in the sidebar. This page gives readers a quick mental map so they do not have to guess where covers, diagrams, screenshots, templates, or workbooks live.

\---*Author attribution: Ivan Piskunov, 2026 - Educational and defensive-engineering use.*


---

# 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.product-security.expert/appendices-assets-and-reusable-artifacts/assets-and-reusable-artifacts.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.
