# Niacinamide
Niacinamide is largely considered one of the best skin care ingredients for reducing the signs of hyperpigmentation, dark spots, and acne scarring. It can also increase skin’s radiance, while helping to support the natural skin barrier that protects against environmental stressors and increase moisture retention. [^1]
A very stable form of [[Vitamin B3]] that can be used for most skin types, even those with sensitive skin. Delivers overall skin improvements including the fading of dark spots and smoothing of skin texture. [^2]
[^1]: https://naturium.com/collections/niacinamide
[^2]: https://naturium.com/pages/ingredient-library
## Resources
[[Resource Index|All Resources]]
```dataview
LIST without ID
link(file.link,FullTitle)
FROM [[]]
WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources")
Sort file.name
```
### Highlights
```dataview
LIST rows.item.text
FROM [[]]
FLATTEN file.lists as item
WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources") AND lower(meta(item.section).subpath) = "highlights"
GROUP BY link(file.link, FullTitle) as myFile
SORT file.name
```