---
parser: v2
auto_validation: true
time: 10
tags: [ tutorial>beginner, software-product>sap-build-work-zone--advanced-edition]
primary_tag: software-product>sap-build-work-zone--advanced-edition
author_name: Lindsay Bert
author_profile: https://github.com/LindsayBert
slug: workzone-build-5-url-app
canonical_url: https://developers.sap.com/tutorials/workzone-build-5-url-app
---

# Add a URL App to Your Workpage in SAP Build Work Zone, advanced edition
<!-- description --> Create a URL app and add it to your workpage in an SAP Build Work Zone, advanced edition site.

## Prerequisites
- A subaccount in SAP BTP that includes a subscription to the SAP Build Work Zone, advanced edition service has already been setup for you. Note that SAP Build Work Zone, advanced edition is not available in a trial account
- You've already designed the **Home** page where you'll add this app  




## You will learn
  - How to configure a URL app and add it to your **Home** page


## Intro
You've already added a SAPUI5 app to your **Home** page under the **Most Popular Apps** header. Now in this tutorial, you'll use the **Content Manager** to add a URL app under the same header.

---

### Open the Content Manager


1. Access the **Administration Console** from the user actions dropdown menu under your avatar.

    ![Open the Admin Console](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/1-open-admin-console.png)

2. Go to the **External Integrations** section, expand it, and click **Business Content**.

    ![Open Business Content](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/2-open-business-content.png)

3. Click **Content Manager** to open it.

    ![Open Content Manager](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/3-open-content-manager.png)


### Create and configure a new app


1. From the **Content Manager**, click **Create** and select **App** from the list.

    ![Create new app](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/4-create-new-app.png)

    The App editor opens with the **Configuration** tab in focus.

2. Enter the following values:

    * **Title**: `Innovation at SAP`

    * **Open App**: In place

    * **URL**: `https://sap.io`

      ![Define app properties](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/5-app-properties.png)

3. Click the **Navigation** tab to specify the intent of your app.

    >The unique combination of a semantic object and an action is called an intent. It is used to define navigation to an application.

4. Enter the following values:


      * **Semantic Object**: `Innovation`

      * **Action**: `Display`

        ![Define navigation properties](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/6-navigation-properties.png)

5. Click the **Visualization** tab. In this tab, you specify how the app tile will appear in the **Applications** page of your site.

6. Enter the following values:

      * **Subtitle**: `SAP.iO program `

      * **Information**:  `Learn about SAP.iO`

      * **Icon**: Click the browse icon, type `visits`, click on the displayed icon to add it.

7.  On the right, you can see a preview of the tile with all the properties you entered.
     Click **Save**.

      ![Define visualization properties](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/7-vizualization-properties.png)

You've configured the URL app and in the next step you'll go back to the **Content Manager** to see it in the list of content items.



### View the app in the Content Manager


Click **Content Manager** in the breadcrumbs in the header to navigate back to it.

  ![Go back to the Content Manager](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/8-back-to-content-manager.png)

You can see your app in the list of content items:

  ![View app in my content](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/9-view-app.png)

To view the app in runtime, you must assign the app to a role. You also need to assign the app to a group so that it'll be visible in the **Applications** page of your site. This is described in the following steps.




### Assign the app to the Everyone role


The `Everyone` role already exists in the **Items** list of the **Content Manager** by default. Content assigned to the `Everyone` role is visible to all users.

1. In the **Items** list, click the **Everyone** role to open the Role editor.

    ![Click Everyone role](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/10-click-everyone-role.png)

2. Click **Edit**.

    ![Click Edit](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/11-click-edit.png)

3. Click the search box in the on the right to view any available apps in the list below.

    >If you have many apps, you can type some letters of your app name in the search bar, (for example, `In`) to search for the app.

4. In the **Assignment Status** column, drag the toggle switch to the right next to the `Innovation at SAP` app to assign this role to your app. You'll see that the icon changes.

5. Click **Save**.

    ![Assign app to role](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/12-assign-app-to-role.png)


### Create a group and assign the app to it


A group is a set of one or more apps displayed together on the **Applications** page of your site. Assigning apps to groups, makes them visible to the user on the workpage. In this step you'll create a new group and assign the app to it.

1. Click **Content Manager** in the breadcrumbs in the header to navigate back to it.

    ![Go back to the Content manager](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/13-back-to-content-manager.png)

2. Click **Create** and select **Group** to create a group.

    ![Add new group](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/14-add-new-group.png)

3. Enter `SAP` as the **Title**. 

4. In the **Assignment Status** column, drag the toggle switch to the right next to the `Innovation at SAP` app to assign it to this group. You'll see that the icon changes.

5. Click **Save**.

    ![Assign app to group](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/15-assign-app-to-group.png)

Your app is configured. Now you'll go to the **Applications** page to see that the app appears there.



### View the app in the Applications page of your site



1. Click the **Site Directory** icon in the side panel.

    ![Go to Site Directory](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/16-go-to-site-directory.png)

2. Click the **Open site** icon.

    ![Open work zone](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/17-open-work-zone.png)

3. In the top-level menu of your site, click **Applications**.

    ![Open Applications page](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/18-open-applications-page.png)

You'll see your app displayed as a tile in the new group you assigned it to:

![View new app in new group](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/19-view-second-app.png)

Now you're going to add this app to the **Home** page.


### Open the Page Designer



1. Click the back arrow to go back to the **Home** page.

    ![Back to Home](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/20-go-to-home.png)

    > You can also navigate back to the **Home** page from the top navigation bar.  Click **Home** and then select **Home** next to the little house icon.

2. Click the pencil icon to open the Page Designer.

    ![Open page designer](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/21-open-page-designer.png)



### Add the URL app to the Home page


In the previous tutorial, you added a header to your **Home** page and underneath it, you added a SAPUI5 app. You're now going to add the URL app next to the existing app.

1. Scroll down to the bottom of the page and in the same section as the `New Orders` app, click the **+ Add Application Tiles**.

    ![Add Widget](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/22-add-widget.png)


2. In the **Tiles** screen, from the search box, start typing in the name of your app `Innovation at SAP`, select the app, and then click **Add**. The app is added to the section on your workpage.

    ![Select the app](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/24-select-app.png)


6. Scroll to the top of the screen and click **Publish**.

    This is how your **Home** page looks now with the 2 added apps:

    ![View home page with 2 apps](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/workzone-build-5-url-app/25-homepage-apps2.png)

7. Click the apps to open them.
