> 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/getting-started/make-your-first-5-posts.md).

# Make Your First 5 Posts

> 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/start/posts.md).

## Make Your First 5 Posts

### Login

Log into Contouron: [https://my.contouron.com](https://my.contouron.com/)

Once you're in, you'll be taken to the dashboard where you can start creating content.

***

### Add Context

To generate content, provide Contouron with any topic or piece of context:

✅ Website or article

✅ YouTube video

✅ TikTok video

✅ Podcast

✅ Audio file

✅ PDF

✅ Perplexity AI prompt

✅ Paste in any text

Let's say you want to create social media posts based on a YouTube video:

1\. Copy the YouTube video link

3\. In contouron, click "+ Add Context" > "Youtube" > paste the link

4\. Click "Add"

<figure><img src="/files/6n1VV3PHD160TPJcXlwW" alt=""><figcaption></figcaption></figure>

***

### Select Platforms

Choose which platforms to make posts. Contouron directly integrates with:

✅ Instagram

✅ LinkedIn

✅ Facebook

✅ Threads

✅ TikTok

✅ Twitter

✅ Bluesky

✅ Youtube

✅ Pinterest

Select 5 platforms click "Generate Posts".

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

***

### Make Your First 5 Social Media Posts

Contouron will start making drafts for each platform based on your context.

Once generated, edit the draft posts to match your voice and brand.

Use Chat on the right side for quick edits and brainstorming, such as:

* Remove unnecessary formatting (like asterisks or extra spaces).
* Insert a direct quote from the context (especially useful for YouTube videos).
* Research 30 viral hooks related to my post.
* Regenerate drafts to get many variations.

<figure><img src="/files/yPHh5jIdouzHrIBPlGb2" alt="" width="169"><figcaption></figcaption></figure>

***

### Add Images or Videos

Visuals often boost engagement, and Contouron makes it easy to add them. Platforms like Tiktok, Instagram, and Youtube REQUIRE your post to have images/videos.

You can:

✅ Upload your own images or videos.

✅ Generate AI-powered images or videos.

Click "Add Media" to add images or videos:

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

If you want an eye-catching image for your LinkedIn post, click "Generate Realistic Image", and Contouron will make one in a few moments. If you don’t like the first result, click "Regenerate" to get a new variation or click "Edit Prompt" to edit the AI image prompt.

***

### Publish or Schedule Your Posts

Once you're satisfied with your 5 drafts, it’s time to publish them!

You have multiple publishing options:

✅ Publish Now: Post immediately to your selected platform.

✅ Schedule for Later: Choose a specific date and time for publication.

✅ Next Free Slot: Add the post to your platform's next free slot in your content calendar.

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

You will also need to select which social media accounts you want to post to.

Once published, your posts move to the "Published Posts" screen, where you can track them.

***

### Saved Draft Posts

All draft posts are automatically saved by Contouron.

Draft posts also sync across devices, so you can start writing a post on your phone, then finish it later on your laptop.

To create a new draft post, click "+ Add Post".

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

***

### Bonus Tips for Better Content Quality

* **Personalize Your Posts:** AI-generated content is a great starting point, but adding your own insights, experiences, and opinions makes your content way more authentic and stand out.
* **Use Platform-Specific Formatting:** LinkeiIn posts may benefit from bullet points, while Instagram captions should include engaging hooks and hashtags. Experiment a lot and observe what the top creators in your industry are having success with.
* **Experiment With Different Styles:** If a draft post doesn’t feel right, regenerate it using different prompts to see what works best. I personally generate at least 5 drafts, then choose the best one and start tweaking it.


---

# 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/getting-started/make-your-first-5-posts.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.
