> For the complete documentation index, see [llms.txt](https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/getting-started/ex6.md).

# 0.6 Ingest Data to AEP through the Mobile App

After becoming a known customer, it's time to start using the mobile app. Open the mobile app on your iPhone and then login to the app.

If you don't have the app installed anymore, or if you can't remember how to install it, please have a look here: [0.4 Set up the mobile app](/comprehensive-technical-tutorial-archive/getting-started/ex4.md)

After installing the app as instructed, you'll see the landing page of the app with the Luma brand loaded. Click the account icon in the top-left part of your screen.

![Demo](/files/3gcB0MG3yNpIqtsKbBpt)

On the Login screen, log in with the email address you used on the desktop website. Click **Login**.

![Demo](/files/iIsJh4TkmDXZvf1TLiFe)

Go to the app's home screen and click to open any product.

![Demo](/files/3gcB0MG3yNpIqtsKbBpt)

You'll then see the product detail page.

![Demo](/files/9A50ljpsVcotrANi1C6L)

Go to the home screen in the app and swipe left on the screen to view the Profile Viewer panel. You'll then see the product you just viewed in the **Experience Events** section, along with all the product views from the website session before.

![Demo](/files/hzByOoOFIVTUp5APKkH6)

Now go back to your desktop computer and refresh the homepage, after which you'll see the product appear there, too.

![Demo](/files/31QGHNxRf8PtixfElvmI)

You've now ingested data into Adobe Experience Platform and you've linked that data to identifiers like ECIDs and email addresses. The goal of this exercise was to understand the business context of what you're about to do. You've now effectively built a real-time, cross-device customer profile. In the next exercise, you'll go ahead and visualize your profile in Adobe Experience Platform.


---

# 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.adobesandbox.com/comprehensive-technical-tutorial-archive/getting-started/ex6.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.
