# Paragraph

The **Paragraph** option type allows you to add customizable text blocks or other content to your product page. This feature is useful for including detailed descriptions, instructions, or any other information that enhances the customer's understanding of the product.

👉You can check out our [Demo prouduct](https://avis-demo.avisplus.io/products/heading-paragraph) to see how it works&#x20;

***

## **Basic Option Settings**

#### **1. Option Name**

The internal name used within your app to identify the Paragraph option. This helps you organize and manage the content during setup.

#### **2. Content**

This setting lets you configure the text and formatting of the paragraph. You can include various elements such as text, font styles, sizes, quotes, code, centered text, equations, links, images, colors, and more, offering flexibility to present detailed information.

#### **3. Conditional Logic**

Allows the Paragraph to be displayed or hidden based on customer selections or other conditions. This ensures that the content appears only when relevant to the customer’s choices or context.

{% hint style="info" %}
[How to set up Conditional logic for your options](https://options-docs-v2.avisplus.io/app-features/conditional-logic-option-b-shows-if-option-a-is-selected)
{% endhint %}

***

## **Advanced Option Settings**

#### **1. Class Name**

Assigns a custom CSS class to the Paragraph option, enabling you to apply specific styling or behavior through CSS. This helps maintain a consistent look and feel across your product pages.


---

# 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://options-docs-v2.avisplus.io/option-types/all-option-types/paragraph.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.
