> For the complete documentation index, see [llms.txt](https://docs.firework.com/firework-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firework.com/firework-for-developers/web/integration-guide/feed-attributes.md).

# Feed Attributes

<table><thead><tr><th width="182.33333333333331">Name</th><th width="334.0283867788573">Description</th><th>Default value</th></tr></thead><tbody><tr><td><code>channel</code></td><td>Channel name from which content should be displayed. Videos are ordered as a channel timeline.</td><td></td></tr><tr><td><code>playlist</code></td><td>Playlist ID for selected content. Please note <code>channel</code> name is necessary.</td><td></td></tr><tr><td><code>playlist_collection</code></td><td>Playlist collection ID. Works with <code>channel</code> as mandatory attribute.</td><td></td></tr><tr><td><code>hashtag</code></td><td><p>Hashtag to filter channel content. String in form of s-expression can be used together with <code>channel</code>. Closures starting with <code>and/or</code> provides access to more complex logical expression.</p><p>For example <code>hashtag="(and drone (or sports travel))"</code> will filter all travel or sports drone videos. For example of a single hashtag use <code>(and drone)</code></p></td><td></td></tr><tr><td><code>skus</code></td><td>Filter videos based on SKUs of products attached to the videos. List of coma separated values.</td><td></td></tr><tr><td><code>video</code></td><td>Encoded video ID to force particular video as first one in feed.</td><td></td></tr><tr><td><code>priority</code></td><td>By defining multiple feed attributes, integration can specify the order of priority fallback in case the response is empty. Coma separated list of attributes. Please note priority will be ignored if it is with <code>channel</code> only.</td><td><code>skus,playlist,hashtag,playlist_collection</code></td></tr><tr><td><code>jsonld</code></td><td>Each enabled widget will inject "json-ld" schema into page header as soon as its rendered</td><td>false</td></tr></tbody></table>


---

# 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.firework.com/firework-for-developers/web/integration-guide/feed-attributes.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.
