# Participant details

To **get a specific participant's details,** just click on the target participant's ID, within the selected [session details](/dashboard/troubleshooting-sessions/session-details.md) page:

* Participant name: The name with which the participant joined the session.
* Participant status: It will 'live' while in the session, or otherwise 'inactive'.
* Room name: Each session is ran in a single [room](/dashboard/creating-a-room.md), which you may identify.
* Participant joined (UTC): Displays a timestamp with the moment the participant joined.
* Participant left (UTC): Displays a timestamp with the moment the participant left.
* Duration: The elapsed time between 'participant joined' and 'participant left'.
* Device: The device that the participant used to join the session, can be 'Desktop' or 'Mobile'.
* System: The participant's operating system.
* Browser: The participant's browser and version.
* Participant log: A detailed, chronologically ordered list with all the signalling events, including event payloads.

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


---

# 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://docs.digitalsamba.com/dashboard/troubleshooting-sessions/participant-details.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.
