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

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Create a custom knowledge homepage

# Create a custom knowledge homepage {#ariaid-title1}

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

As a system administrator, you can create a module allowing users to open a knowledge
homepage for a specific knowledge base or category.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

Hinweis:  
This topic creates a legacy v3 knowledge homepage. You can create a portal homepage and configure it to get a new look and feel. For information, see [Configure the Knowledge Management Service Portal](https://servicenow-prod.fluidtopics.net/0g4h0fUcgI5od9oClIWkDQ "The Knowledge Management Service Portal enables users to perform the same operations that are available with the Knowledge Management V3 plugin. From the portal, users can view knowledge bases and articles, search for information, sort and filter search results, and provide feedback.").

## Prozedur

1. In the application navigator, point to the application name and click the edit application icon (![Edit Application icon]()).
2. In the Modules related list click New.
3. Enter a Title for the module.
4. In the Link type field, select URL (from Arguments).
5. In the Arguments field, append one or more of the following values to <kbd class="ph userinput">$knowledge.do#/search?</kbd>.

   | Option | Bezeichnung |
   | sysparm_kb=\<knowledge base sys_id\> | Enter the sys_id of a knowledge base to show knowledge articles from that knowledge base by default. If the specified knowledge base does not exist, the default knowledge homepage appears when accessing the custom homepage module. |
   | sysparm_category=\<knowledge category sys_id\> | Enter the sys_id of a knowledge category to show knowledge articles from that category by default. If the specified category does not exist, the default category for the selected knowledge base appears when accessing the custom homepage module. Hinweis: The category passed in this parameter must belong to the knowledge base passed in the sysparm_kb parameter. |
   | sysparm_order=\<view_count, last_modified, or relevancy\> | Enter the default sort order for articles to appear in. |
   |-|-|

   {#t_CreateACustomKnowledgeHomepage__choicetable_c4x_2q1_5r}
{#t_CreateACustomKnowledgeHomepage__steps_mvb_q41_5r}

## Beispiel

To create a homepage for a Facilities knowledge base with a
sys_id of d582764047022100158b949b6c9a7145 and sorting by last
modified date, enter
<kbd class="ph userinput">$knowledge.do#/search?sysparm_kb=d582764047022100158b949b6c9a7145&amp;sysparm_order=last_modified</kbd>
in the Arguments field on the Module form.
**Zugehörige Konzepte**   

* [Configuring Knowledge Management](https://servicenow-prod.fluidtopics.net/PkHwDn8_DWgNeH2aAGrXvg "Plan and configure your Knowledge Management implementation.")
* [I18N - Knowledge internationalization](https://servicenow-prod.fluidtopics.net/rGVe9toRA8EIwb_pstm5Pw "The optional knowledge internationalization features enable knowledge users to view articles in multiple languages.")

