> For the complete documentation index, see [llms.txt](https://ccsdrupalguide.uoguelph.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ccsdrupalguide.uoguelph.ca/ugcontenttypes.md).

# UG Drupal Content Types

The current content types provided by the current Drupal platform are:

* [Basic Page](/ugcontenttypes/howto-page.md)
* [Banners](/ugcontenttypes/howto-banner.md)
* [Blocks](/advancedguide/howto-blocks.md)
* [Book](/ugcontenttypes/howto-book.md)
* [Course Outlines](/ugcontenttypes/howto-courseoutlines.md)
* [Events](/ugcontenttypes/howto-events.md)
* [FAQ](/ugcontenttypes/howto-faq.md)
* [Featured Item](/ugcontenttypes/howto-featured.md)
* [News Article](/ugcontenttypes/howto-news.md)
* [Services](/ugcontenttypes/howto-services.md)
* [Social Media Account](/ugcontenttypes/howto-socialmedia.md)
* [People Profiles](/ugcontenttypes/howto-profiles.md)
* [Webform](/ugcontenttypes/howto-webforms.md)

## What are content types?

The expression "content types" is used to describe basic types of content that you will find on every Drupal site. Basic examples of content types used by every site are Page, News, and Events. Organising nodes into different content types allows Drupal to automatically know what type of information the node requires and what special fields are associated with that content type. Content types allow content creators to easily add and organise similar types of content.

## Why are there specific content types?

CCS Web & Development solutions has customised and tested the current content types. The customization and testing of the content types was to ensure accessibility and standardization across the UG Drupal platform. The content types that are currently availiable are constantly undergoing accessibility testing, and they help to ensure that university sites follow a similar platform. Through a uniform platform, navigation between university and college websites is made simpler and easy for the user. If you happen to find any issues with current content types, please contact CCS so we are aware of the issue. For more information and a record of our current known platform issues, please check out our [github issues.](https://github.com/ccswbs/hjckrrh/issues).


---

# 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://ccsdrupalguide.uoguelph.ca/ugcontenttypes.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.
