# Copying and pasting posts from Setka to Ghost

To create a beautiful post with Setka Editor styles on Ghost CMS, you can use the Setka Editor Design Cloud plan to generate and easily paste HTML code into Ghost's editor.

## Step 1: Create a Setka Editor post

1.Click the **Posts** tab in your Setka Account. Then, click the **Create post** button.

![Sscreenshot of Setka interface: Content editing area](/files/-MRCW1-OfmkpjoELS0CE)

2\. Design your post.&#x20;

## Step 2: Generate your HTML code

1\. Navigate to the list of your posts (click the **Posts** tab in the navigation menu or the **Save and Exit** button <img src="/files/-MRCV3dtsDlMTDSkKhc5" alt="" data-size="line"> inside of the post).

2\. Click the **Export** button <img src="/files/-MRCVFyAvIvOp_VC_tlc" alt="" data-size="line"> on the bottom right of the post preview.

To copy your post's HTML code, click on the **Copy to clipboard** button.

![Screenshot of Setka interface: "Copy to clipboard" button to copy the HTML code of a post](/files/-MRCVL8UsIVhkIhpRJeC)

## Step 3. Copy the HTML code into Ghost editor

Create a new post in Ghost editor with a new HTML block. Paste your HTML code inside:

![Screenshot of Ghost interface: Adding HTML block](/files/-MRCUezr_O_7_SDJjmd1)

## Step 4. Publish your post

That's all there is to it! Ghost allows you to copy your Setka Editor post HTML code directly into the HTML block, rendering your content with all your styles, visuals, and designs.&#x20;

## Making changes in the post

If you decide to update the text or design of your post, you need to make any changes inside the Setka Editor Design cloud and then paste the entire new post's HTML code again into Ghost's editor. Avoid making changes in Ghost, as this may result in lost styles and unplanned alterations.&#x20;


---

# 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://setka.gitbook.io/help-center/integrations/setka-and-ghost/copying-and-pasting-posts-from-setka-to-ghost.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.
