# Chaotic Neutral **Chaotic neutral** (CN) creatures follow their whims, holding their personal freedom above all else. Many barbarians and rogues, and some bards, are chaotic 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 > ```