> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/apps/llms.txt)
> Source: https://docs.saleor.io/api-reference/apps/objects/app-install

# AppInstall Object

Install new app by using app manifest.

Requires the following permissions: AUTHENTICATED\_STAFF\_USER MANAGE\_APPS

```graphql
type AppInstall {
  appErrors: [AppError!]! @deprecated
  errors: [AppError!]!
  appInstallation: AppInstallation
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[AppError!]!`](/api-reference/apps/objects/app-error.md)

<a id="app-installation"></a>

#### [`appInstallation`](#app-installation) ● [`AppInstallation`](/api-reference/apps/objects/app-installation.md)

Show deprecatedHide deprecated

<a id="app-errors"></a>

#### [`appErrors`](#app-errors) ● [`[AppError!]!`](/api-reference/apps/objects/app-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`appInstall`](/api-reference/apps/mutations/app-install.md) mutation
