> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/digital-river-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/digital-river-api/general-resources/standards-and-certifications/documentation-requirements.md).

# 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
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.digitalriver.com/digital-river-api/general-resources/standards-and-certifications/documentation-requirements.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.
