> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/ai-agents/my-preview-or-confirmation-expired.md).

# My preview or confirmation expired

Create a fresh preview when a Podigee confirmation is expired, used, or no longer valid.

A confirmation is short-lived, request-bound, and single-use. Create a new preview for the exact change that you still want to make.

## Recover safely

1. Stop the current attempt.
2. Run the same tool with `dry_run: true` and without the old confirmation value.
3. Compare the new normalized plan with your intended change.
4. Check the target account, podcast, episode, listener, and external recipient.
5. Approve the new plan only if every consequential field is correct.
6. Repeat the exact request with the new confirmation value.
7. Reuse the same idempotency key only when this is a retry of the same intended action.

Do not edit a confirmed request. Create another preview when any request field changes.

## Expected result

The server accepts the new confirmation once and returns the mutation result or a durable operation ID.

## If the new confirmation also fails

Check whether the resource changed after the preview or whether the grant was revoked or changed. Create one more preview after you resolve that cause. Do not ask support to execute an unreviewed change on your behalf.


---

# 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.podigee.com/help-center/ai-agents/my-preview-or-confirmation-expired.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.
