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

# Enum values for NavigationKind

> Lists the enum values for NavigationKind.

## NavigationKind Enum

Current (persisted navigation state) or Recent (recent-navigation entry)

| Name    | Value | Description                                                        |
| ------- | ----- | ------------------------------------------------------------------ |
| Unknown | 0     | Unknown - used when initializing                                   |
| Current | 1     | Persisted current navigation state (the soprotocol trace)          |
| Recent  | 2     | A recent-navigation entry, ordered by rank (highest = most recent) |

## Usage

* [navigation\_history](../navigation-history).kind - Per-associate navigation state: Current (persisted soprotocol) and Recent navigation entries, keyed by client and key


## Related topics

- [Enum values for Navigation](/en/database/tables/enums/navigation.md)
- [Enum values for ShipmentLinkRedirectKind](/en/database/tables/enums/shipmentlinkredirectkind.md)
- [navigation_history table](/en/database/tables/navigation-history.md)
- [Enum Navigation](/en/automation/crmscript/reference/CRMScript.NetServer.Navigation.md)
- [SuperOffice.WebApi.Data.Navigation](/en/api/reference/webapi/SuperOffice.WebApi.Data.Navigation.md)
- [Generate Navigation Url](/en/api/reference/restful/agent/list_agent/generate-navigation-url.md)
