> For the complete documentation index, see [llms.txt](https://docs.morpht.com/convivial-gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.morpht.com/convivial-gov/types.md).

# Types

| Type          | Bundle         | Machine name        | Nature      | Path                                                      | Description                                                                           |
| ------------- | -------------- | ------------------- | ----------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| Content type  | Section        | `mc_section`        | Structure   | \[node:menu-link:parent:url:path]/\[node:menu-link:title] | Use Section for landing pages.                                                        |
| Content type  | Topic          | `mc_topic`          | Categoriser | \[node:menu-link:parent:url:path]/\[node:menu-link:title] | Use Topic to categorise content.                                                      |
| Content type  | Audience       | `mc_audience`       | Categoriser | \[node:menu-link:parent:url:path]/\[node:menu-link:title] | Use Audience to categorise content.                                                   |
| Content type  | Page           | `mc_page`           | Structure   | \[node:menu-link:parent:url:path]/\[node:menu-link:title] | Use Page for building site structure and static content.                              |
| Content type  | Person         | `mc_person`         | Structure   | \[node:menu-link:parent:url:path]/\[node:menu-link:title] | Use Person for authors or staff.                                                      |
| Content type  | Article        | `mc_article`        | Item        | /news/\[node:title]                                       | Use Article for publishing time based information.                                    |
| Content type  | Resource       | `mc_resource`       | Item        | /resources/\[node:title]                                  | Use Resource for evergreen information.                                               |
| Content type  | Event          | `mc_event`          | Item        | /events/\[node:title]                                     | Use Event to reach your target audience.                                              |
| Content type  | Alert          | `mc_alert`          | Item        | /alerts/\[node:title]                                     | Use Alert for displaying time sensitive dismissible alerts.                           |
| Vocabulary    | Article Type   | `mc_article_type`   | Categoriser |                                                           | Classifies articles so that they can be filtered.                                     |
| Vocabulary    | Event Type     | `mc_event_type`     | Categoriser |                                                           | Classifies events so that they can be filtered.                                       |
| Vocabulary    | Resource Type  | `mc_resource_type`  | Categoriser |                                                           | Classifies resources so that they can be filtered.                                    |
| Vocabulary    | Promotion Type | `mc_promotion_type` | Classifier  |                                                           | Classifies Promotions so that they can be filtered by Views for use with personified. |
| Vocabulary    | Intent         | `mc_intent`         | Categoriser |                                                           | Assigns intent to content for augmenting the profile when the content is viewed.      |
| Vocabulary    | Stage          | `mc_stage`          | Categoriser |                                                           | Assigns stages to content for augmenting the profile when the content is viewed.      |
| Vocabulary    | Department     | `mc_department`     | Categoriser |                                                           | Categorises content for for user ownership.                                           |
| Vocabulary    | Tags           | `tags`              |             |                                                           |                                                                                       |
| Content block | Promotion      | `mc_promotion`      | Item        |                                                           | Show promotional blocks which can be displayed to users with various attributes.      |
| Media         | Audio          | `audio`             | Item        |                                                           | Used for uploading local audio files.                                                 |
| Media         | File           | `file`              | Item        |                                                           | Used for managing files.                                                              |
| Media         | Image          | `image`             | Item        |                                                           | Used for managing images.                                                             |
| Media         | Remote Video   | `remote_video`      | Item        |                                                           | Used for embedding YouTube or Vimeo videos.                                           |
| Media         | Video          | `video`             | Item        |                                                           | Used for uploading local video files.                                                 |
