# Customize your hosted online event

You can add HTML to decorate and make your description look better on the Starstream hosted event page:

<figure><img src="/files/qgc0tA8NIgKr2Kb7ChhH" alt=""><figcaption></figcaption></figure>

You can insert emoji, title, stylize text and more. Here's a template:

```
<div>
    <div>
        <h2>🎤 Performance Overview</h2>
        <p style="font-style: italic;">DAY6 lit up the stage with their electrifying performance of "Welcome to the Show" on Music Bank, aired on KBS WORLD TV on March 22, 2024. This captivating performance showcased the band's dynamic energy and musical prowess.</p>
    </div>
    
    <div>
        <h2>👀 What Fans Are Saying</h2>
        <ul>
            <li>💖 "DAY6 makes me so happy I can't put it into words."</li>
            <li>🎉 "They belong on stage, they all look so happy performing again."</li>
            <li>🌟 "Props to the stylist for Wonpil's legendary look today!"</li>
        </ul>
    </div>
    
    <div>
        <h2>🔁 Replay Value</h2>
        <p style="font-weight: bold;">Fans can't get enough of the performance, with many replaying the video to catch every nuance of DAY6's exceptional live vocals and stage presence.</p>
    </div>
    
    <div>
        <h2>🎶 Behind the Music</h2>
        <p style="color: #007BFF;">The song "Welcome to the Show" continues to resonate with listeners, showcasing DAY6's versatility and deep musicality.</p>
    </div>
</div>
```

If you're good with HTML (the templating language), go ahead and insert whatever HTML you need to make your description pop!

If you're not familiar with HTML, a tool like [ChatGPT](https://openai.com/chatgpt) can write HTML for you. Here's some prompts you can use to generate HTML:

<pre data-overflow="wrap"><code><strong>Convert this event description into a concise HTML snippet using divs for structure. Breakdown themes into sections each with appropriate headings and paragraphs. Avoid using the head element or external stylesheets, ensuring the snippet is self-contained for easy integration. Add a representative emoji at the beginning of the title of each sections.
</strong><strong>
</strong>Here's the description to convert:

"
insert your description here
"
</code></pre>


---

# 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://help-center.starstream.app/hosted-online-events-with-extra-protection/customize-your-hosted-online-event.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.
