# Your own Converia website

<figure><img src="https://3664324957-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFHhRMg6uphOg3wLL7zym%2Fuploads%2FRP5YgRCjnaVEngBo6kCz%2Fimage.png?alt=media&#x26;token=a94858ad-42d5-4646-a5ae-7200131cc690" alt="Fig. 1: Front-end view of the website"><figcaption><p>Fig. 1: Front-end view of the website</p></figcaption></figure>

The *Content Management System (CMS)* can be used to create your own event website in Converia. Even if an external website already exists, it is recommended to use the Converia CMS to provide important content such as [terms and conditions](https://manual.converia.de/en/general/a-new-event-in-converia/central-settings-and-individualization/mandatory-information-general-terms-and-conditions-imprint-privacy-policy/add-and-link-terms-and-conditions-gtc), [privacy policy](https://manual.converia.de/en/general/a-new-event-in-converia/central-settings-and-individualization/mandatory-information-general-terms-and-conditions-imprint-privacy-policy/add-and-link-a-privacy-policy) and [imprint](https://manual.converia.de/en/general/a-new-event-in-converia/central-settings-and-individualization/mandatory-information-general-terms-and-conditions-imprint-privacy-policy/add-and-link-imprint) for participants.

The following chapters explain the structure, basic functions and display options of the CMS so that the desired content can be displayed even without much prior knowledge.

{% hint style="info" %}
The **central header graphic** is not stored in the CMS, but in the basic settings. You can find more detailed information on this in the [Header, logo and visibility](https://manual.converia.de/en/general/a-new-event-in-converia/central-settings-and-individualization/header-logo-and-visibility) chapter.
{% endhint %}

## Functional areas of the CMS

* [Articles](https://manual.converia.de/en/general/your-own-converia-website/article) - Articles refer to page content that is usually created using a text editor. For example, texts and images can be inserted, linked to each other and documents can be made available for download.
* [Page structure](https://manual.converia.de/en/general/your-own-converia-website/page-structure) - Menu navigation, start pages and visibility are defined in the page structure. In addition, previously created article content is linked here.
* [Structured data](https://manual.converia.de/en/general/your-own-converia-website/structured-data) - Structured data can be used to display similar information, such as a list of sponsors or speakers, in a clear form without having to resort to tables.
* [Media](https://manual.converia.de/en/general/your-own-converia-website/media) - Files such as images and documents that are to be available on the website can be uploaded and managed in the media browser.

## Structure and principle of the CMS

As is common in other content management systems, the structure is separated from the content in Converia CMS. **This means that content (articles) can only be accessed in the frontend once they have been linked in the page structure.**

The different levels from the subportal to the article build on each other, as the following diagram shows:

{% @mermaid/diagram content="flowchart LR
subgraph s1\["<h4>Subportal</h4>"]
n2\["CDC 2024 english"]
end
subgraph s2\["<h4>Folder</h4>"]
n5\["Home"]
n6\["News"]
n7\["GTC"]
n8\["Contact"]
end
subgraph s3\["<h4>Page</h4>"]
n10\["Welcome (Subportal landing page, Folder landing page)"]
n11\["Current events (Folder landing page)"]
n12\["GTC Overview (Folder landing page)"]
n13\["GTC Organizer"]
n14\["GTC Converia"]
n15\["Contact (Folder landing page)"]
n16\["Imprint"]
n17\["Privacy Policy"]
end
subgraph s4\["<h4>Page content (Articles)</h4>"]
n18\["CDC24\_Welcome"]
n19\["CDC24\_Current\_Events"]
n20\["CDC24\_GTC\_Overview"]
n21\["CDC24\_GTC\_Organizer"]
n22\["CDC24\_GTC\_Converia"]
n23\["CDC24\_GTC\_Contact\_Form"]
n24\["CDC24\_GTC\_Imprint"]
n25\["CDC24\_GTC\_Privacy\_Policy"]
end
n2 --- n5 & n6 & n7 & n8
n5 --- n10
n8 --- n15 & n16 & n17
n7 --- n12 & n13 & n14
n6 --- n11
n10 --- n18
n11 --- n19
n12 --- n20
n13 --- n21
n14 --- n22
n15 --- n23
n16 --- n24
n17 --- n25
n26\["Fig. 2: CMS structure"]
n2@{ shape: rounded}
n5@{ shape: rounded}
n6@{ shape: rounded}
n7@{ shape: rounded}
n8@{ shape: rounded}
n10@{ shape: rounded}
n11@{ shape: rounded}
n12@{ shape: rounded}
n13@{ shape: rounded}
n14@{ shape: rounded}
n15@{ shape: rounded}
n16@{ shape: rounded}
n17@{ shape: rounded}
n18@{ shape: rounded}
n19@{ shape: rounded}
n20@{ shape: rounded}
n21@{ shape: rounded}
n22@{ shape: rounded}
n23@{ shape: rounded}
n24@{ shape: rounded}
n25@{ shape: rounded}
n26@{ shape: text}
style n2 fill:#BBDEFB
style n5 fill:#BBDEFB
style n6 fill:#FFCDD2
style n7 fill:#BBDEFB
style n8 fill:#BBDEFB
style n10 fill:#BBDEFB
style n11 fill:#FFCDD2
style n12 fill:#BBDEFB
style n13 fill:#BBDEFB
style n14 fill:#BBDEFB
style n15 fill:#BBDEFB
style n16 fill:#FFF9C4
style n17 fill:#FFF9C4
style n18 fill:#BBDEFB
style n19 fill:#BBDEFB
style n20 fill:#BBDEFB
style n21 fill:#BBDEFB
style n22 fill:#BBDEFB
style n23 fill:#BBDEFB
style n24 fill:#BBDEFB
style n25 fill:#BBDEFB
style s1 fill:#C8E6C9
style s2 fill:#C8E6C9
style s3 fill:#C8E6C9
style s4 fill:#FFE0B2

" fullWidth="false" %}

1. **Subportal level:** The **number of subportals corresponds to the number of active languages** in a conference. A separate menu navigation can be created for each subportal.
2. [Folder level](https://manual.converia.de/en/general/your-own-converia-website/page-structure/create-and-edit-folders)**:** The folder structure determines the **menu in the frontend**. Folders - and therefore menu items - can be shown and hidden. A hierarchy of **top-level and subfolders** can also be created. Sub-menu items that are created as folders are also visible if the associated main menu item has not been selected. In Fig. 2, the “News” subfolder is not visible.
3. [Page level](https://manual.converia.de/en/general/your-own-converia-website/page-structure/create-and-edit-pages)**:** Each folder must contain **at least one page** in which content modules such as text articles are linked. Pages can have different properties, e.g. be folder or subportal start pages or also be displayed as menu items in the frontend. The pages "Imprint" and " Privacy policy" in Fig. 2 are displayed as submenu items as soon as someone selects the menu item *Contact*.
4. [Page content level](https://manual.converia.de/en/general/your-own-converia-website/page-structure/create-and-edit-pages/page-content-and-modules): So that the menu items do not remain empty in terms of content, **an article** that was previously created is **linked** as **page content**. In addition to simple text articles, other module types can also be linked for various actions and the access options can be configured for each module.
