> 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/new-portal/tile-pics.md).

# Add Portal Tile Pictures or Icons

## Adding Portal Tile Pictures

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 e-mail <support@shiftiq.com>)<br>

Drag and drop the image you want set as the portal tile image into the content screen. Note that it is best to ensure all of the pictures you want to use on your portal are the same dimensions, and are sized to be no larger than 800 pixels wide and/or 800 pixels high.

The image will display as a URL link, for example:\
!\[insite-image.jpg]\(<https://insite.insite.com/files/sites/insite/example/insite.jpg>)

Edit the URL link to only show /files/sites/insite/example/insite.jpg and select Save.

![Portal tile](https://e02.insite.com/files/sites/global/tile-pics/portal-tile.png)

## Adding Portal Tile Icons

If you'd prefer to use fa-fa icons, rather than pictures, you can do so on the Page Setup tab; Settings sub-tab and then click on the Pencil icon next to the Icon field under the Content heading.<br>

On the Update Content card, add the icon code in the Icon field. Icon codes can be found on websites like [*Font Awesome*](https://fontawesome.com/v5/search)*.*

![Icon 1](https://e02.insite.com/files/web/bc03a342-fc83-4fe9-946c-af900134fadd/icon-1.png)

Click the Save button to save your changes.

When going back to the portal, you will see the Icon you added on the tile.

<br>

![Icon 2](https://e02.insite.com/files/web/bc03a342-fc83-4fe9-946c-af900134fadd/icon-2.png)<br>

<br>


---

# 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/new-portal/tile-pics.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.
