# How to preview a docs site?

The **Preview** feature allows you to see what your published content looks like before publishing it to all readers.

### Preview your published content

1. Navigate to the **Docs Sites** option located in the left-hand panel under the **Home** section
2. Select the specific site you wish to preview by clicking on it
3. Locate the **Preview** button on the top right-hand of your site's intro screen and click on it.

You can review the customizations and content and make any necessary adjustments before publishing.


---

# 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://gitbook.com/docs/help-center/published-documentation/publishing/how-to-preview-a-docs-site.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.
