> For the complete documentation index, see [llms.txt](https://data-programs.gitbook.io/singularity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-programs.gitbook.io/singularity/cli-reference/deal/send-manual-pdp.md).

# Send Manual Pdp

{% code fullWidth="true" %}

```
NAME:
   singularity deal send-manual-pdp - Send a manual PDP deal via the FWSS-pull flow

USAGE:
   singularity deal send-manual-pdp [command options]

DESCRIPTION:
   Push a single piece to an SP via Curio's /pdp/piece/pull, then trigger the
   SP's on-chain commit (createDataSet+addPieces if no assembling set yet, or addPieces
   into the existing one). Useful for e2e/diagnostic testing of the FWSS pull path.
     Example: singularity deal send-manual-pdp --client f1xxx --provider t410fxxx --piece-cid bagaxxxx --piece-size 1048576 --eth-rpc http://localhost:5700/rpc/v1 --source-url-base https://static.example.org

OPTIONS:
   --client value           Client wallet address (must be imported)
   --provider value         Storage provider f4/t4 address
   --piece-cid value        Piece CID (commp v1)
   --piece-size value       Padded piece size in bytes (default: 0)
   --eth-rpc value          FEVM JSON-RPC endpoint [$ETH_RPC_URL]
   --source-url-base value  HTTPS base where Curio fetches the piece (sourceUrl = <base>/piece/<pieceCidV2>) [$PDP_SOURCE_URL_BASE]
   --record-keeper value    FWSS contract address. Defaults to network FWSS from go-synapse. [$PDP_RECORD_KEEPER]
   --pull-timeout value     How long to wait for Curio to finish each phase (default: 5m0s)
   --help, -h               show help
```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/cli-reference/deal/send-manual-pdp.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.
