## Notes
1. A great offer
2. Great content (which grows your audience)
3. A simple sales process
4. A great delivery process (which comes from a great team)
### Elements
You should just focus on:
- Find customers (traffic)
- Sell customers (conversions)
- Make customers worth more (retention)
### Advantages
- Resources
- Behavior
- Information
- Most in your control
## 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
```