# Documentation requirements

There are numerous ways to integrate with the [Digital River APIs](/digital-river-api/readme.md). Every integration, however, should be well documented. The following lists some of the key documentation tasks that we've identified.

Depending on your integration approach, some or all of these documents may be required. If you're building an integration on behalf of Digital River, we'll supply you with a documentation template.

Click each task to view live documents from an assortment of existing integrations. You can use these examples to help you organize and write your own documentation:

* [ ] [Landing page](https://docs.digitalriver.com/sap/)
* [ ] [System requirements](https://docs.digitalriver.com/salesforce-lightning/v/1.0/#system-requirements)
* [ ] [Connector requirements](https://docs.digitalriver.com/salesforce-lightning/v/1.0/#salesforce-b-2-b-commerce-requirements)
* [ ] [A brief description of the app](https://docs.digitalriver.com/wordpress/v/2.0.1/introduction)
* [ ] [A list of the app's features and benefits](https://docs.digitalriver.com/sap/v/1.1/introduction/features)
* [ ] [How the app works](https://docs.digitalriver.com/salesforce-lightning/v/1.0/introduction/how-it-works)
* [ ] [How to install or configure the app](https://docs.digitalriver.com/wordpress/v/2.0.1/install-the-wordpress-plugin)
* [ ] [How to configure or extend the app](https://docs.digitalriver.com/salesforce-b2c/v/salesforce-b2c-link-cartridge-2.1/configure-the-salesforce-b2c-link-cartridge)
* [ ] [User guide](https://docs.digitalriver.com/salesforce-lightning/v/1.0/user-guide-optional) (when applicable)
* [ ] [Support](https://docs.digitalriver.com/wordpress/v/2.0.1/support)


---

# 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/general-resources/standards-and-certifications/documentation-requirements.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.
