> For the complete documentation index, see [llms.txt](https://docs.agentnoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentnoon.com/scenarios/management/basic-actions.md).

# Basic Actions

As you create more scenarios, keeping them organized becomes essential. This section covers tools for managing your growing library of workforce planning scenarios. For creating scenarios, see [Creating Scenarios](/scenarios/creating-scenarios.md).&#x20;

## Rename a Scenario

**From the homepage:** Click on the "Edit" icon > enter new name > **Save**

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

**From inside a scenario:** Click the scenario name in the top-left, type the new name, and press **Enter**.

**Tip:** Include purpose, timeframe, and version — e.g., "Engineering Q2 2026 Expansion - Option A"

## Duplicate a Scenario

Use duplication to test alternatives while keeping the original intact.

1. Click on "Duplicate" icon
2. A copy is created with "\[Original Name] Copy"
3. Rename the duplicate to reflect its purpose

The duplicate includes all positions, changes, and effective dates. It does not include shared access or approval status — it starts as a new draft.

## Delete a Scenario

1. Click **⋮** on the scenario
2. Select **Delete**
3. Confirm deletion

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

Deletion is permanent and cannot be undone. Use it only for test scenarios or duplicates you no longer need.

## Switching Between Scenarios

From inside a scenario, click the scenario name dropdown in the top-left to see all accessible scenarios and switch between them. Your current scenario autosaves.

:bulb: **Protip - Backup Before Major Operations** - Duplicate your scenario before: a scenario refresh, merging, large bulk operations, or wide sharing. In the scenario actions menu (⋮) > Duplicate Scenario. Name the backup with a date (e.g., "Plan - BACKUP 2026-02-18").


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.agentnoon.com/scenarios/management/basic-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
