# Lawful Neutral
**Lawful neutral** (LN) individuals act in accordance with law, tradition, or personal codes. Many monks and some wizards are lawful neutral.
> [!info] Deities
> ```dataview
> TABLE WITHOUT ID
> link(file.path,title) AS "",
> deity-category AS "Category",
> domain AS "Domain(s)",
> pantheon AS "Pantheon",
> symbol AS "Symbol",
> source AS "Source"
> FROM "60 Games/61 Tabletop/Dungeons & Dragons 5e/Details/Deities"
> WHERE contains(alignment, this.file.link)
> SORT title_sort asc
> ```