# Direct integrations

With Direct Integrations, you primarily use [checkouts](https://docs.digitalriver.com/digital-river-api-reference/2021-12-13/checkouts), along with [Drop-in payments](/digital-river-api/payments/payment-integrations-1/drop-in.md) or [Elements](/digital-river-api/payments/payment-integrations-1/digitalriver.js.md), to construct a customer's checkout and payment experience.

In this section, you can read about [how a standard Direct Integrations flow works](/digital-river-api/integration-options/checkouts/process-flow.md). You'll also find information on how to:

* [Build checkouts](/digital-river-api/integration-options/checkouts/creating-checkouts.md)
* [Build payment workflows](/digital-river-api/integration-options/checkouts/building-you-workflows.md)
* [Manage subscriptions](/digital-river-api/integration-options/checkouts/subscriptions.md)
* [Use Digital River's fulfillment service](/digital-river-api/integration-options/checkouts/handling-digital-river-coordinated-fulfillments.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/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.
