No Pathfinding Component

I’ve just started trying to work with the Pro version, manually adding nav meshes and whatnot in Unity’s editor, but when I look at the documentation, it says to add a pathfinding component to a game object. There isn’t a pathfinding section in my component list, but there is a navigation section. As far as I know the package successfully imported and I can see the folder in my assets in Unity’s project explorer.

It should be under “Components/Pathfinding/Pathfinder”.
Otherwise check if there are no compiler errors.
And if that doesn’t work, try deleting the AstarPathfindingProject folder and reimport the package.

There was a namespace conflict that I hadn’t noticed before! Thanks for your always speedy replies!