> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-2/pricing-table.md).

# Pricing Table

### 3. Pricing table

> Row stretch : Default
>
> Extra class name: pricing plan3

![](/files/QG0UDpHbnA4IP4JlG6sZ)

Open a text block.

Copy and paste the below code.

```html
<div class="row pricing-plan">
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table tiny">
<div class="pricing-table-header-tiny">
<h3>Standard Plan</h3>
for individual website

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 0</div>
<strong>Unlimited</strong> Email Addresses

<strong>50GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup tiny">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table small">
<div class="pricing-table-header-small">
<h3>Business Plan</h3>
for business owners

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 29</div>
<strong>Unlimited</strong> Email Addresses

<strong>80GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup small">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table medium">
<div class="pricing-table-header-medium">
<h3>Premium Plan</h3>
for company owners

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 69</div>
<strong>Unlimited </strong> Email Addresses

<strong>120GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup medium">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div></div>
</div>
```

Save and close.


---

# 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://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-2/pricing-table.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.
