> For the complete documentation index, see [llms.txt](https://docs.ladt.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladt.co/legal-and-privacy/anti-spam-policy.md).

# Anti-Spam Policy

Effective Date: Nov 22, 2023

International anti-spam regulations and industry best practices mandate obtaining informed, opt-in consent for the receipt of commercial electronic communications. This consent ensures that recipients have the ability to unsubscribe from such messages, and it necessitates the accurate identification of message senders.

LADT requires your explicit consent to engage in electronic communication with you for the following purposes:

* To establish and maintain a responsible commercial relationship with you.
* To understand your needs and assess your eligibility for our range of products and services.
* To keep you informed about trading and financial features.
* To relay information about developments, new products, and modifications to our website.
* To aid in the development, enhancement, and marketing of our products and services.
* To facilitate the billing and collection of any applicable fees.
* To conduct surveys and gather feedback from you for continuous improvement.
* To deliver products and services to you as requested.
* To furnish you with relevant news and other information of general interest as a valued customer.
* To adhere to LADT's legal and regulatory obligations.

Your consent to these communication practices is vital to ensure compliance with legal requirements and to facilitate our ongoing relationship. You can opt out of these communications at any time by using the provided unsubscribe option.


---

# 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.ladt.co/legal-and-privacy/anti-spam-policy.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.
