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

# private-nav

> `kylon workspace private-nav` command reference.

```text theme={null}
kylon workspace private-nav — kylon workspace help detail

private-nav — sidebar shortcuts for the current Human or verified assignment requester
  kylon workspace private-nav list
    List that Human's pinned shortcuts (Apps, files, URLs).

  kylon workspace private-nav add --type <web_project|table|file|url> [--target <id>] [--url <string>] [--label <string>]
    Pin a shortcut into the current Human's or verified assignment requester's "Private" sidebar group.
    --type web_project|table|file: requires --target <resource_id>; --label is optional (defaults to the resource name).
    --type url: requires --url and --label.
    Pin an existing App with --type web_project --target <app_id>, resolving its id with app list/show when needed.
    Use --type url only for a non-App website. A known App URL is rejected with the App id and correct pin command.
    Only say it was added after the command returns a pin id.
    Pins are per-user. The triggering human must have access to the resource.

  kylon workspace private-nav remove <item_id>
    Remove a pinned shortcut from that Human's sidebar by its id (use list to find it).
  kylon workspace private-nav reorder --items <pin_id,...>
    Move these existing pins first, in the given order; preserve all other pins. Requires a live Human request and returns no other pin data.

Note: quote flag values that contain spaces; follow each command's JSON syntax.
```
