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

# Get AI chat session information

> Copy your session info from an AI chat to share with support

You can copy your session info from an Agent chat session to share with support or engineering when troubleshooting issues. This information is helpful for:

* Reproducing the exact state of your conversation.
* Diagnosing issues in your specific environment.

## Steps

1. In your Agent chat, open chat history.
2. Click **Copy Session Details**.
3. The session info will be copied to your clipboard.

## Example session info

When pasted, the copied information will look similar to this:

```json theme={null}
{
  "sessionId": "a8c06824-32d5-4ee2-9979-10145f286234",
  "chatId": "datatransformation_94_1763_dev_default",
  "hostname": "app.prophecy.io",
  "commit": "e5740ed9aefff5f8363e82d5a6b235ce52a4f339",
  "timestamp": 1754659872604,
  "version": "4.2.8.0"
  "projectId": "31709",
  "userEmail": "user.drew@prophecy.io"
}
```
