> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/shopping-carts/convertplus.md).

# ConvertPlus

- [2Checkout ConvertPlus](https://docs.2checkout.com/shopping-carts/convertplus/2checkout-convertplus.md)
- [ConvertPlus URL parameters](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-url-parameters.md)
- [ConvertPlus cart editor](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-cart-editor.md)
- [ConvertPlus default layout update](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-default-layout-update.md)
- [ConvertPlus trials flow](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-trials-flow.md)
- [ConvertPlus renewal flow](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-renewal-flow.md)
- [ConvertPlus checkout with review page](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-checkout-with-review-page.md)
- [ConvertPlus Buy-Link signature for catalog products](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-buy-link-signature-for-catalog-products.md)
- [ConvertPlus Buy-Links signature for dynamic products](https://docs.2checkout.com/shopping-carts/convertplus/convertplus-buy-links-signature-for-dynamic-products.md)
- [How to generate a JSON Web Token (JWT) for the signature generation API endpoint](https://docs.2checkout.com/shopping-carts/convertplus/how-to-generate-a-json-web-token-jwt-for-the-signature-generation-api-endpoint.md)
- [Set up redirect URLs for ConvertPlus ordering flow](https://docs.2checkout.com/shopping-carts/convertplus/set-up-redirect-urls-for-convertplus-ordering-flow.md)
- [Signature validation for return URL via ConvertPlus](https://docs.2checkout.com/shopping-carts/convertplus/signature-validation-for-return-url-via-convertplus.md)
- [How to use 2Checkout signature generation API endpoint](https://docs.2checkout.com/shopping-carts/convertplus/how-to-use-2checkout-signature-generation-api-endpoint.md)


---

# 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://docs.2checkout.com/shopping-carts/convertplus.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.
