> 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/prepare-a-podcast-feed-for-import.md).

# Prepare a podcast feed for import

Check an RSS feed, account, plan, and intended import scope before preview.

Confirm the source feed and target account before you start a potentially long import.

## Before you start

* Obtain the public HTTP or HTTPS RSS feed URL.
* Confirm that the feed opens without a private network or local address.
* Confirm the intended Podigee account.
* Decide whether to create a new podcast or add episodes to an existing podcast.

## Prepare the import

1. Run the Podigee doctor and confirm that import is permitted by the active plan.
2. Confirm podcast license capacity when the import will create a new workspace.
3. Open the source feed and confirm its title and recent episodes.
4. Check that intended episodes include accessible audio enclosures.
5. Estimate whether the account has enough storage and encoding capacity.
6. Keep the target podcast ID when importing into an existing workspace.
7. Decide whether to limit the import or skip entries without audio.
8. Prepare one stable idempotency key.

## Expected result

The source feed is reachable, the target account is correct, the plan allows import, and the intended scope is clear.

## If the feed is private or blocked

Use a publicly reachable feed URL. Podigee rejects local, internal, and blocked addresses. Do not copy private credentials into the URL or conversation.

## Next step

[Preview an RSS import](/documentation/start-here/ai-agents/import-a-podcast/preview-an-rss-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/prepare-a-podcast-feed-for-import.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.
