## Notes
Having the capacity to change other human behavior, thoughts, or feelings.
Unlike [[Persuasion]], this is long-term.
### Cultivated through
- [[Authority]]
- [[My Resources/My MOCs/Mastery|Mastery]]
- [[Charisma]]
- Social proof like [[Testimonials]]
- [[Personality]]
## Queries
### Notes
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```