---
title: "[Ruby] - About Ruby Utils Library"
description: Overview of the Contentstack Ruby Utils library and its features.
url: https://www.contentstack.com/docs/developers/sdks/utils-sdk/ruby/about-ruby-utils-library
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - ruby-developers
version: unknown
last_updated: 2026-03-26
---

# [Ruby] - About Ruby Utils Library

This page introduces the Contentstack Ruby Utils library, highlights its included utilities and features, and points Ruby SDK users to the appropriate getting started guide when they need to add these utilities to an application.

## About Ruby Utils Library

Contentstack provides the Ruby Utils library that contains all the utilities for the Ruby SDK.

Features included:

- **Embedded Object**: Allows you to fetch embedded [entries](/docs/content-managers/author-content/about-entries)/[assets](/docs/content-managers/author-content/about-assets) (placed inside the “[Rich Text Editor](/docs/developers/create-content-types/rich-text-editor)” (RTE) field) and display them on your frontend application. To learn how to embed entries/assets in the RTE field, refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack Ruby Utils library supports Node.js version 10 or above.

To use this Utils library in your application, follow the steps specified in the [Get Started with Ruby Utils library](/docs/developers/sdks/utils-sdk/ruby/get-started-with-ruby-utils-library/) guide.

## Common questions

### What is the Ruby Utils library used for?
It contains utilities for the Ruby SDK, including support for fetching and displaying embedded entries/assets from Rich Text Editor fields.

### Does the Ruby Utils library support embedded entries and assets in RTE fields?
Yes, it includes an **Embedded Object** feature to fetch embedded entries/assets placed inside the Rich Text Editor (RTE) field.

### What Node.js version is required?
The Contentstack Ruby Utils library supports Node.js version 10 or above.

### Where do I start to use this library in my application?
Follow the steps in the [Get Started with Ruby Utils library](/docs/developers/sdks/utils-sdk/ruby/get-started-with-ruby-utils-library/) guide.