# Templates

- [Product discount](https://support.functionjunctionapp.com/templates/product-discount.md): Learn about the quick start template for discounting products based on conditions.
- [Customer tag discount](https://support.functionjunctionapp.com/templates/customer-tag-discount.md): Learn about the quick start template for discounting based on customer tag.
- [Shipping discount](https://support.functionjunctionapp.com/templates/shipping-discount.md): Learn about the quick start template for shipping discounts based on conditions.
- [Order discount](https://support.functionjunctionapp.com/templates/order-discount.md): Learn about the quick start template for order discounts based on conditions.
- [Free shipping to VIP customers](https://support.functionjunctionapp.com/templates/free-shipping-to-vip-customers.md): Learn about the quick start template for giving free shipping based on VIP customer tag.
- [Bundle discount](https://support.functionjunctionapp.com/templates/bundle-discount.md): Learn about the quick start template for bundle discounts based on conditions.


---

# 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://support.functionjunctionapp.com/templates.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.
