# Low-code checkouts

In this section, you can gain a better understanding of how to implement [Prebuilt Checkout](/digital-river-api/integration-options/low-code-checkouts/drop-in-checkout.md) and [Components](/digital-river-api/integration-options/low-code-checkouts/implementing-a-components-checkout.md), our low-code checkout solutions.

If you select either of these integration options, you can also use this section to learn how to:

* [Offer local pricing](/digital-river-api/integration-options/low-code-checkouts/offering-local-pricing.md)
* [Dynamically access shipping options](/digital-river-api/integration-options/low-code-checkouts/using-a-shipping-endpoint.md)
* [Process subscription acquisitions](/digital-river-api/integration-options/low-code-checkouts/processing-subscription-acquisitions.md)
* [Add custom fields](/digital-river-api/integration-options/low-code-checkouts/adding-custom-fields.md)
* [Give customers access to their store credit](/digital-river-api/integration-options/low-code-checkouts/offering-store-credit.md)
* [Collect e-invoice information](/digital-river-api/integration-options/low-code-checkouts/collecting-e-invoice-information.md)
* [Handle successfully completed checkout-sessions](/digital-river-api/integration-options/low-code-checkouts/handling-completed-checkout-sessions.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://docs.digitalriver.com/digital-river-api/integration-options/low-code-checkouts.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.
