# Neutral **Neutral** (N) is the alignment of those who prefer to steer clear of moral questions and don't take sides, doing what seems best at the time. Lizardfolk, most druids, and many humans are 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 > ```