* [Navigation and Pathfinding](./index.md)
    * [What's new](./whats-new.md)
    * [Upgrade](./UpgradeGuide.md)
* [Navigation System in Unity](./NavigationSystem.md)
    * [Inner Workings of the Navigation System](./NavInnerWorkings.md)
    * [About Agents](./AboutAgents.md)
    * [About Obstacles](./AboutObstacles.md)
    * [Navigation Areas and Costs](./AreasAndCosts.md)
* [Navigation overview](./NavigationOverview.md)
    * [Create a NavMesh](./CreateNavMesh.md)
    * [Create a NavMesh agent](./CreateNavMeshAgent.md)
    * [Create a NavMesh obstacle](./CreateNavMeshObstacle.md)
    * [Create a NavMesh link](./CreateNavMeshLink.md)
    * [Use NavMesh Agents with other components](./MixingComponents.md)
    * [Build a HeightMesh for Accurate Character Placement](./HeightMesh.md)
    * [Advanced navigation how-tos](./NavHowTos.md)
        * [Tell a NavMesh agent to move to a destination](./NavMoveToDestination.md)
        * [Move an agent to a position clicked by the mouse](./NavMoveToClickPoint.md)
        * [Make an agent patrol between a set of points](./NavAgentPatrol.md)
        * [Couple animation and navigation](./CouplingAnimationAndNavigation.md)
* [Navigation interface](./Reference.md)
    * [AI Navigation editor preferences](./NavEditorPreferences.md)
    * [AI Navigation overlay](./NavigationOverlay.md)
    * [Navigation window](./NavigationWindow.md)
    * [NavMesh Agent component](./NavMeshAgent.md)
    * [NavMesh Link component](./NavMeshLink.md)
    * [NavMesh Modifier component](./NavMeshModifier.md)
    * [NavMesh Modifier Volume component](./NavMeshModifierVolume.md)
    * [NavMesh Obstacle component](./NavMeshObstacle.md)
    * [NavMesh Surface component](./NavMeshSurface.md)
    * [OffMesh Link component (deprecated)](./OffMeshLink.md)
* [Navigation Samples](./Samples.md)
* [Glossary](./Glossary.md)
