# 1.7 XDM Schema requirements in Adobe Experience Platform

To ensure Web SDK and alloy.js are able to ingest data into Adobe Experience Platform, there is a requirement for a specific XDM Mixin to be part of the XDM Schema in Adobe Experience Platform.

Go to <https://experience.adobe.com/platform> and log in.

![AEP Debugger](/files/PRcPVXIcYCkIiibqHGY8)

After logging in, select the appropriate sandbox by clicking the text **Production Prod** in the blue line on top of your screen. Select the sandbox `--aepSandboxId--`.

After selecting your sandbox, you'll see the screen change and now you're in your sandbox.

![AEP Debugger](/files/tUv49y6Lk3H5sj5fnYps)

In the left menu, go to **Schemas** and open the **Demo System - Event Schema for Website (Global v1.1)** Schema.

![AEP Debugger](/files/5BtQdrbfqKzHRDypPXgr)

On that Schema, you'll see that the field group **AEP Web SDK ExperienceEvent Mixin** has been added. This field group adds all the minimally required fields to the Schema. Every Experience Event Schema in Adobe Experience Platform that will be used by Web SDK will always require that field group to be part of the Schema.

![AEP Debugger](/files/RtL6oVld7wR1V42JQMIe)

In [Module 2](https://github.com/AdobePartnerTechnicalServices/aep-quickstart-guide/blob/main/module2/data-ingestion.md) you'll learn how to add field groups to schemas.


---

# 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.adobesandbox.com/comprehensive-technical-tutorial-archive/module1/ex7.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.
