> 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/documentation/start-here/ai-agents/import-a-podcast/import-episodes-into-an-existing-podcast.md).

# Import episodes into an existing podcast

Import RSS episodes into one explicit Podigee podcast without creating a duplicate workspace.

Use an explicit podcast ID and confirmation for an existing workspace.

## Before you start

* Find and inspect the target podcast.
* Confirm that the connected user can import into it.
* Compare the source feed with existing episodes and assess duplicate risk.
* Prepare one stable idempotency key.

## Import into the podcast

1. Preview `import_podcast` with the feed URL and target `podcast_id`.
2. Set `confirm_existing_podcast` to `true`.
3. Set the intended episode limit and no-audio behavior.
4. Review the source feed title and the exact target podcast.
5. Confirm the preview with the same idempotency key and the `confirm` value from the preview.
6. Keep and monitor the returned operation ID.
7. Verify the final imported episode IDs inside the target podcast.

## Expected result

Podigee adds the imported episodes to the intended existing podcast and does not create a new workspace.

## If the target is rejected

Confirm that the podcast belongs to the connected account and that the user has access. Do not replace the target with an unverified ID.

## If duplicate risk is unclear

Stop before confirmation. Filter the existing episode catalog by title and dates, then decide on a narrower import limit or another recovery path.

## Next step

[Monitor, resume, or cancel an import](/documentation/start-here/ai-agents/import-a-podcast/monitor-resume-or-cancel-an-import.md).


---

# 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/documentation/start-here/ai-agents/import-a-podcast/import-episodes-into-an-existing-podcast.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.
