Skip to content

Commit 932b139

Browse files
committed
[ADD] AI: Webpage generator
1 parent c711f3e commit 932b139

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

content/applications/productivity/ai.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ AI
66

77
ai/agents
88
ai/fields
9+
ai/webpage
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
====================
2+
AI webpage generator
3+
====================
4+
5+
.. |AI| replace:: :abbr:`AI (Artificial Intelligence)`
6+
7+
Within Odoo's **Website** application, |AI| can be utilized to generate original webpages. By
8+
providing Odoo with a prompt, the |AI| agent generates a design and content that suits the
9+
business's needs, style, and tone.
10+
11+
.. note::
12+
The **AI** application does **not** need to be installed on the database to use the webpage
13+
generator, only the **Website** app.
14+
15+
Generating a new webpage
16+
========================
17+
18+
First, navigate to the :menuselection:`Website app`. In the top-right of the page, click
19+
:guilabel:`New`, then click :guilabel:`Page`.
20+
21+
.. image:: webpage/new-page.png
22+
:alt: Adding a new page to a website in Odoo.
23+
24+
On the :guilabel:`New Page` pop-up, select the desired page type.
25+
26+
.. note::
27+
The |AI| webpage generator is not available on the *Blank* page type.
28+
29+
Clicking on a page type opens a :guilabel:`New Page` pop-up. Enter a :guilabel:`Page Title`, then
30+
slide the :guilabel:`AI Generate Text` toggle to active to reveal the :guilabel:`Instructions`
31+
field. Here, enter a short description of the page being created. This should include a few
32+
important keywords that help define the focus and scope of the page.
33+
34+
Next, select one of the tone options for the page:
35+
36+
- :guilabel:`Concise`
37+
- :guilabel:`Professional`
38+
- :guilabel:`Friendly`
39+
- :guilabel:`Persuasive`
40+
- :guilabel:`Informative`
41+
42+
.. image:: webpage/generate-page.png
43+
:alt: The new page pop-up with the Generate AI text options visible.
44+
45+
When finished, click :guilabel:`Create with AI`. It may take a few moments for the webpage to load.
46+
Content created by the |AI| generator can be edited. Click :guilabel:`Edit` on the toolbar on the
47+
right side of the page, then click on a block of text to make changes. Click :guilabel:`Save` when
48+
finished.
49+
50+
.. tip::
51+
The webpage generator may have created buttons. Before publishing the webpage, be sure to check
52+
that any buttons are linked to an active webpage.
53+
54+
After reviewing the page, slide the :guilabel:`Unpublished` toggle to active to publish the page.
55+
56+
.. seealso::
57+
:doc:`Web design <../../websites/website/web_design>`
25.1 KB
Loading
21.7 KB
Loading

0 commit comments

Comments
 (0)