> For the complete documentation index, see [llms.txt](https://salsa-digital.gitbook.io/govcms-content-administration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salsa-digital.gitbook.io/govcms-content-administration/rich-text-editing-with-ckeditor-5/pasting-content.md).

# Pasting content

When copying content into your website, you're most likely copying it from Microsoft Word.  This can cause a lot of additional, unwanted hidden markup to be copied across into your website.

While GovCMS can be configured by your developers to remove most of the problematic styles and issues automatically, some may still appear.

This can cause visual inconsistencies, as it overrides your website's fonts and colours.

As a Content Author, you have a number of ways to solve this issue.

### Paste via Notepad

Copy your content out of Word and into a no-format editor such as Notepad, and copy it again from there before pasting it into your website.

Notepad will strip out a word processor's formatting and styling, and leave you with clean text.

This will also remove headings, lists and links, so may require more manual clean up after the pasting, but it will result in cleaner and consistently formatted text.

### Clean paste

Rather than simply pasting content using Ctrl + V, include the shift or command keys:

* **Windows**: Ctrl + Shift + V
* **Mac**: Cmd + Shift + V

This will paste your text without any additional styles.

### Remove format icon/button

For text that's already in your website and needs to cleaned up, you can select your text and then click the **remove format** icon:

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

This approach is not always the cleanest, as there may be hidden content that isn't selected.


---

# 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://salsa-digital.gitbook.io/govcms-content-administration/rich-text-editing-with-ckeditor-5/pasting-content.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.
