> For the complete documentation index, see [llms.txt](https://salsa-digital.gitbook.io/govcms-site-builder/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-site-builder/unit-2-designing-and-planning-content/manage-form-display/exercise-2-8-testing-content-types.md).

# Exercise 2.8: Testing content types

## Content test - manual

Create a Job listing manually.

1. Go to *Content ->* *Add content* → **Job posting**.
2. On the Add Job posting form, enter the following information:

   * **Job Title** – Police Officers
   * Terms of employment – Permanent
   * Geographical Region: Victoria
   * **Job Description** – Victoria Police is looking for more than 3000 people across the state in their biggest recruitment drive ever. If you’re interested in keeping Victorian communities safe and want a challenging and rewarding career, then join the force.

   <img src="/files/rKHeT7nGhl20otAe2wUW" alt="Image of Create Job posting" data-size="original">
3. Leave all remaining default settings.
4. Click **Save**.

You should now see your newly created Job Posting.

![Image of Job posting](/files/cDZV6U1Gwd4fcy8cgcGD)

## Content test – generated content

Often we need content to help test new content types. However, creating content manually can be very time consuming. Instead, we can use the Devel Generate – a module, bundled in GovCMS.

**Note:** The Devel Generate module should not be enabled or used in a production website.

This module is already enabled on your training environment.

1. Go to *Configuration* → *Generate* → **Generate content**.
2. Select the Job Posting checkbox.
3. Enter 10 in the **How many nodes would you like to generate?** field.
4. Click **Generate** button.

![Image of Job posting](/files/L3TgJiX22oQqyBgORuPY)

{% hint style="info" %}
**Note**: Content generated by the Devel Generate module is not published by default – this is due to active content moderation workflow. Make sure you publish content if necessary.
{% endhint %}


---

# 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-site-builder/unit-2-designing-and-planning-content/manage-form-display/exercise-2-8-testing-content-types.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.
