Erin Stellato wants to know whether a DBA forced a plan or SQL Server did automatically:
If you use Automatic Plan Correction, and thus also Query Store, you may wonder how was a plan forced: manually or automatically with APC? The type of forced plan is tracked in sys.query_store_plan, and you can use this simple query to determine how a plan was forced:
Click through for a simple query, as well as a more complex form which gives you a bit more info.