---
title: "Should I use Drupal fields or tokens?"
date: "2020-01-15T14:11:55+00:00"
summary: "Discover when to use Drupal fields vs. tokens in Site Studio. Learn the benefits of each approach for rendering data and optimizing your Drupal site's content management workflow."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/65201-should-i-use-drupal-fields-or-tokens"
id: "cd81e054-73af-4d80-bb83-de356b2cd468"
---

It depends on the use case. For fields and their field formatters use a 'Field' element, for data without field formatters, use a token.

There is no right or wrong answer to this question, as it depends on the use case. 

If you would like to render your field data with your Drupal field formatter, then use the Site Studio 'Field' element. If you would like to render the data, use a token. 

Drupal tokens allow you to pull field data through into a Site Studio element without the Drupal field formatters.