> For the complete documentation index, see [llms.txt](https://docs.drivepoint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivepoint.io/navigating-the-excel-add-in/plans/reloading-saved-plans.md).

# Reloading saved Plans

{% hint style="warning" %}
**Warning:** Loading assumptions from a saved plan will overwrite the current assumptions in your working model. You may want to save your current working copy as a plan before you continue. Please reference '[saving a plan](/navigating-the-excel-add-in/plans/saving-a-plan.md)' and the example use case.
{% endhint %}

As a best practice scenario, especially when you have multiple users working in the model, it is good practice to save the current version of the SmartModel™️ as a plan before making any changes. In that way, you can very easily go back to the "start" when you have finished your analyses in the SmartModel™️.&#x20;

Assuming you have done some CAC analyses, here is how you go back to the initial version:

1. Select the Drivepoint Excel Add in menu item
2. Click the "**View Plans"** icon in the Excel Ribbon
3. Locate the plan you want to reload assumptions from and click on **Load Assumptions from this Plan** (it's a blue button near the bottom of the plan summary card).
4. Choose which assumptions you want to reload *(in other words: which tabs you would like to reload)*

{% hint style="info" %}
You are able to select all tabs (especially useful if you have made a lot of changes or you are not quite sure which tabs you touched) or if you analysed just a few metrics you can select the tabs that you want to update. Either case works, you might just have to wait a moment if you selected all tabs.&#x20;
{% endhint %}

5. Wait for the operation to complete (this can take a while - no need to panic🙏)

If your plan is not saving or you receive any issues, please contact us immediately to resolve the issue

{% content-ref url="/spaces/GWP01Uan8w7wePRkCAQS/pages/JIL9p5hP3IZ9pTXZcuqP" %}
[Contact Us](/help-1/contact-us.md)
{% endcontent-ref %}


---

# 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.drivepoint.io/navigating-the-excel-add-in/plans/reloading-saved-plans.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.
