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

# Grouping Inferences

To associate different inference calls into a common conversation, you need to include a `session_id` parameter in your inference log.

When you include the `session_id` field, we will automatically group all the inferences from that conversation together, so you can view them together on the Inference Detail Page.

*Conversation history is visible on the left panel in the screenshot below.*

![](https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/convo-chats.png)

<Note>
  Note: You can also use this to group chained inference calls together.
</Note>
