> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/getting-started/common-use-cases/shipping-test-common-use-cases/the-flat-fee-face-off.md).

# The Flat Fee Face Off

Ever since Amazon made free shipping the norm, many brands have felt like they had to move in that direction. But what if higher shipping rates didn't actually affect your conversion rate and you could put that cost back onto the customer? You'll never know unless you test it out.

*What this test design might look like:*

<table data-header-hidden><thead><tr><th width="310"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Control Group</strong></td><td><strong>Slightly Higher</strong></td><td><strong>Highest</strong></td></tr><tr><td><strong>Flat Shipping Rate</strong></td><td>Free</td><td>$5</td><td>$10</td></tr></tbody></table>


---

# 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://docs.intelligems.io/getting-started/common-use-cases/shipping-test-common-use-cases/the-flat-fee-face-off.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.
