> ## Documentation Index
> Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# User returned to application

> This error occurs when a user leaves the Connect flow after hitting **Back to application** before granting your application access to their vehicle.

| Parameter           | Required | Description                                                     |
| ------------------- | -------- | --------------------------------------------------------------- |
| `error`             | `true`   | `user_manually_returned_to_application`                         |
| `error_description` | `true`   | The user exited Connect before granting your application access |

There are cases where a user may wish to exit Connect before granting your application access to their vehicle. In these cases, if the user hits **Back to application** instead of closing out the window, Smartcar will return this error to your callback URI. Below are places in the Connect flow users can return to your application.

<Tabs>
  <Tab title="Missing Permissions">
    <Frame caption="Vehicle Incompatible">
      <img src="https://mintcdn.com/smartcar-docs/klvdxjd2EpHsqsG2/images/errors/connect-errors/r2a-additional-permissions.png?fit=max&auto=format&n=klvdxjd2EpHsqsG2&q=85&s=caf4655b12fd4622a2388b729cef6062" width="750" height="1334" data-path="images/errors/connect-errors/r2a-additional-permissions.png" />
    </Frame>
  </Tab>

  <Tab title="MFA Entry">
    <Frame caption="Vehicle Incompatible">
      <img src="https://mintcdn.com/smartcar-docs/klvdxjd2EpHsqsG2/images/errors/connect-errors/r2a-mfa-entry.png?fit=max&auto=format&n=klvdxjd2EpHsqsG2&q=85&s=24d212a190bb5054eab9c1e83b45de2a" width="750" height="1334" data-path="images/errors/connect-errors/r2a-mfa-entry.png" />
    </Frame>
  </Tab>

  <Tab title="PIN Entry">
    <Frame caption="Vehicle Incompatible">
      <img src="https://mintcdn.com/smartcar-docs/klvdxjd2EpHsqsG2/images/errors/connect-errors/r2a-pin-entry.png?fit=max&auto=format&n=klvdxjd2EpHsqsG2&q=85&s=e746980cc79f0b5c73184434ff772f0f" width="750" height="1334" data-path="images/errors/connect-errors/r2a-pin-entry.png" />
    </Frame>
  </Tab>
</Tabs>
