# Encoded IDs

### Channel ID

The web integration only requires the channel(user) name for the Embed components. But the Mobile SDKs require the encoded channel id for embedding Firework feed views. The encoded channel id can be found in the URL while browsing the channel in Firework Business Portal.

![In the above example the encoded channel id is d4kdzO8](/files/PvUQqbMkZrCSCTMTqvs1)

### Playlist ID

The encoded playlist ID is required for both Web and SDK feed integrations with playlist as the source and it can be found in the URL while browsing the playlist in the Firework Business Portal. For web integrations the playlist attribute is automatically filled in while copying the embed code from Business Portal.

![In the above image, the active playlist ID is gKPr1v](/files/9UfXR8RamwBQXn7YKg19)

### Video ID

You can get encoded video ID from the Firework Business Portal.

<figure><img src="/files/JN0vHrvxJy49egamk8jz" alt=""><figcaption><p>In the above image, the video ID is vryrG6</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.firework.com/firework-for-developers/additional-resources/encoded-ids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
