> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/docs/password-manager/bitwarden-send/send-faqs.md).

# Send FAQ

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/article/send-faqs/)
{% endhint %}

### 问：为什么我无法创建文件 Send？ <a href="#q-why-cant-i-create-a-file-send" id="q-why-cant-i-create-a-file-send"></a>

**答：**&#x6587;本 Send 适用于所有 Bitwarden 用户，但文件 Send 的创建仅适用于高级版用户，包括付费组织的成员（家庭版、团队版或企业版）。

此外，创建文件 Send 要求您的电子邮箱地址已经过验证。

### 问：为什么 Send 从我的 Send 视图中消失了？ <a href="#q-why-are-sends-missing-from-my-send-view" id="q-why-are-sends-missing-from-my-send-view"></a>

**答：**&#x6839;据设计，Send 是短暂的。每个已创建的 Send 都有**最大 31 天的生命周期**，可以在[创建 Send](/docs/password-manager/bitwarden-send/create-a-send.md) 时或在任何时候通过编辑 Send 来配置。当达到 Send 的[删除日期](/docs/password-manager/bitwarden-send/send-lifespan.md#deletion-date)时，它将从 Bitwarden 系统中清除，发送者和任何接收者都无法访问。

### 问：我可以为组织禁用 Send 吗？ <a href="#q-can-i-disable-send-for-my-organization" id="q-can-i-disable-send-for-my-organization"></a>

**答：**&#x4F01;业版组织可以使用 [Send 控制策略](/docs/admin-console/oversight-visibility/enterprise-policies.md#send-controls)来禁用创建新的 Send 或编辑现的 Send 的功能。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.ppgg.in/docs/password-manager/bitwarden-send/send-faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
