Have you ever wanted to add Copilot to a model-driven app? There is a simple way of doing this. When opening the Sales Hub App you immediately notice that on top of the menu, the Copilot menu item is there.

In order to add Copilot to a model-driven app, I have created a new custom model-driven app called Vamos Sales App already with a couple of menu items so it can be used as an example.
- Open your model-driven app, in my scenario: Vamos Sales App

- Select + New > Navigation Link
This page we are adding to the app is based on a URL and therefore we select the Navigation link instead of the most common one that is being used: Dataverse table

- The following need to be entered in URL and provide a Title for your menu item :
/main.aspx?&pagetype=control&controlName=PowerApps.Copilot

- When saving and publishing the changes to your app, you can now launch the app and find copilot in the menu of your model-driven app.
