> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/document-control/managing-documentation-lifecycle/managing-the-publication-of-documentation.md).

# Managing the Publication of Documentation

Publish documentation for end-users—or unpublish it when it needs to be withdrawn.

Publishing is the process of making documentation available to end-users. Once a document is published, it can be viewed, referenced, and used by the intended audience. This ensures that approved content is accessible and usable for those who depend on it for their day-to-day operations.

{% hint style="warning" %}
Publishing occurs only after all prior governance steps—such as endorsement, approval, and attestation (if configured)—are complete. It is then **manually triggered** by users with the appropriate permissions and authorizations.
{% endhint %}

It is also possible to **unpublish** documentation, allowing you to withdraw a published version and return it to draft status. This ensures that incorrect, mistakenly published, or temporarily unavailable content is no longer visible to end-users.

***

## How Publish & Unpublish Documentation

In **Phase 1**, publication management is not yet available in the platform. All publication actions must be performed in EPC.

For detailed instructions on publishing and unpublishing documentation in EPC, refer to the following topics:

* [Publish](https://www.manula.com/manuals/interfacing-technologies/epc10-webapp/15.4/en/topic/12-1-5-8-publish)
* [Mass Publish](https://www.manula.com/manuals/interfacing-technologies/epc10-webapp/15.4/en/topic/12-1-9-8-1-mass-publish)
* [Unpublish](https://www.manula.com/manuals/interfacing-technologies/epc10-webapp/15.4/en/topic/12-1-3-12-6-unpublish)

***

## See Also

You can use the platform to stay on top of your documentation lifecycle and ensure every task is completed smoothly. Explore the resources below to get started:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Managing Tasks in To Do</strong><br><br>View, organize, and complete documentation lifecycle tasks.</td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FmanuRmFLiwvQFODiw6un%2FIMS-V16-NAV-Library-Icons-52.png?alt=media&amp;token=cdcc6cab-92cb-4f6c-b21c-e0aab133de45">to do icon.png</a></td><td><a href="/interfacing-help-files/end-users/to-do.md">Managing Your Tasks</a></td></tr><tr><td><strong>Permission &#x26; Security Management</strong> <strong>(Admins Only)</strong><br><br>Learn about the permissions and authorizations required to access, edit, and manage documentation.</td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FDVOr16RGQ8X2vVUMqabP%2FIMS-V16-NAV-Library-Icons-72.png?alt=media&amp;token=69397afb-8f9a-497d-acf7-0ce1a042dbaa">IMS-V16-NAV-Library-Icons-72.png</a></td><td><a href="/interfacing-help-files/administration-and-configuration/system-administrators/permission-and-security-management.md">Permission &amp; Security Management</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/document-control/managing-documentation-lifecycle/managing-the-publication-of-documentation.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.
