> 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/creating-editing-and-archiving-content/creating-content.md).

# Creating content

{% hint style="info" %}
The page has a video that explains the information located at the bottom of the page.
{% endhint %}

When you're adding new content into your GovCMS website you need to first choose what [content type](/govcms-content-administration/understanding-content/what-are-content-types.md) you want to use.

From the Admin toolbar, hover over **Content** and then select **Add content**.

{% hint style="info" %}
If you already know what content type you want to use, you can instead hover over **Add content** and select the content type directly.
{% endhint %}

On the training environment you'll be presented with the following user interface, however your actual website will have different content types.

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

Click the name of the new content you wish to add. In this example it will be a **Page**.

You'll be presented with the **Content form**. This is the same form you'll see when you edit existing content, but when editing content the fields will be pre-filled.

{% hint style="info" %}
The form will change depending on what content type you're editing/creating.
{% endhint %}

<figure><img src="/files/etlFKkyYNOyAW47HV6Ax" alt=""><figcaption><p>An empty Create page form</p></figcaption></figure>

To create new content, fill in all the **mandatory** fields (those marked with a <mark style="color:red;">red asterisk</mark>) and select the blue **Save** button.

The right-hand column includes [Menu settings](/govcms-content-administration/menus-and-navigation/overview.md), [URL alias](/govcms-content-administration/url-aliases-and-redirects/url-aliases.md) and [URL redirects](/govcms-content-administration/url-aliases-and-redirects/redirects.md), however these are covered in later topics.

### 🎥 Video

{% embed url="<https://player.vimeo.com/video/488354549?h=bc376d4464>" %}

<details>

<summary>Video transcript</summary>

Welcome to the GovCMS Introduction to Content Management series. In this video, you'll learn how to create, edit, and archive content

in GovCMS. We'll cover the following three topics. You'll learn how to create content from the content management area. Then you'll learn how to edit existing content.

And finally, you'll learn how to archive content once it's no longer needed. So far in this video series, we've covered how to access the content form.

We talked about the different content types and fields, and we've covered how to use the rich text editor. Now let's go ahead and create some actual content.

So make sure you're in the content management area and click on Add Content, and let's create a standard page.

Let's enter in a title. I'll enter in Contact Us, and I'll paste in some test content. And let's go ahead and add a feature image.

And from the Save as, let's select Needs Review. We'll cover content moderation in another video. But for now, just select Needs Review and click on Save.

And now you can see our first page, which we just created. We have the title, the featured image, and the body text.

At this point, we've created a page, but now let's look at editing it. If you're currently on the page, to modify or edit,

just click on Edit. You can also edit the page from the content management area. Click on Content in the toolbar, and from the operations columns,

click on Edit. Both links will take you to the same form. This page isn't published yet. If we open up another browser and go to the page, we'll get an access denied

message. And if we go to the content management area, we can see that the page isn't published yet because it has a status of unpublished.

</details>


---

# 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/creating-editing-and-archiving-content/creating-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.
