> For the complete documentation index, see [llms.txt](https://docs.christianworldmedia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.christianworldmedia.com/documentation-and-guides.md).

# Documentation and Guides

- [Live Streaming](https://docs.christianworldmedia.com/documentation-and-guides/live-streaming.md)
- [Setting up OBS](https://docs.christianworldmedia.com/documentation-and-guides/live-streaming/setting-up-obs.md): Live streaming with Open Broadcasting Software | OBS Studio
- [Optimizing your live stream](https://docs.christianworldmedia.com/documentation-and-guides/live-streaming/optimizing-your-live-stream.md): Optimizing your live stream for the best quality.
- [Adaptive live streaming](https://docs.christianworldmedia.com/documentation-and-guides/live-streaming/adaptive-live-streaming.md)
- [Roku Channel](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel.md): Getting started with a Roku channel.
- [Get started](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/get-started.md)
- [Adding or removing videos](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/adding-or-removing-videos.md)
- [Organizing videos into categories](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/organizing-videos-into-categories.md)
- [Customized artwork on your Roku channel](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/customized-artwork-on-your-roku-channel.md)
- [Live streaming on Roku](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/live-streaming-on-roku.md)
- [How long does it take to publish a Roku channel?](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/how-long-does-it-take-to-publish-a-roku-channel.md)
- [Manage your own channel](https://docs.christianworldmedia.com/documentation-and-guides/roku-channel/manage-your-own-channel.md)
- [Stream Sharing](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing.md): Sharing your live stream with other platforms.
- [Facebook Live](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/facebook-live.md): Share your CWM live stream on Facebook.
- [Setting up a Persistent Key](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/facebook-live/setting-up-a-persistent-key.md): Setting up a Persistent Key in Facebook will help streamline some functions, such as pre-scheduling Live events.
- [Going Live on Facebook](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/facebook-live/going-live-on-facebook.md)
- [Pre-scheduling to automate going Live.](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/facebook-live/pre-scheduling-to-automate-going-live..md)
- [YouTube Live](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/youtube-live.md)
- [Twitter & Periscope](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/twitter-and-periscope.md): How to share your stream to Twitter.
- [Instagram Live (with YellowDuck app)](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/instagram-live-with-yellowduck-app.md): Going Live on Instagram using the Yellow Duck app.
- [Instagram Live](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/instagram-live.md): How to get your Instagram Server URL and Stream Key.
- [Custom RTMP](https://docs.christianworldmedia.com/documentation-and-guides/stream-sharing/custom-rtmp.md)
- [Podcast Setup](https://docs.christianworldmedia.com/documentation-and-guides/podcast-setup.md)
- [Video-on-demand](https://docs.christianworldmedia.com/documentation-and-guides/video-on-demand.md)
- [Embed codes](https://docs.christianworldmedia.com/documentation-and-guides/video-on-demand/embed-codes.md)
- [Mobile apps](https://docs.christianworldmedia.com/documentation-and-guides/video-on-demand/mobile-apps.md)
- [RSS Feed](https://docs.christianworldmedia.com/documentation-and-guides/video-on-demand/rss-feed.md)
- [Video Scheduling](https://docs.christianworldmedia.com/documentation-and-guides/video-scheduling.md)
- [How to schedule a video](https://docs.christianworldmedia.com/documentation-and-guides/video-scheduling/how-to-schedule-a-video.md)
- [Scheduling limits](https://docs.christianworldmedia.com/documentation-and-guides/video-scheduling/scheduling-limits.md)
- [Streaming to Facebook Live](https://docs.christianworldmedia.com/documentation-and-guides/video-scheduling/streaming-to-facebook-live.md)
- [Statistics and reports](https://docs.christianworldmedia.com/documentation-and-guides/statistics-and-reports.md): Learn how to review viewer data.
- [Live stream stats](https://docs.christianworldmedia.com/documentation-and-guides/statistics-and-reports/live-stream-stats.md)
- [Video views](https://docs.christianworldmedia.com/documentation-and-guides/statistics-and-reports/video-views.md)
- [Subscribers](https://docs.christianworldmedia.com/documentation-and-guides/subscribers.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.christianworldmedia.com/documentation-and-guides.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.
