> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/tips-and-tricks/use-viral-post-as-template.md).

# Use viral post as template

> For the complete documentation index, see [llms.txt](https://docs.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contouron.com/tips-and-tricks/use-viral-post-as-template.md).

## Use viral post as template

This process combines the **topic you want to write about** and an **already proven viral post**.

Contouron creates a post about your topic, following the same format and structure as the viral post.

This is my **favorite** way to write text-based short-to-medium length posts for Linkedin and Twitter!

Pretty much ALL Linkedin/Twitter courses tell you to follow this process... but manually :thumbsdown:

With Contouron, it's streamlined and simple!

### Step 1. Add context

As usual, add the context you want to turn into posts.

***

### Step 2. Find viral social media post from Linkedin or Twitter

Check out viral posts of content creators in your niche.

On Linkedin, Justin Welsh is a popular creator, so let's use one of his proven viral [posts](https://www.linkedin.com/posts/justinwelsh_most-people-network-like-amateurs-fix-activity-7254820950074957825-TWZW):

\
![](/files/GQzSW50xcaCT8RuXldgF)

If you're not sure how to find viral social media posts, check out the free Chrome extension, [Kleo](https://kleo.so/), for Linkedin. It shows you viral posts and you can see all top posts from any Linkedin creator.

***

### Step 3. Use prebuilt prompt

Go to the [AI Agent](https://my.contouron.com/agent)

Add your context, select platform(s), and click "Generate Post". This will generate draft posts.

Then, click "Prompts" on the bottom right corner.

Select the prompt called **"Template From Existing Post"**.

<figure><img src="/files/0rXkmVfRwUpeIArDNooB" alt=""><figcaption></figcaption></figure>

#### Step 4. Paste viral post into prompt

Next, you'll use the viral post as a structural template for your new post.

Copy and paste Justin Welsh's viral post into the prompt where it says:

**"\[INSERT EXAMPLE POST HERE]"**

<div data-full-width="false"><figure><img src="/files/PWoj5wwKiPkkP5hNY2dY" alt=""><figcaption></figcaption></figure></div>

#### Step 5. Generate post

Finally, click "Generate" to create your post!

This will map the information from your context into a new post, following the same template and structure as the viral post.

You can click "Regenerate" to let AI make another variation.


---

# 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://help.contouron.com/tips-and-tricks/use-viral-post-as-template.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.
