# Site sections

### Summary

Site-section taxonomy is generally used to group content by site section.

The idea is to allow grouping of pages that belonging to a common area. For example, your website might include multiple sub-sites with different styles and/or branding within the sub-site.

{% hint style="info" %}
At the moment, CivicTheme provides limited support for this functionality: it only injects a CSS class to the `<body>` of the page to allow applying different CSS styles. In the future, you'll also be able to add custom logos and menus.
{% endhint %}

### How to add a site section

You can add a new site section by clicking on List terms or Add terms from the dropdown menu to the right of 'Site sections'.

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

If you select List terms, you'll then need to click Add term.

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

Add in the name, relationships (parent terms) and menu item weight and then click Save.

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

### How to edit a site section

You can edit existing site sections by firstly selecting List terms from the dropdown menu next to 'Site sections'.

<figure><img src="/files/7eJ8z7DGQlQ1kJNQz4Cu" alt=""><figcaption></figcaption></figure>

Next, click on Edit next to the Site section you'd like to edit.

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

Rename the Site section and update the relationships and weights, and then click Save.


---

# Agent Instructions: 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:

```
GET https://docs.civictheme.io/content-authoring/vocabularies/site-sections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
