> 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/create-and-publish/production.md).

# Episode production

Create, upload, process, and publish episodes, and reuse them with Content Hub.

Use this section to prepare complete audio and video episodes and to reuse them as content. It has two collections.

## Episodes

This collection covers the episode from the empty draft to the published episode. It includes details, media upload, audio processing, publication timing, chapter marks, intro and outro, and transcripts. It also includes text snippets, cloning, a new globally unique identifier (GUID), and deletion.

Start with [Create and publish an episode](/documentation/create-and-publish/production/episodes/create-and-publish-an-episode.md). Then use these tasks as you need them:

* [Edit episode details](/documentation/create-and-publish/production/episodes/edit-episode-details.md)
* [Upload audio or video](/documentation/create-and-publish/production/episodes/upload-audio-or-video.md)
* [Replace or remove episode media](/documentation/create-and-publish/production/episodes/replace-or-remove-episode-media.md)
* [Choose audio processing options](/documentation/create-and-publish/production/episodes/choose-audio-processing-options.md)
* [Schedule or change an episode publication](/documentation/create-and-publish/production/episodes/schedule-or-change-an-episode-publication.md)
* [Add chapter marks](/documentation/create-and-publish/production/episodes/add-chapter-marks.md)
* [Add an intro and outro](/documentation/create-and-publish/production/episodes/add-an-intro-and-outro.md)
* [Create and edit transcripts](/documentation/create-and-publish/production/episodes/create-and-edit-transcripts.md)
* [Use text snippets](/documentation/create-and-publish/production/episodes/use-text-snippets.md)
* [Clone an episode or regenerate its GUID](/documentation/create-and-publish/production/episodes/clone-an-episode-or-regenerate-its-guid.md)
* [Delete an episode](/documentation/create-and-publish/production/episodes/delete-an-episode.md)

## Content Hub

Content Hub turns a published episode into texts, video and audio clips, quotable moments, outlines, and answers about your podcast. Start with [Get started with Content Hub](/documentation/create-and-publish/production/content-hub/get-started-with-content-hub.md).

## Related sections

* [Publishing and distribution](/documentation/create-and-publish/publishing-and-distribution.md): what happens after publication in the feed, in directories, and on connected platforms.
* [Account and team](/documentation/connect-and-administer/account-and-team.md): plans, allowances, and permissions that gate the production features.
* [Troubleshooting](/documentation/connect-and-administer/troubleshooting.md): upload and publishing problems.
* [AI Agents and MCP](/documentation/start-here/ai-agents.md): the same episode jobs done by an AI agent through the Model Context Protocol (MCP).


---

# 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/create-and-publish/production.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.
