> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebuly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interactions

The **Interactions** page displays every interaction captured by Nebuly. Each row represents a single exchange between a user and your AI application, making it the starting point for investigating user behavior, troubleshooting AI responses, and understanding the data behind your reports. Related interactions are automatically grouped into conversations, allowing you to move seamlessly from an individual exchange to the complete conversation it belongs to. Read more about conversations [here](/guides/live-data/conversations).

Unlike reports, which aggregate data into charts and metrics, the Interactions page lets you inspect the raw events that make up those insights.

Interactions are made of 2 elements:

* **Input** — The request sent to your AI application for the interaction, typically the user's message or prompt.
* **Output** — The response generated by your AI application for that interaction.

Every interaction in a Live Data table can be opened on its own to investigate it in full. Click **View details** in the last column of a row to open the interaction view.

<Frame caption="Open an interaction from the table with View details">
  <img className="rounded-xl" src="https://mintcdn.com/nebulyai/G04Jo9hLv86JYsPM/images/interaction-details.png?fit=max&auto=format&n=G04Jo9hLv86JYsPM&q=85&s=8df81af857722a4beba214ecbdd14d54" alt="View details link in the Live Data table" width="2554" height="1300" data-path="images/interaction-details.png" />
</Frame>

The interaction view opens as a panel showing the **full conversation**: the user ID, any feedback or activity tags, an AI-generated summary of what the user is trying to do, and the complete message thread between the user and the assistant with timestamps. You can scroll through every turn and use **Back to initial interaction** to return to the message you started from.

<Frame caption="The full conversation and key properties in the interaction view">
  <img className="rounded-xl" src="https://mintcdn.com/nebulyai/G04Jo9hLv86JYsPM/images/interaction-view.png?fit=max&auto=format&n=G04Jo9hLv86JYsPM&q=85&s=349b6bdbeb3ec71960dd1285de7f41cd" alt="Interaction view showing the full conversation and properties" width="2540" height="1498" data-path="images/interaction-view.png" />
</Frame>

Expand **More properties** to see everything Nebuly knows about the interaction, so you can investigate it without leaving the panel. This includes:

* **Quality and feedback signals:** user feedback, user sentiment, user emotions, and PII detection.
* **Intent and context:** the detected topic, intent, user action, and business risk.
* **Failure intelligence:** add or review the type of problem for the interaction (see [Failure Intelligence](/guides/analysis/failure-intelligence)).
* **Technical metrics:** AI cost, latency, language, input and output length, and input and output tokens.
* **Tags:** business context such as plan, model, and country (see [tags](/guides/tags)), plus the interaction ID.
* **RAG sources:** the sources retrieved to generate the answer, shown as the query sent and the result returned for each source.

<Frame caption="Expanded properties and RAG sources in the interaction view">
  <img className="rounded-xl" src="https://mintcdn.com/nebulyai/G04Jo9hLv86JYsPM/images/interaction-view2.png?fit=max&auto=format&n=G04Jo9hLv86JYsPM&q=85&s=cee0bf4859d53bd589e5c2e29b2713ef" alt="Expanded interaction properties and RAG sources" width="2180" height="1488" data-path="images/interaction-view2.png" />
</Frame>

## Actions

### Summarize

The **Summarize** button generates an AI summary of all the interactions shown in the current view. Instead of reading each interaction one by one, you get an overview of what users are doing and the common problems behind the interactions on screen, which is a fast way to understand a topic, a filtered slice, or any group you are investigating.

It works on any table or list view. The button needs at least **5 interactions** in the view to generate a summary, so narrow your filters until you have enough data.

<Frame caption="The Summarize button in a table view">
  <img className="rounded-xl" src="https://mintcdn.com/nebulyai/ahBVJk9XFVot7JV6/images/summarize-button.png?fit=max&auto=format&n=ahBVJk9XFVot7JV6&q=85&s=6b1e502bd70d9fe5b042ba8eed48dd92" alt="Summarize button in a Live Data table view" width="2628" height="1104" data-path="images/summarize-button.png" />
</Frame>

### Manage Interactions

Select one or more interactions to perform bulk actions directly from the table.

<Frame>
  <img src="https://mintcdn.com/nebulyai/ViJvvDtq_r5U-Mgg/images/image-11.png?fit=max&auto=format&n=ViJvvDtq_r5U-Mgg&q=85&s=80359c0c20d511d4805a55d2150e1cf8" alt="Image" width="1424" height="211" data-path="images/image-11.png" />
</Frame>

#### Move interactions

Use **Move to** to reassign one or more interactions to an existing taxonomy group.

After selecting the interactions, choose **Move to** from the action bar. In the dialog, select the **Taxonomy Group** (for example, **Topic**) and choose the destination taxonomy class from the list. You can use the search bar to quickly find an existing aggregate.

Once confirmed, the selected interactions are moved to the chosen taxonomy class, updating their classification without modifying the original conversation or interaction data. This is useful when interactions have been assigned to the wrong topic or need to be reorganized after reviewing the data. Read more about taxonomy [here](/guides/setup/taxonomy).

#### Create a new Topic (Taxonomy Group)

Use **Create Topic** to create a new taxonomy group and immediately assign the selected interactions to it.

After selecting one or more interactions, choose **Create Topic** from the action bar. Enter a **Name** for the topic and provide a **Description** explaining the types of interactions it should contain. If you're unsure how to describe the topic, click **Generate with AI** to automatically generate a description based on the selected interactions.

When you click **Create**, Nebuly creates the new taxonomy group and assigns the selected interactions to it.

#### Create a new User Action  (Taxonomy Class)

Use **Create User Action** to create a new user taxonomy class and assign the selected interactions to it.

After selecting one or more interactions, choose **Create User Action** from the action bar. First, select the **Parent Topic** (the related taxonomy group) that the user action belongs to. Then, enter a **Name** and an optional **Description** explaining the user action. If needed, click **Generate with AI** to automatically generate a description based on the selected interactions.

When you click **Create**, Nebuly creates the new taxonomy class under the selected taxonomy group and assigns the selected interactions to it. User actions (class) help organize interactions into more specific categories within a taxonomy group, making it easier to analyze recurring user goals and behaviors.

#### Add a label

Apply one or more labels to the selected interactions, making them easier to categorize, filter, and analyze later.

### Customize the table

Click **Edit Table** to choose which fields are displayed in the table.

You can add or remove columns to focus on the user properties and metrics most relevant to your analysis.

### Filter and time range

Use **Filter** and the **time range selector** to narrow the conversations shown in the table. These controls work the same way across Live Data pages.

For details, read [here](/guides/platform/filters).

### Export to CSV

Use **Export CSV** to download the interactions currently displayed in the table.

The exported file includes all interactions that match your current filters, search query, and table configuration. If you've customized the visible columns, those columns are reflected in the exported CSV.
