> 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/use-text-snippets.md).

# Use text snippets

Save reusable text blocks and insert them as static text or placeholders in episodes.

Use this task to reuse the same text, such as a sponsor paragraph, in many episodes. A text snippet belongs to a podcast. You insert it as plain text, or as a placeholder that Podigee replaces in every episode and updates when you change the snippet.

## Before you start

* You are the podcast owner, or you have permission to create and edit episodes in the podcast.
* Text snippets are available on every current plan (Launch, Starter, Grow, Scale, Creator, Pro, Enterprise, Broadcaster, Network), or on an older plan that includes them. Otherwise the snippet menu shows an upgrade message.
* A podcast can hold up to 10 text snippets.

{% tabs %}
{% tab title="Classic view" %}

### Create a text snippet

1. Open the episode and select the **General** tab.
2. In the **Description** or **Show notes** editor, open the **Text snippets** menu.
3. Select **Add new snippet**.
4. Enter the **Title** (up to 20 characters).
5. Optional: enter a **Placeholder** with letters and digits only. The placeholder must be unique in the podcast.
6. Enter the **Snippet** text (up to 5000 characters). A snippet must not reference another snippet.
7. Save the snippet.

![General tab of an episode in the classic view with the Text snippets menu of the Description editor open and the entry Add new snippet](https://2032417310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqUKO6lljHGzkEAzliPI%2Fuploads%2Fgit-blob-9c89f5644ff77e5034417c2b59dc4a9597ea9624%2Fdoc-production-011-classic-snippets-menu.png?alt=media)

The Text snippets menu sits in the toolbar of the Description editor and opens with Add new snippet.

![Add new snippet dialog in the classic view with the fields Text snippet title, Placeholder, and Text snippet content and the Save button](https://2032417310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqUKO6lljHGzkEAzliPI%2Fuploads%2Fgit-blob-ca8dd061cae647c8bd5623cb7b55604133c2595a%2Fdoc-production-011-classic-add-snippet-dialog.png?alt=media)

The Add new snippet dialog takes the title, the optional placeholder, and the snippet content.

### Insert a text snippet

* To insert the text one time, select the snippet from the **Text snippets** menu. The text becomes part of the field and does not change later.
* To insert a placeholder, write the snippet name in lowercase between double curly braces. Do this in the **Description** or the **Show notes**. For the placeholder SPONSOR, write the word sponsor inside the double braces. All episodes that use the placeholder change when you change the text snippet.

Podigee replaces the placeholder when you save the episode.

### Edit or delete a text snippet

1. Open the **Text snippets** menu and select **Edit snippet**.
2. Change the title, placeholder, or text. The dialog warns: "Modifying the content of this snippet will also modify N episodes!" for every episode that uses the placeholder.
3. Save the snippet. To delete it instead, use the delete action. The delete confirmation counts the episodes that use it.

### Expected result

Podigee shows "Text snippet updated". Every episode that uses the placeholder receives the new text in the background.

### If you cannot complete the task

* The menu shows "Currently we only allow saving a maximum of 10 text snippets. Please delete another snippet first before creating a new one.": delete a snippet that you no longer need.
* "Text snippets must not reference other snippets, please remove: ...": remove the nested placeholder from the snippet text.
* The menu shows an upgrade message: the plan of the podcast owner does not include text snippets.
  {% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include text snippets yet. Switch to the classic view to create, insert, or edit text snippets.
{% endtab %}
{% endtabs %}

## Next step

[Edit episode details](/documentation/create-and-publish/production/episodes/edit-episode-details.md) for the other fields of the **General** tab.


---

# 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/use-text-snippets.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.
