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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/embed/admin/sessions",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Managing user sessions

> View and delete Omni embed user sessions.

The **Settings > Embed > Sessions** tab allows you to view and manually delete embed user sessions as needed.

The sessions table displays the following information:

* **External ID** - The unique identifier for the embed user
* **Host** - The hostname extracted from the session URL, useful for distinguishing between sessions from different domains
* **Name** - The display name of the embed user
* **Created At** - When the session was created
* **Expires At** - When the session will expire

To manually delete a session, click on the options button (i.e. the vertical three dots button) to the right of the session to open the options menu. Then click **Delete session**.

You can also filter sessions based on user name using the search bar above the table.

<Note>
  When a session is expired or deleted, the embed URL used to create the session will no longer display content.
</Note>
