> 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/using-scenarios-basics/managing-effective-dates-in-scenarios.md).

# Managing Effective Dates in Scenarios

### Overview

Effective dates determine when changes made within a scenario take effect and are reflected in forecasting and analysis. Users can set effective dates either in bulk or for individual cards.

### Setting Effective Dates

There are two ways to update the effective date:

#### 1. Bulk Edit (Multiple Cards)

1. Navigate to your scenario.
2. Select one or more cards.
3. Open the **right-side panel**.
4. Click **Edit Attribute**.
5. Locate the **Effective Date** field (default is set to today).
6. Choose your desired date (e.g., March 29).

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

7. Save your changes.

#### 2. Individual Card Edit

1. Open a specific card.
2. In the **edit pane**, locate the **Effective Date** at the top right.
3. Update the date as needed (e.g., March 29).

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

4. Save your changes.

### How Effective Dates Impact Forecasts

* Changes will **only be reflected on or after the selected effective date**.
* If the effective date is set in the future, updates will not appear in forecasts until that date is reached.

### Viewing Changes in Forecast

To review how effective dates impact your scenario:

1. Click the **menu icon**.
2. Select **Forecast**.
3. If the effective date has passed (or is current), you will:
   * See updated values reflected in the forecast.
   * Be able to **compare before and after changes**.

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

### Analyzing Results

You can analyze the impact of your changes in multiple ways:

* View data across:
  * Monthly
  * Quarterly
  * Yearly perspectives
* Export data as a **CSV file** for further analysis.

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

### Key Notes

* The default effective date is **today**.
* Future-dated changes will not appear until the selected date is in effect.
* Both bulk and individual editing options provide flexibility depending on your workflow.


---

# 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/using-scenarios-basics/managing-effective-dates-in-scenarios.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.
