> 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/unit-12-advanced-content-editing/advanced-content-editing.md).

# Advanced content editing

Page layout in GovCMS is determined by your theme.

In the training site, we are using [CivicTheme](https://www.civictheme.io/) and the default components are shown in the screenshot below.

<figure><img src="/files/B0Df7DClO0sSb2x60w3g" alt=""><figcaption><p>Showing default CivicTheme components</p></figcaption></figure>

You can visualise these components by viewing the [CivicTheme Storybook](https://www.civictheme.io/themes/custom/civicthemeio/storybook-static/index.html?path=/story/base-menu--menu).

Here are some examples of CivicTheme components as seen in the frontend.

**Event Card**

<figure><img src="/files/409xCl8S1oqEHp3aKhGk" alt=""><figcaption><p>CivicTheme Event Card</p></figcaption></figure>

**Publication Card**

<figure><img src="/files/w6804PwhjlUdhM2CNIzF" alt=""><figcaption><p>CivicTheme Publication Card</p></figcaption></figure>

**Accordions**

<figure><img src="/files/8PF1fSvtt5PbhzoOoKOj" alt=""><figcaption><p>CivicTheme Accordions</p></figcaption></figure>

**Slider**

<figure><img src="/files/RtxlhLWCoBPGY6DBEZYC" alt=""><figcaption><p>CivicTheme Slider</p></figcaption></figure>

[You can view more CivicTheme components here](https://www.civictheme.io/themes/custom/civicthemeio/storybook-static/index.html?path=/story/base-menu--menu).


---

# 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:

```
GET https://salsa-digital.gitbook.io/govcms-content-administration/unit-12-advanced-content-editing/advanced-content-editing.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.
