> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/sites/edit-site-contents/preview-contents.md).

# Preview Contents

You are able to preview the content you are creating at any time. There are 3 ways of previewing contents.

1. Select **Preview** Button (<i class="fa-external-link">:external-link:</i> **Preview**) at the top right of the content panel. When you select **Preview** it will open the page you are currently working on in a new tab with a view of what it will look like on the Portal or Web Site.
2. Select the **Toggle View** icon (<i class="fa-eye">:eye:</i>) on the menu bar. This will toggle the content view so you are able to preview what the contents will look like on Portal or Web Site.
3. Select **Toggle Side by Side** icon (<i class="fa-columns">:columns:</i>) on the menu bar. You will have a Side by Side view of the content you are adding to your Portal or Web Site. To exit the Side by Side view, click on the Toggle Full Screen icon<i class="fa-arrows">:arrows:</i>


---

# 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://docs.shiftiq.com/help/sites/edit-site-contents/preview-contents.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.
