# 概览

## 如果您想使用Swan客户端工具发单

#### Swan客户端工具提供以下功能：

* 通过Lotus、Graphsplit、或IPFS将源文件生成 CAR 文件；
* 生成元数据，如 CAR 文件的URL, 交易开始高度(start epoch)等，并以 JSON 格式保存到元数据文件;
* 使用元数据 JSON 文件发起交易;
* 生成包含交易 CID、存储提供者 ID 等数据的最终 JSON 文件，供存储提供者导入交易;
* 在 FilSwan 平台上创建任务和离线交易;
* 自动将交易发送给参与自动竞价的存储提供者。


---

# 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-cn.filswan.com/swan-client/gai-lan.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.
