> ## 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.

# My Development

> Your development hub — goals, career growth, and personal development all in one place.

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 module="Development" />

## Overview

**My Development** (`/develop`) is your central hub for professional growth. It brings together your goals, career path, skills, and development tools.

<img src="https://mintcdn.com/juno-76d1c392/9XAQs_cejix-tgQJ/images/development/my-development.png?fit=max&auto=format&n=9XAQs_cejix-tgQJ&q=85&s=5544f806001a4e170545cc14b1adec75" alt="My Development hub" width="1280" height="800" data-path="images/development/my-development.png" />

***

## What you'll find here

| Section               | What it is                                                                           |
| --------------------- | ------------------------------------------------------------------------------------ |
| **Development Plans** | Your active development goals with action items, skills tracking, and mentor support |
| **Career Growth**     | Visual map of career paths in your organization — where you are and where you can go |
| **My Tools**          | Development resources and tools available to you                                     |

***

## Creating a goal

From the main development page, click **Create Goal** to start. You can:

* **Create from scratch** — write your own goal title, description, and action items
* **Use AI suggestions** — Juno's AI can suggest goals based on your role, position, and skills

See [Goals](/development/goals) for the full guide on creating and managing goals.

***

## For managers

Managers see an additional **My Team** section (`/develop/my-team`) where you can:

* View all your direct reports' goals
* Create goals for team members
* Track team progress and completion

***

## For admins

Admins have access to **All Company Goals** (`/develop/company-goals`) with:

* A table view of every goal across the organization
* Filters by user, date, commitment status, and completion
* CSV export of all goals
* Bulk goal import via CSV upload

***

## Related pages

* [Goals](/development/goals) — Creating, managing, and completing goals
* [Career Paths](/development/career-paths) — Growth maps and positions
* [Competencies & Skills](/development/competencies-and-skills) — Frameworks and assessments
* [Personal Development Plan](/development/personal-development-plan) — Position-based development guidance
