> For the complete documentation index, see [llms.txt](https://descier-1.gitbook.io/the-desci-journal-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://descier-1.gitbook.io/the-desci-journal-handbook/publishing.md).

# Publishing

**Proofs.** Prior to publication, authors receive proofs of their work for review. While we value the author's expertise and insights, we understand that the final say belongs to them. Authors are given a 48-hour window to carefully examine and make any necessary adjustments to the proofs, ensuring their work accurately reflects their intent and vision before it goes public.

**Copyright and Licensing.** At our platform, we firmly believe in empowering authors by granting them 100% copyright ownership of their content. This means that authors retain full control over their work, including the ability to share, reproduce, or publish it elsewhere as they see fit. Our commitment to author-centric copyright policies ensures that the creative and intellectual rights of authors are respected and protected.


---

# 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://descier-1.gitbook.io/the-desci-journal-handbook/publishing.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.
