# Function Types

- [Discounts](https://support.functionjunctionapp.com/function-types/discounts.md): Learn about creating discount functions and the different types.
- [Conditional discounts](https://support.functionjunctionapp.com/function-types/discounts/conditional-discounts.md): Learn how to set up the conditional discount function.
- [Shipping discounts](https://support.functionjunctionapp.com/function-types/discounts/shipping-discounts.md): Learn how to set up the shipping discount function.
- [Tiered discounts](https://support.functionjunctionapp.com/function-types/discounts/tiered-discounts.md): Learn how to set up the tiered discount function.
- [Bundle discounts](https://support.functionjunctionapp.com/function-types/discounts/bundle-discounts.md): Learn how to set up the bundle discount function.
- [Bundle fixed price](https://support.functionjunctionapp.com/function-types/discounts/bundle-fixed-price.md): Learn about the bundle fixed price function.
- [BOGO (Buy One, Get One)](https://support.functionjunctionapp.com/function-types/bogo-buy-one-get-one.md): Learn how to set up the BOGO (Buy One, Get One) function.
- [Cart and checkout validations](https://support.functionjunctionapp.com/function-types/cart-and-checkout-validations.md): Learn about cart and checkout validation functions
- [Customize payment options at checkout](https://support.functionjunctionapp.com/function-types/customize-payment-options-at-checkout.md): Learn how to set up a payment option customization function.
- [Delivery](https://support.functionjunctionapp.com/function-types/delivery.md)
- [Order Routing](https://support.functionjunctionapp.com/function-types/order-routing.md)
- [Fulfillment Constraints](https://support.functionjunctionapp.com/function-types/fulfillment-constraints.md)


---

# 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/function-types.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.
