## Notes
- Two main components:
- Emotional resonance for connection - [[Storytelling]] and [[Community building]]
- Problem solving - [[Copywriting]] and [[Brand Monetization]]
- Other components
- Personality traits
- Humor
- Expressions
- Energy
- Identity
- Tone
- Style
- Visual branding
- Entertainment
- [[How much of your creativity are you going to abandon to get more views]]
- Your personal brand should provide meaning like in [[My impact from pursuing my purpose]]
### Basic structure
I help x to y so they can z even if a.
## 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"
sort file.mtime desc
```
### Thoughts
```dataview
table Created
from [[]] AND #thought AND !"Hidden"
sort file.mtime desc
```