> 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-a-podcast-into-a-new-workspace.md).

# Import a podcast into a new workspace

Confirm a reviewed feed import that creates a new Podigee podcast workspace.

Use account-level access when the RSS import will create the podcast.

## Before you start

* Preview the feed without a `podcast_id`.
* Confirm account-level access and podcast license capacity.
* Review the feed title, episode count, duration, and filters.
* Prepare one stable idempotency key.

## Start the import

1. Confirm the exact import preview with `dry_run: false`.
2. Use the same feed URL, episode limit, skip setting, and idempotency key, and the `confirm` value from the preview.
3. Keep the returned import ID and operation ID.
4. Poll the operation and review item-level progress.
5. Continue through any encoding stage.
6. When the operation succeeds, keep the returned podcast ID and imported episode IDs.
7. Read the new podcast and sample imported episodes.

## Expected result

Podigee creates one podcast workspace and imports the reviewed feed scope into it.

## If a previous import exists

Do not create another workspace from the same feed. Select the existing podcast ID and use the existing-podcast import path.

## If the response is interrupted

Inspect the operation or retry the identical start with the same idempotency key. Do not submit a new key until you resolve the accepted operation.

## 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-a-podcast-into-a-new-workspace.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.
