# Making Position Changes

All position editing happens in Scenarios - Main Org is view-only. Hover over any position card to reveal action buttons.

## Basic Actions

#### Add a Direct Report

1. Hover over a manager card and click **+**

<figure><img src="/files/rnIE5lj2v83oJlO6HprQ" alt=""><figcaption></figcaption></figure>

2. A new blank position appears below. Click **Edit** to fill in details (title, department, salary, location, etc.)

<figure><img src="/files/yZSFptXZPQI31APL9dW4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wdQsdB1gszDbUSuj6zPV" alt=""><figcaption></figcaption></figure>

New positions are marked with a green indicator in the bottom-left corner.

#### Edit a Position

* Hover > click **Edit** (✏️) > modify fields in the right panel > **Save**
* **Editable:** title, department, manager, salary, pay grade, location, custom fields
* **Not editable:** employee name (use Assign/Detach), employee ID, calculated fields (SOC, layer)

#### Move a position (drag-and-drop)

* Click and hold a card, drag to the new manager, and release
* To move an entire team, drag the manager card — all direct reports move with it
* **Alternative:** Hover > **⋮** > **Change Manager** > select from dropdown (better when the target is far away in the chart)

#### Close a Position

* Hover > click **❌** > select a reason (Layoff/RIF or Exit/Voluntary) > **Confirm**
* Closed positions stay visible (grayed out) and are tracked in the OpEx Panel as cost savings
* Always use **Close** instead of Delete when modeling real reductions - it preserves the audit trail

<figure><img src="/files/QjuTCFnINQ3rKGQApCNt" alt=""><figcaption></figcaption></figure>

#### Duplicate a Position

* Hover > click **📋** > enter quantity > **Duplicate**

<figure><img src="/files/CsFZE0tXcCmBtCwwDT9F" alt=""><figcaption></figcaption></figure>

* All copies share the same attributes - edit each individually to customize

#### Delete a Position

* Hover > **⋮** > **Delete** — permanently removes the position from the scenario with no OpEx Panel record

<figure><img src="/files/rZinzecqXWSMnndBrFUh" alt=""><figcaption></figcaption></figure>

* Use only for test positions or mistakes, not for modeling real reductions

#### Employee Assignment

**Assign an employee to a vacant position**

* Hover > click **📎 Assign** > search and select an employee > **Assign**

<figure><img src="/files/sABq6Jgzp9znUZhBtrHs" alt=""><figcaption></figcaption></figure>

**Detach an employee**

* Hover > click **📎 Assign** > **Detach Employee**

<figure><img src="/files/XzwASNqXV5qL08UTrH4W" alt=""><figcaption></figcaption></figure>

## Advanced Actions (⋮ Menu)

**Add backfill** - Closes the current position and creates a new replacement with the same details. Use for succession planning or modeling departures.

**Add dotted line** - Creates matrix reporting to a secondary manager. The position keeps its primary (solid line) manager and gains a dotted-line relationship.

**Make root** - Elevates the position to top-level (no manager). Use for modeling separate org units or new subsidiaries.

**Select team** - Selects the manager and all direct reports for bulk actions.

<figure><img src="/files/FO7HYOmuuMzWF1UUT6Gh" alt=""><figcaption></figcaption></figure>

## Selecting Multiple Positions

**Single:** click the card

**Multiple:** Cmd+click (Mac) or Ctrl+click (Windows), hovering over a card and pressing "x" on your keyboard

**Entire team:** Hover over manager > **⋮** > **Select Team**

<figure><img src="/files/nxyQlRkEpadHS0wF2BWs" alt=""><figcaption></figcaption></figure>

Once selected, you can change the manager for all, close multiple positions, or edit attributes in bulk. See [Bulk Operations](/scenarios/using-scenarios-basics/bulk-operations.md).

## Adding Comments

Hover > **⋮** > **Comment** — add notes, explain decisions or ask questions inline on a specific position.

<figure><img src="/files/8c500oesY0aMn5bzdR6o" alt=""><figcaption></figcaption></figure>

## Reordering Cards

Use ← → buttons to move cards left or right within the same manager level. This is cosmetic only — it doesn't change reporting relationships.

## Troubleshooting

| Problem                                   | Solution                                                                                                                                                                                           |
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Can't make any changes                    | Confirm you are not in the Main Org. Check if you have permissions to edit certain attributes/fields (contact your admin). Confirm you have a stable internet connection, and refresh the browser. |
| Changes aren't showing up                 | Confirm you have a stable connection to the internet, and refresh the browser.                                                                                                                     |
| Drag-and-drop not working                 | Use **⋮** > **Change Manager** and select from the dropdown instead                                                                                                                                |
| Can't find position to assign employee to | Ensure the position you would like to assign an employee to exists. If it does, please reach out to support for help.                                                                              |

## Related Resources

* [Bulk Operations](/scenarios/using-scenarios-basics/bulk-operations.md)
* [Working with People](/scenarios/using-scenarios-basics/working-with-people.md)
* [Scenario Tracking & Analysis](/activity-analysis/activity-analysis.md)
* [Time-Based Planning](/scenarios/time-based-planning.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.agentnoon.com/scenarios/using-scenarios-basics/making-position-changes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
