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

# Content Hub

- [Get started with Content Hub](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/get-started-with-content-hub.md): Open Content Hub, check that your plan and role include it, pick an episode, and generate your first text.
- [Generate text content from an episode](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/generate-text-content-from-an-episode.md): Turn one episode into a blog article, LinkedIn post, newsletter block, or other text with Text Composer.
- [Create video and audio clips](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/create-video-and-audio-clips.md): Cut short clips from a video or audio episode with Clipper, then export and download the MP4 file.
- [Find quotable moments](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/find-quotable-moments.md): Let Quote Finder pick memorable quotes from an episode, then listen, edit, copy, or turn one into a clip.
- [Search and ask questions about your podcast](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/search-and-ask-questions-about-your-podcast.md): Use Ask Podie to search everything said in your episodes and to ask questions answered with sources.
- [Create an episode outline](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/create-an-episode-outline.md): Turn a briefing, notes, sources, and uploaded files into a recording-ready episode outline.
- [Organize generated content](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/organize-generated-content.md): Find generated content in Catalog and Content Packs, set its status, and track output on the Dashboard.
- [Set brand guardrails](https://docs.podigee.com/documentation/create-and-publish/production/content-hub/set-brand-guardrails.md): Define the tone, audience, calls to action, banned phrases, and brand briefing for every generation.


---

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