> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/how-tos/how-to-specify-an-application-owner-with-dinghy.md).

# How to specify an application Owner with Dinghy

### Introduction <a href="#introduction" id="introduction"></a>

When defining an application spec with Dinghy - the user would like to specify the `Owner field`, sometimes referred to as the `e-mail field` in the Applications view.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Fully configured and enabled Dinghy service: <https://docs.armory.io/docs/armory-admin/dinghy-enable/>

### Instructions <a href="#instructions" id="instructions"></a>

The parameter to set Owner field when creating an application with Dinghy is "email". It should reside within the "spec" configuration section of the Dinghyfile: `"spec": {` `"email": ""` `},` <https://docs.armory.io/docs/spinnaker-user-guides/using-dinghy/#basic-format>
