---
title: "Action goto_alias"
description: "Jumps to a scenario node by its alias."
---

# Action `goto_alias`

> **System ID:** `action_goto_alias`

## Description

Sets the next scenario position by node alias. The alias supports placeholders (dynamic jump). If the alias is not found — the jump is not performed (no separate error branch).

## Events (scenario branches)

No branch events (the action does not return an event name).

## Parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `alias` | string | yes | — | Target node alias (placeholders) |

## Configuration example

```json
{
  "alias": "{{selected_section}}"
}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
