> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/orders/payment-gateways/tipping.md).

# Tipping

The tipping feature adds a small block to your live checkout. It allows your customers to select from 3 default tip percents, or enter a custom amount they would like to tip.&#x20;

{% hint style="info" %}

1. Percentage tipping is calculated on the **subtotal** of the order.
2. This does not include shipping or tax.
3. Tips are not taxable.
4. Customer tips are still subject to transaction fees as they are part of the order total and passed to the payment processor.
   {% endhint %}

![Example of the Tipping Feature on a stores live checkout](/files/vDpNE5klZz7WwuXKyoIx)

### How do I set up Tipping?

1. Log into your Freewebstore Control Panel.
2. Go to: **Manage** > **Pages**.
3. Click the **pencil** icon to edit your **cart** page. *Here you'll be able to see all your cart settings.*
4. Scroll down to the **Tipping** panel.
5. Click **Enabled**.
6. Enter the default tip % options (or leave the defaults).
7. Click **Save**.

![Manage > Pages](/files/ydipGTJC96xE3oegXJqB)

![Tipping Settings Panel: Disabled](/files/iVIq1OcYhjbUzqjPHm09)

![Tipping Settings Panel: Enabled](/files/Lzrqq5bCP690Emk7jZqn)


---

# 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:

```
GET https://help.freewebstore.com/orders/payment-gateways/tipping.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.
