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

# List of Portal Tile URLs Customers will Love

### Portal Tile URLs

<i class="fa-calendar-alt">:calendar-alt:</i>**Classes:** /ui/portal/events/classes/search

<i class="fa-id-card">:id-card:</i>**Registrations:** /ui/portal/events/classes/registrations/search

<i class="fa-calendar-alt">:calendar-alt:</i>**Calendar:** /ui/portal/events/calendar /ui/portal/events/appointments/search

<i class="fa-file-invoice-dollar">:file-invoice-dollar:</i>**Invoices:** /ui/portal/billing/invoices

<i class="fa-trophy">:trophy:</i>**Credentials:** /ui/portal/record/credentials/learners/search

<i class="fa-trophy">:trophy:</i>**Instructor Credentials Search:** /ui/portal/records/credentials/instructors/search

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Standards Outline:** /ui/portal/standards/outline?standard=***Standard Unique Identifier***

<i class="fa-balance-scale">:balance-scale:</i>**Assessment Summary:** /ui/portal/learning/progress?course=***Course Unique Identifier***

<i class="fa-balance-scale">:balance-scale:</i>**Assessment Attempts:** /ui/portal/assessments/attempts/search

<i class="fa-check-square">:check-square:</i>**Survey Responses:** /ui/portal/surveys/responses/search

<i class="fa-pencil-ruler">:pencil-ruler:</i>**Logbooks:** /ui/portal/records/logbooks/search

<i class="fa-pencil-ruler">:pencil-ruler:</i>**Validators Logbook View** /ui/admin/records/logbooks/validators/search

<i class="fa-user-alt">:user-alt:</i>**My Profile:** /ui/portal/identity/profile

<i class="fa-user-alt">:user-alt:</i>**Creating New People:** /ui/portal/contacts/people/search

<i class="fa-exclamation">:exclamation:</i>**Issues:** /ui/portal/workflow/cases/search

<i class="fa-spell-check">:spell-check:</i>**Instructors Gradebook View** /ui/admin/records/gradebooks/instructors/search

### Competancy Tile URLs

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Standards (Documents):** /ui/portal/standards/documents/search

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Competency Based Job Descriptions:** /ui/portal/standards/documents/search?type=Job+Description

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Occupational Profiles:** /ui/portal/standards/documents/search?type=Occupation+Profile

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Competancy Mapping:** /ui/portal/standards/documents/analysis?type=careermap

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Occupation Standards:** /ui/portal/standards/documents/search?type=National+Occupation+Standard

<i class="fa-ruler-triangle">:ruler-triangle:</i>**Competency Clustering:** /ui/portal/standards/documents/search?type=Competency+Clustering


---

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