MongoDB Compass - Are Aggregation queries $set executed or only previewed?

Thanks, it does help, I wondered why there isn’t a $update and $updateMany :thinking:
For newbs it is tad bit confusing as the docs do say the $set (agg):

Adds new fields to documents.

But i guess they mean only as a projection, but not written to the database.