Once you enter your content, you may want to make it available through feed systems like RSS. Rock provides an endpoint that allows you to push your content in this way. The URL for this end point is:http://yourserver.com/GetChannelFeed.ashx?ChannelId=X The only required parameter is the ChannelId of the channel you want to publish. This channel must be configured to Enable RSS for the feed to return content. The structure of the feed is defined by a Lava template. The RSS template is used by default, but you can create and configure additional templates to suit your needs. These templates are managed under Admin Tools > General Settings > Defined Types > Lava Templates. Once you create a new template, you can enable it by placing the TemplateId= parameter in the query string. The TemplateId will be the Defined Value's Id. Note that the defined value can also set the MIME type that should be used with the template. Other query string parameters you can pass into the handler include: Count: Limits the number of content items to return. The default value is 10.TemplateId: The defined value id of the Lava template you wish to use.EnableDebug: If present on the query string (with any value), the feed will output all available merge fields for you to view.