An Envelope Template is a reusable Bundle definition — one or more Documents,
a defined set of Signer roles, and any default settings — that can be instantiated
by providing only the runtime values (signer names, emails, etc.). Use these when
the same multi-document workflow is sent repeatedly. Bundles are created from
Envelope Templates via the
[Create a Bundle from an Envelope Template](/docs/api/create-bundle-from-envelope-template)
endpoint.

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

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