> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-technical-documentation/welcome-to-the-cdp-365-technical-documentation.md).

# Welcome to the CDP 365 Technical Documentation

This comprehensive guide serves as a valuable resource for both API consumers and developers, providing a clear and concise reference for integrating and utilizing our APIs, as well as guiding developers through essential technical setup processes.

### Table of Contents

1. **API Guide**

Discover the full potential of our APIs through detailed documentation that covers endpoints, request and response formats, authentication methods, and best practices for integration. Whether you're a seasoned developer or new to APIs, this guide will help you harness the power of our platform effectively.

2. **Developer Guide**

Navigate through the intricacies of setting up your development environment, configuring tools, and understanding the architecture behind our services. This section is tailored to assist developers in achieving a smooth and successful integration, offering insights into coding conventions, deployment strategies, and troubleshooting techniques.

### How to Use This Documentation

* **API Guide:** If you're looking to understand how to interact with our APIs, this section provides step-by-step instructions and real-world examples. Whether you're building a mobile app, a web application, or integrating with third-party services, you'll find comprehensive information to ensure a seamless integration process.
* **Developer Guide:** For those who need to set up, configure, and manage the technical aspects of your development environment, the Developer Guide is your go-to resource. From our SDK for tracking user behaviors to displaying magnificent advertising templates, you'll find everything you need to streamline your CDP365 integration development workflow.


---

# 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.antsomi.com/cdp-365-technical-documentation/welcome-to-the-cdp-365-technical-documentation.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.
