Skip to main content

Overview

Tags are predefined classification labels applied to articles and requirements. They enable cross-framework filtering by topic — for example, finding all content related to "data-breach" across GDPR, NIS2, and the CRA.

Methods

list()

Returns a page of all tags.
Parameters Returns Page[Tag]

get()

Fetch a single tag by its slug.
Parameters Returns Tag

iter()

Iterate over all tags.
Returns Iterator[Tag]

Model

Tag


Examples

Look up a tag’s keywords

Find all articles tagged with a given label

Build a tag index across all frameworks

Tag slugs are stable — safe to hardcode in application logic or store in databases as foreign keys.