---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-user-interface

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# View links between system elements and URLs

# View links between system elements and URLs {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can view the links between your system elements and their URLs to render more
specific content within your site.

## Vorbereitungen

Role required: content_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

See the [Navigate to a record or module using a URL](https://servicenow-prod.fluidtopics.net/5Ax3WyUgvBPu1UW8q0mgyg "Users can navigate to a record or module directly by using a URL. This topic explains the URL schema by which the system renders pages.")
page for an overview of URL syntax in the ServiceNow platform.

The Incidents list offers a quick example of viewing a form within its own tab. This
viewing method illustrates how to append the URL string to render more specific
content within your site.

## Prozedur

1. Navigate toIncidentAll.
2. Right-click in a blank area within the content frame and select Open Frame in New Window or Open Frame in New Tab.  
   The URL returned looks similar to this example.

   \<instance_name\>/incident_list.do?sysparm_userpref_module=b55b4ab0c0a80009007a9c0f03fb4da9  
   The URL is comprised of the following elements.
   * incident_list.do? is the call to the list with no parameters passed into it. Explore context menu options and list filtering variations to see how the URL string is appended with each action.
   * incident_list.do?sysparm_query=\&sysparm_view=ess is an example of how the view is passed in the URL string.
   * incident_list.do?sysparm_query=GROUPBYactive\&sysparm_view= is how the URL looks when the group by option is chosen from the context menu.
   * incident_list.do?sysparm_query=category%3Dsoftware is the result of applying a category is software filter to the list.
   {#t_LinkToContent__ul_azb_ssf_1p}

   Explore all the options available within the right-click menu.
   Click through to the Incident form itself (incident.do) to see what the URL
   string does when parameters are passed into it.
* **[Element link examples](https://servicenow-prod.fluidtopics.net/zFVuvnp2L1QGTDj3PX2hfg)**   
  View examples that show how to create a site pointing to various system data in several different data tables.
* **[Page source view](https://servicenow-prod.fluidtopics.net/l26IISWbunRHTT3srAoOHQ)**   
  Use the tools available in your browser to view the frame source page and understand what URL address bars pass between system frame sets.

