> 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.md).

# Sites

- [Overview](https://docs.shiftiq.com/help/sites/overview.md): Build and host learner portals and external public-facing websites with privacy controls, portal tiles, and shared content management
- [Creating Beautiful Web Sites and Learner Portals](https://docs.shiftiq.com/help/sites/new-portal.md): Build websites and learner portals: pages, tiles, hosts, and the sitemap view
- [Host and Edit a Public Website using Shift iQ](https://docs.shiftiq.com/help/sites/new-portal/create-website.md): To create and setup a new Website, please contact your Shift iQ Account Manager to assist with the initial setup.
- [Have One or More Portals for Your Customers](https://docs.shiftiq.com/help/sites/new-portal/create-portal.md): Create one or more learner portals for your customers
- [Creating Contents for Your Sites](https://docs.shiftiq.com/help/sites/new-portal/create-site-contents.md): From the Admin Home Page, select Sites toolkit. Under the Web Sites heading, click on the Site counter.
- [Using the Sitemap tab to Navigate Site Administration](https://docs.shiftiq.com/help/sites/new-portal/sitemap.md): To Navigate the different folders/pages in the Web Sites toolkit, select the Sitemap panel
- [Add Portal Tile Pictures or Icons](https://docs.shiftiq.com/help/sites/new-portal/tile-pics.md): Under the Page Content tab of the Site folder you want to add a picture to, select the ImageURL tab (if there is no ImageURL tab, please
- [List of Portal Tile URLs Customers will Love](https://docs.shiftiq.com/help/sites/new-portal/portal-tile-urls.md): /ui/portal/events/classes/search
- [Publishing and Privacy Settings](https://docs.shiftiq.com/help/sites/publish-privacy.md): Control portal permissions and publish individual site pages
- [Portal Permissions](https://docs.shiftiq.com/help/sites/publish-privacy/portal-permissions.md): Groups in the Contacts toolkit can be used to set the access permissions on the Organization Portal.
- [Publishing Site Pages](https://docs.shiftiq.com/help/sites/publish-privacy/publish-site-page.md): Steps to \<i class="fas fa-upload">\</i> Publish or \<i class="fas fa-eraser">\</i> Unpublish tile from Portal page:
- [Managing Website and Portal Contents](https://docs.shiftiq.com/help/sites/edit-site-contents.md): Add and edit content blocks, images, links, videos, and documents on website and portal pages
- [Adding and Editing Site and Block Content](https://docs.shiftiq.com/help/sites/edit-site-contents/content-editing.md): Add your site page or block content here using the Markdown or HTML editors. Markdown is a simple way to format text that looks great on any device.
- [Adding Images](https://docs.shiftiq.com/help/sites/edit-site-contents/adding-images.md): You are able to drag and drop a picture from file into the body of the content.\\
- [Adding a Hyperlink to Images](https://docs.shiftiq.com/help/sites/edit-site-contents/adding-url-to-images.md): In Markdown hyperlinks can be added to an image you added to the page content. .
- [Adding Links](https://docs.shiftiq.com/help/sites/edit-site-contents/adding-links.md): You are able to add web links or email addresses in the text of your content.
- [Upload Document](https://docs.shiftiq.com/help/sites/edit-site-contents/upload-document.md): To upload a document you are able to drag and drop the document from file into the body of the content.\\
- [Delete Site Page](https://docs.shiftiq.com/help/sites/edit-site-contents/delete-site-page.md): Select the Page or Folder you want to Delete.
- [Preview Contents](https://docs.shiftiq.com/help/sites/edit-site-contents/preview-contents.md): You are able to preview the content you are creating at any time. There are 3 ways of previewing contents.
- [Adding an Embedded Video](https://docs.shiftiq.com/help/sites/edit-site-contents/adding-video.md): To embed a video on the portal, you will need to upload the video to either Vimeo or You Tube.
- [Customized Help Requests](https://docs.shiftiq.com/help/sites/edit-site-contents/portal-support-customize.md): If desired, site pages can be configured to have a Submit a Request button below the other content.
- [Changing URLs and Page Slugs](https://docs.shiftiq.com/help/sites/edit-site-contents/change-url.md): If you’d like to adjust a URL Segment, you can do so under the Page Setup tab.


---

# 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.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.
