> For the complete documentation index, see [llms.txt](https://docs.chatvideopro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatvideopro.com/getting-started/interface-overview/conversation-starters.md).

# Conversation Starters

## Getting Started

{% embed url="<https://www.loom.com/share/d563a57d216f4a8daea1ee79fd981ae5>" %}

## Where to Find Them

Conversation Starters appear:

* **On new chats** - When you start a fresh conversation

### System Starters

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Professional color correction and LUT generation</strong></td><td><a href="/pages/PtL6vG4vyqifUC1SfNHl">/pages/PtL6vG4vyqifUC1SfNHl</a></td><td><a href="/files/nUnVI4oAiRNQqj4x7dIT">/files/nUnVI4oAiRNQqj4x7dIT</a></td></tr><tr><td><strong>Transform long interviews into edit-ready paper cuts</strong></td><td><a href="/pages/vEilOoYPBivQ6ii2S9Wx">/pages/vEilOoYPBivQ6ii2S9Wx</a></td><td><a href="/files/C5kijJnIxdrhNUfIaMZT">/files/C5kijJnIxdrhNUfIaMZT</a></td></tr><tr><td><strong>Maintain consistent brand voice across content generation</strong></td><td><a href="/pages/b2RhKLpaZ2euWElGlMRV">/pages/b2RhKLpaZ2euWElGlMRV</a></td><td><a href="/files/3EHqHbyUKencO48w1t8U">/files/3EHqHbyUKencO48w1t8U</a></td></tr><tr><td><strong>Maintain consistent brand voice across content generation</strong></td><td><a href="/pages/ZfUvhZA5MYV4yglgwipM">/pages/ZfUvhZA5MYV4yglgwipM</a></td><td><a href="/files/G6JriYGZolPfJi3bhWvq">/files/G6JriYGZolPfJi3bhWvq</a></td></tr><tr><td><strong>Workflow help and troubleshooting</strong></td><td><a href="/pages/eufYgVKul5JIyXDB30gi">/pages/eufYgVKul5JIyXDB30gi</a></td><td><a href="/files/5cucEFPiDlZNLlt2eFkw">/files/5cucEFPiDlZNLlt2eFkw</a></td></tr></tbody></table>

### Custom Starters

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

#### Creating Your Own

1. **Gear icon** → **Settings** → **Conversation Starters**
2. Click **"+ Create New Starter"**
3. **Enter:**
   * **Title** - Name of your starter (e.g., "Product Review Assistant")
   * **Prompt** - Full system prompt that defines the assistant's behavior
4. **Save** - Your starter appears in new chats<br>

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

#### Managing Starters

* **Reorder:** Drag starters to change their order
* **Edit:** Click on a starter to modify it
* **Delete:** Remove custom starters you no longer need
* **System starters** cannot be deleted, only hidden

#### Best Practices

**Writing effective prompts:**

* Be specific about the assistant's role
* Include examples of desired output
* Define the tone and style
* Mention any constraints or rules

**Example custom starter:**

```
Title: Product Review Assistant

Prompt: You are a product review assistant. Help users create 
detailed product review videos. Always include: product name, 
key features, pros and cons, and a final recommendation. 
Keep reviews honest and balanced.
```

### How Starters Work

#### When You Click a Starter

1. **New conversation starts** with the starter's system prompt
2. **Chat is renamed** to match the starter (e.g., "Color Grading Assistant")
3. **Assistant is configured** with specialized behavior
4. **You can begin** using the assistant immediately

#### Switching Starters

* **Start a new chat** to use a different starter
* **Previous conversations** retain their starter configuration
* **You can't change** the starter of an existing conversation

### Tips for Using Starters

1. **Start with system starters** - They're optimized for common tasks
2. **Create custom starters** for repetitive workflows
3. **Use descriptive titles** - Makes it easy to find the right starter
4. **Iterate on prompts** - Refine custom starters based on results
5. **Share starters** - Copy prompts to share with team members

### Troubleshooting

#### "Starter doesn't appear"

* Check you're on a new or empty chat
* Verify the starter is enabled in Settings
* Try refreshing the panel

#### "Starter behavior is wrong"

* Edit the starter prompt in Settings
* Be more specific about desired behavior
* Include examples in the prompt

#### "Can't create custom starter"

* Check you're in Settings → Conversation Starters
* Ensure you've filled in both title and prompt
* Try saving again

***

**Next:** Learn about the[ Generate Media Button](/getting-started/interface-overview/generate-media-button.md) to start creating AI-powered content.


---

# 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.chatvideopro.com/getting-started/interface-overview/conversation-starters.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.
