# Test and Publish

### Deployment readiness checklist

Before testing and publishing the network, make sure that:

* [ ] All files and data are correctly referenced in the `input.json` file.
* [ ] There are no logical errors in the referenced data.
* [ ] The `/definitions` folder and `input.json` file are packaged into one zip file.
* [ ] The DDF and CSV files are ready for upload.
* [ ] You have the test environment details where you want to publish the protocol. For more information, see [Publishing the protocol](/protocol-guide/test-and-publish/publishing-the-protocol.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.tuumio.com/protocol-guide/test-and-publish.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.
