# Create a Page with AI

### Overview

The **Create Page with AI** feature allows you to automatically generate rich, formatted pages with content blocks, layouts, and optional images. Using MangoApps GenAI, you can provide a prompt, upload supporting content, and select layout preferences to quickly create a publish-ready draft that you can refine before publishing.

***

### Step 1: Start Page Creation

Go to the **compose dropdown** and select **Create with AI**.

<figure><img src="/files/YBxjVen37hqAGguedekz" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
In order for this option to appear, admins must have enabled **Create with AI** from the [**Admin Portal > Domain > AI Settings**](https://guides.mangoapps.com/admin-guide/domain-settings/ai-settings#create-with-ai) menu.
{% endhint %}

***

### Step 2: Provide Page Details

This is the most important step. Here you will define what your page should be about, upload any reference material, decide how images will be handled, and select a layout style. The more details you provide, the better your generated page will match your vision.

<figure><img src="/files/cuHhQvWIr5Sim5Q5oTYs" alt="" width="563"><figcaption></figcaption></figure>

#### **What’s your Page about?**

Enter a description of the page you want, or choose from one of the pre-shipped prompts. This prompt is <mark style="color:red;">**required**</mark> and can be up to **2,000 characters** long.

<figure><img src="/files/y9TOsHOpVdlPyluyjQjs" alt=""><figcaption></figcaption></figure>

***

#### **Upload content file (optional)**

Upload a PDF or image (up to **100 MB**) to provide additional reference content. Only **one** file can be uploaded.

<figure><img src="/files/l8kNkoXOwuGwnpPqvCPF" alt=""><figcaption></figcaption></figure>

***

#### **Generate AI Images?**

Decide how images will be generated for your page.

<figure><img src="/files/HRLX3CyfMvKxH6UEVaVF" alt=""><figcaption></figcaption></figure>

**Yes, create images for my page**

* AI generates up to **6 images per page**.
* Used as header images, text-with-media images, and multimedia widget images.

**Yes, create images and use my uploaded images**

* Upload up to **10 images**.
* AI matches your images to page content.
* If no match is found, AI will generate replacements.
* AI also generates header images for text-only widgets.

**No, only use my uploaded images**

* Upload up to **10 images**.
* MangoApps matches them to text-with-media or multimedia widgets.
* No AI-generated images are added.

{% hint style="success" %}
We recommend using uploaded content and images alongside your prompt for best results. This ensures AI-generated pages reflect your company’s voice and branding.
{% endhint %}

***

#### **Choose layout preference**

Pick from supported system templates or your own custom templates.

<figure><img src="/files/HMhPNtwGGPOqTUg2fWbt" alt="" width="563"><figcaption></figcaption></figure>

If no layout is chosen, a default system template is applied. Custom templates automatically inherit your domain’s **branding colors** and **font family**.

***

### Step 3: Preview & Customize

The right-hand panel shows a **live preview** of the AI-generated page.

<figure><img src="/files/ytVHnx5oZeibbs9m8mLf" alt="" width="563"><figcaption></figcaption></figure>

You can modify the prompt, change uploaded images, switch templates, and regenerate the page as many times as needed.

***

### Step 4: Create Draft & Edit

Once satisfied, click the **Create Draft Page** button in the upper right hand corner of the preview field. From the resulting Create Page pop-up menu, decide where the page will be located in your domain.

<figure><img src="/files/6afbLAmrPhInzUzcMaQw" alt="" width="527"><figcaption></figcaption></figure>

The page will be created and saved as a draft in the MangoApps Page Designer at the chosen location, where you can review and edit it before publishing.

<figure><img src="/files/DGA683wJUQqttniPe68Y" alt="" width="563"><figcaption></figcaption></figure>

***

### Permissions & Access

The placement of AI-created pages depends on the user’s permission level. Who can create pages with AI is determined by role, ensuring company-wide consistency and control.

* **Admins (Network or Intranet):** Can create pages at both the company and team levels.
* **Other users:** Can create pages only at the team level, and only in teams where they are an admin.

{% hint style="warning" %}
Each page can be assigned to only **one** team at a time.
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/pages/create-a-page-with-ai.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.
