# Create APL from APL Blueprints

### Objective: <a href="#toc86693448" id="toc86693448"></a>

This document aims at guiding users to create APL Blueprints and also to create APL from the blueprints. To perform various steps on the VoiceWorx platform, this document will help you how to do efficiently and effectively.

### Introduction <a href="#toc81327513" id="toc81327513"></a>

The VoiceWorx platform allows platform admin to create APL Blueprints (Templates) and is shared among all the users within the organization. One can create APL from the blueprints and customize values as per skill requirements and implement such APL across the skills.

### APL Blueprints Creation <a href="#toc86693450" id="toc86693450"></a>

There are few steps to follow and as below:

### Step 1: Create reference APL content <a href="#toc86693451" id="toc86693451"></a>

Firstly, one need to create an APL content, with reference to which blueprints will be created further.

![](/files/JSQUHKrpet5adOmtL4Kt)

**Note:** While creating APL, one can also enter the placeholders for customizing the values instead of using static values. There is specific way to enter the placeholder. For example, look at the below image.

![](/files/H1KGFbIGYmXWVtFxxBrf)

![](/files/YoJIjfPNrLV0HuKp2MDX)Please provide unique name for the APL content that will be used as a reference APL for blueprints.

### Step 2: Create APL Blueprint <a href="#toc86693452" id="toc86693452"></a>

![](/files/7YeCkFOk0pvSNtciqFw7)Once APL content is created, you can navigate to APL Blueprint page. It’s under the Content Menu.

To create new APL Blueprint

* Click on “Add New APL Blueprint” button.
* It’ll popup the add APL blueprint modal.
* On the APL Content field, find and select the previously created reference APL content.
* Fill all the fields and click on the “Save” button.

![](/files/SXj64xQL1lzw4p9EYGef)

* It’ll navigate to APL Blueprint list.
* One can filter the APL Blueprints by selecting the content category “Select APL Content Category” select option on the page.

### APL Content from APL Blueprints <a href="#toc86693453" id="toc86693453"></a>

There are few steps to create APL from the APL Blueprints:

* Firstly, you need to navigate to APL Blueprint Page.
* You can filter the blueprints content category wise.
* Tap the image on the left side on the list, to preview the APL design.
* Select the best suitable one as per your requirement and click on the “Create New APL” button to create new APL content.

![](/files/9CjGPH2PEr43QXnXkeC4)

* Clicking on the “Create New APL” button will navigate you to new page.

![](/files/5TPgp2R4WN03BQUYs96Z)

**Note**: Placeholders created on the reference APL content will displayed here as a input parameter while creating APL content from the APL Blueprints.

* Enter all the values and click on the “Create APL Content” button.
* Newly created APL then can be shared among different skills.<br>


---

# Agent Instructions: 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:

```
GET https://docs.ixhello.com/ixhc/blueprints/create-apl-from-apl-blueprints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
