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

# Third-Party Account

> Select a connected account and pass it to another action.

**Third-Party Account** creates a reusable account value. Use it when several
actions should use the same connected account, or when an account input needs
to be selected independently.

## Inputs

| Input       | Type    | Required  | Description                          |
| ----------- | ------- | --------- | ------------------------------------ |
| **Service** | Service | Yes       | The integration provider.            |
| **Account** | Account | Sometimes | Appears after a service is selected. |

## Output

| Output      | Type    | Description                            |
| ----------- | ------- | -------------------------------------- |
| **Account** | Account | The selected account for that service. |

The available services come from the integrations installed in WorkflowDog.
The server verifies that the selected account belongs to the chosen service.

<Warning>
  Changing **Service** changes the account type. Select a new account and check
  downstream connections after switching providers.
</Warning>
