> For the complete documentation index, see [llms.txt](https://docs.devtodev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devtodev.com/reports-and-functionality/ai-features.md).

# AI Features

## Assisted integration

Currently available for Unity.&#x20;

{% content-ref url="/pages/BZhiMovBAHlqjgUDUIKd" %}
[AI-assisted integration (Beta)](/integration/integration-of-sdk-v2/sdk-integration/unity/ai-assisted-integration-beta.md)
{% endcontent-ref %}

## Generated custom event descriptions

Enable [AI descriptions](/reports-and-functionality/project-related-reports-and-fuctionality/tuning.md#ai-descriptions) in Tuning -> Custom event configurations.&#x20;

## Overview summary

Get a quick review in the [Overview dashboard](/reports-and-functionality/project-related-reports-and-fuctionality/smart-view/overview-dashboard.md#ai-summary).&#x20;

## Predictions

Our machine learning algorithms help [predict LTV](/reports-and-functionality/project-related-reports-and-fuctionality/smart-view/acquisition-reports.md#ltv-prediction) and [payment probability](/reports-and-functionality/project-related-reports-and-fuctionality/smart-view/monetization-reports.md#payment-prediction).

## Assistant chat

{% hint style="success" %}
This feature is in Beta mode. We will greatly appreciate your feedback. Use the [`Contact Us`](https://www.devtodev.com/contact-us) form or reach out to our Customer Success team directly within the platform. Please add **AI ASSISTANT** when submitting your request.
{% endhint %}

The AI Assistant is here to help you with analytics questions. It will analyze your request and, if possible, build a report in response.&#x20;

You can open a chat with the Assistant on any page in devtodev. Click on the `AI icon` in the upper-right corner, and a chat will appear in a panel on the right.&#x20;

<figure><img src="/files/OcncnDGeE2Xm39YhvGNT" alt=""><figcaption></figcaption></figure>

Each user has their own chat, your messages will be available only to you.&#x20;

You can ask the Assistant about your metrics or select one of the pre-made questions to start. If you do not specify details about the time period, chart view, or grouping, the Assistant will use the default report settings. &#x20;

{% hint style="info" %}
For now, the Assistant can answer questions using only the [Basic Metrics](/reports-and-functionality/project-related-reports-and-fuctionality/events-and-funnels.md) report.&#x20;
{% endhint %}

Here are some question examples:&#x20;

* How has Paying Conversion changed compared to the previous period?&#x20;
* How has ARPU changed over the last 7 days?&#x20;
* Compare the average number of sessions per user: paying vs. non-paying.&#x20;
* Compare D1 Retention for users acquired from different campaigns.&#x20;

In response, the Assistant will tell you how it interpreted your question and will create a report for you with the mentioned settings.&#x20;

You will also see commands:

* `Open report` – build the report based on the response. The report will open in the currently open tab.
* `Copy report link` – get the report URL to open it in a different tab or share with the team.&#x20;
* Rate response – use a corresponding command to rate the response. The rating help improve the Assistant. &#x20;

<figure><img src="/files/r1aEubn6uw706lgIiT4n" alt=""><figcaption></figcaption></figure>


---

# 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.devtodev.com/reports-and-functionality/ai-features.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.
