> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/settings/company-settings/acknowledgements-overview.md).

# Acknowledgements Overview

Acknowledgments are a way to allow customers to opt into an agreement or communication.

| Stored Credential | To meet 3DS2 requirements by the payment gateway                    |
| ----------------- | ------------------------------------------------------------------- |
| Auto Pay          | To explain what users are agreeing to by opting into Auto-Pay       |
| Custom            | Checkbox for any type of terms                                      |
| Terms of Service  | For users that need to opt into a terms of service agreement.       |
| Privacy Policy    | For users that need to opt into a privacy policy                    |
| Payment Terms     | For users that need to agree to payment terms or recurring payments |

Create Acknowledgements by navigating to Company Settings > Acknowledgments. The various acknowledgments can then be presented in unique customer experiences by being assigned to Hosted Pages, Profiles, or Segments.

Acknowledgments that have been agreed to will be stored at the user level for auditing purposes.

For more information please review the articles for each acknowledgment type.


---

# 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:

```
GET https://docs.peakcommerce.com/product/settings/company-settings/acknowledgements-overview.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.
