A Packet represents a single Signer's relationship to a Bundle — their assigned
fields, their place in the signing order, the URL they receive, and their signing
status. Packets are created automatically as part of Bundle creation; this section
covers retrieving and updating individual Packets after the Bundle is sent,
including generating embedded signing URLs and resending notifications.

**Related guides:** [Implement Embedded Signing](/docs/guides/embedded-signing/)

```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
