# Unit 5 Summary

In this unit, we covered how to customise text formats using the **CKEditor module** in GovCMS.

Website security is a serious consideration. After weak passwords, cross-site scripting is the next biggest security risk. By default, GovCMS’s permissions are strict.

This session also showed you how to control what’s displayed on your site and demonstrated how filters control the HTML elements rendered on your site. By allowing trusted users to add iFrames you can include embedded remote content on your site while also protecting your site from malicious codes in \<iframes>.


---

# 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://salsa-digital.gitbook.io/govcms-site-builder/unit-5-text-formats-and-rich-text/unit-5-summary.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.
