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

# Internal Mobility

> Explore internal career opportunities within your organization.

export const FeatureAvailability = ({module, feature}) => {
  const label = feature || module;
  return <Info title="Feature availability">
      {label ? <>This feature requires the <strong>{label}</strong> module. </> : <>This feature may not be enabled for your organization. </>}
      If you don't see it in Juno, contact your administrator.
    </Info>;
};

<FeatureAvailability feature="Internal Mobility" />

## What is internal mobility?

Internal Mobility helps employees discover and pursue career opportunities within their organization — moving between roles, teams, or departments based on skills and interests.

***

## Current status

This feature is in early development. When fully available, Internal Mobility will allow you to:

* Browse open internal positions
* See how your skills match available roles
* Express interest in opportunities
* Connect your career path goals with real openings

***

## In the meantime

Use these existing tools to plan your career growth:

* **[Career Paths](/development/career-paths)** — see the growth map for your department and explore what positions exist
* **[Goals](/development/goals)** — set development goals targeting a specific position or skill set
* **[Competencies & Skills](/development/competencies-and-skills)** — understand what's required for different roles
* **[Personal Development Plan](/development/personal-development-plan)** — get a structured view of what to develop for your current or target role

Contact your manager or HR team to discuss internal mobility opportunities directly.
