# ThreadListPrimitive URL: /docs/api-reference/primitives/thread-list Display and manage multiple conversation threads with create and archive actions. *** title: ThreadListPrimitive description: Display and manage multiple conversation threads with create and archive actions. ---------------------------------------------------------------------------------------------- Displays a list of conversation threads. import { ParametersTable } from "@/components/docs/tables/ParametersTable"; ## Anatomy ```tsx import { ThreadListPrimitive } from "@assistant-ui/react"; const ThreadList = () => ( ); ``` ## API Reference ### Root Contains all parts of the thread list. This primitive renders a `
` element unless `asChild` is set. ### New A button to create a new thread. This primitive renders a `