> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/content-designers/content-structure/taxonomies.md).

# Taxonomies

Taxonomies provide a structured way to categorize and organize content on your Varbase site. They use vocabularies and terms to classify content, making it easier for visitors to find related information and for editors to maintain a well-organized site.

## What Are Taxonomies?

A **taxonomy** is a classification system made up of:

* **Vocabularies**: A vocabulary is a group of related terms. For example, "Tags," "Categories," or "Departments" are all vocabularies.
* **Terms**: A term is an individual item within a vocabulary. For example, "Technology," "Health," and "Education" might be terms within a "Categories" vocabulary.

Content is categorized by assigning taxonomy terms to content items through taxonomy reference fields.

## Common Uses

* **Tags**: Freeform keywords applied to content for flexible categorization.
* **Categories**: A predefined set of categories for organizing content into sections.
* **Content topics**: Subject areas for filtering and grouping related content.
* **Departments or teams**: Organizational units for associating content with specific groups.

## Accessing Taxonomy Management

1. Navigate to **Structure > Taxonomy** in the admin navigation sidebar, or go to `/admin/structure/taxonomy`.
2. You will see a list of all taxonomy vocabularies configured on your site.
3. Click **List terms** next to a vocabulary to view and manage its terms.

## Taxonomy Tasks

* [Add Terms](/content-designers/content-structure/taxonomies/add-terms.md): Add new terms to a vocabulary.
* [Reorder and Edit Terms](/content-designers/content-structure/taxonomies/reorder-and-edit-terms.md): Change the order of terms and edit existing ones.

## How Taxonomies Are Used in Content

When creating or editing content, you will encounter taxonomy reference fields where you can:

* Select from existing terms using a dropdown, checkboxes, or autocomplete field.
* Add new terms on the fly (if the field is configured to allow it).
* Assign multiple terms to a single content item.

The specific taxonomy fields available depend on the content type and your site's configuration.

## Taxonomy Pages

Each taxonomy term automatically has its own page that lists all content tagged with that term. These pages can be customized by your development team to control the layout and display of tagged content.


---

# 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://docs.varbase.vardot.com/content-designers/content-structure/taxonomies.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.
