> 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/episodes.md).

# Episodes

- [Create and publish an episode](https://docs.podigee.com/documentation/create-and-publish/production/episodes/create-and-publish-an-episode.md): Create a new episode, add its details, upload the audio, and publish it for the first time.
- [Edit episode details](https://docs.podigee.com/documentation/create-and-publish/production/episodes/edit-episode-details.md): Edit the title, texts, type, number, permalink, cover, and keywords of an episode.
- [Upload audio or video](https://docs.podigee.com/documentation/create-and-publish/production/episodes/upload-audio-or-video.md): Upload one audio or video file, or several audio tracks, of up to 20 GB from your computer or Dropbox.
- [Replace or remove episode media](https://docs.podigee.com/documentation/create-and-publish/production/episodes/replace-or-remove-episode-media.md): Publish new audio for a published episode, re-encode, remove audio, or download files.
- [Choose audio processing options](https://docs.podigee.com/documentation/create-and-publish/production/episodes/choose-audio-processing-options.md): Set the encoding, processing, notification, and transcript defaults, or change them for one publication.
- [Schedule or change an episode publication](https://docs.podigee.com/documentation/create-and-publish/production/episodes/schedule-or-change-an-episode-publication.md): Schedule an episode, change or cancel the publication, unpublish, and get notified.
- [Add chapter marks](https://docs.podigee.com/documentation/create-and-publish/production/episodes/add-chapter-marks.md): Add, edit, import, and remove chapter marks, and meet the requirements of directories.
- [Add an intro and outro](https://docs.podigee.com/documentation/create-and-publish/production/episodes/add-an-intro-and-outro.md): Upload an intro and outro per podcast, apply them to all episodes, or set one episode.
- [Create and edit transcripts](https://docs.podigee.com/documentation/create-and-publish/production/episodes/create-and-edit-transcripts.md): Create an automatic transcript, upload your own, reset, download, delete, or edit it.
- [Use text snippets](https://docs.podigee.com/documentation/create-and-publish/production/episodes/use-text-snippets.md): Save reusable text blocks and insert them as static text or placeholders in episodes.
- [Clone an episode or regenerate its GUID](https://docs.podigee.com/documentation/create-and-publish/production/episodes/clone-an-episode-or-regenerate-its-guid.md): Copy an episode into other podcasts, or give it a new GUID so apps treat it as new.
- [Delete an episode](https://docs.podigee.com/documentation/create-and-publish/production/episodes/delete-an-episode.md): Permanently delete an episode with its media and data and remove it from platforms.


---

# 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/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.
