# Gate Shipments

<figure><img src="/files/2bz28xeiqQWU5uZAhru8" alt=""><figcaption></figcaption></figure>

The above figure displays an example of a user at address **0x…1** (Bob) attempting to send assets to user **0x…3** (Carl). Carl is an employee at Bob’s company - Bob issues a specific asset to all of his co-workers - a KEY NFT. Carl’s specific NFT is ID #23, and Bob wants to ensure that once Carl has received his Key he will be able to receive his company asset pack. Potentially, Bob might send the KEY #23 to Carl through CPaS.

Upon creation of the Capsule Shipment, Bob specifies to send his Capsuled assets to **0x…3** (Carl) – and Bob has also attached a password. Without Carl properly owning KEY #23, Carl is unable to properly accept this shipment and receive his company asset pack. Bob may be waiting until Carl has properly passed onboarding, or anything of the sort. In the case where Carl does not join the company, Bob can simply cancel the shipment and receive Carl’s company asset pack back.

Thankfully, Carl does pass onboarding, and receives his KEY #23 through a separate transaction through CPaS. As such, Carl simply accepts the package holding KEY #23 in his wallet and receives his Capsuled asset pack.

This example speaks to a company-security setup, but this can easily be mapped alongside NFT collections and community giveaways, where assets are given away to specific ID holders.

***

If this interests you view our developer examples of [Conditional Redemption](/protocol-overview/developer-walkthroughs/code-examples/conditional-redemption.md) and [Conditional Shipment](/protocol-overview/developer-walkthroughs/code-examples/conditional-shipment.md).


---

# 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.capsulelabs.xyz/protocol-overview/use-cases/gate-shipments.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.
