# Unpublish/hide a document

1. Locate and open the document you want to unpublish.&#x20;
2. You can find it in the list of uploaded content under the appropriate category or by searching for its title.
3. Click on the **"Advanced" tab**&#x20;

<figure><img src="/files/d5ecxYuCNvudbhAw3cpn" alt=""><figcaption></figcaption></figure>

4. Uncheck the **"Published"** box

<figure><img src="/files/E6ZEjftskEGrrizrYmK5" alt=""><figcaption></figcaption></figure>

5. Click on the **Save** button to unpublish it from the website
6. Go to the site, search for the document, and ensure it’s no longer publicly accessible.


---

# 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://liieditors.docs.laws.africa/managing-documents/unpublish-hide-a-document.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.
