# In-app Events

***

In-app events we do track:

| Event name       | Event token            | Description and usage                                                                         |
| ---------------- | ---------------------- | --------------------------------------------------------------------------------------------- |
| First Open       | ev\_first\_open        | <p>A user first time open app<br>We use it in the user's single page events history</p>       |
| Upload User Info | ev\_upload\_user\_info | <p>A user upload user info(profile)<br>We use it in the user's single page events history</p> |
| In App Purchase  | ev\_in\_app\_purchase  | <p>A user purchased in app<br>We use it in the user's single page events history</p>          |
| App start        | ev\_app\_start         | <p>A user starts an app<br>We use it in the user's single page events history</p>             |


---

# 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://doc.appflow.ai/docs/metrics-and-events/in-app-events.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.
