> 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/limit-or-filter-imported-episodes.md).

# Limit or filter imported episodes

Bound an RSS import and choose how Podigee handles entries without audio.

Use import controls to make the expected scope explicit before confirmation.

## Before you start

* Preview the feed and review its total episode count.
* Decide how many source entries you intend to process.
* Decide whether entries without audio should be skipped.

## Set the scope

1. Set `episode_limit` from 1 to 1,000. The default is 1,000.
2. Set `skip_episodes_without_audio` to `true` to skip source entries that do not have a valid audio enclosure.
3. Preview the import.
4. Compare the requested limit with `feed.total_episodes`.
5. Review the normalized limit and skip setting in the preview.
6. Confirm only when the bounded scope matches the user's intent.
7. After completion, compare imported IDs and skipped episode details with the expectation.

The episode limit is a maximum, not a guarantee. Invalid, duplicate, missing-audio, or failed entries can reduce the final imported count.

## Expected result

The operation processes no more than the reviewed episode limit and applies the selected no-audio behavior.

## If the final count differs

Review the operation result and error context. Do not rerun the full feed automatically. Identify specific skipped or failed entries and choose a controlled recovery.

## 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/limit-or-filter-imported-episodes.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.
