Skip to content

Commit 3fe0453

Browse files
committed
[ADD] AI: Ask AI
1 parent 9678f9e commit 3fe0453

File tree

5 files changed

+78
-0
lines changed

5 files changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,85 @@
1+
:show-content:
2+
:hide-toc:
3+
14
==
25
AI
36
==
47

8+
.. |AI| replace:: :abbr:`AI (artificial intelligence)`
9+
10+
Artificial intelligence (AI) in Odoo enhances productivity across all apps by providing intelligent,
11+
context-aware assistance. It helps users work faster, make better decisions, and automate routine
12+
tasks, all while staying within the familiar Odoo interface.
13+
14+
Ask AI
15+
======
16+
17+
The :guilabel:`Ask AI` feature allows users to receive assistance anywhere in an Odoo database. It
18+
understands natural language and can answer questions, open views, and improve content.
19+
20+
To enter a prompt from anywhere in the database, enter :kbd:`Ctrl` + :kbd:`k` to open the command
21+
palette. From here, type in a prompt, then click the |AI| icon or hit enter. This opens a
22+
conversation window with the *Ask AI* agent.
23+
24+
.. image:: ai/command-palatte.png
25+
:alt: An open command palatte with a prompt.
26+
27+
.. important::
28+
The *Ask AI* agent is instructed not to display an error to a user. If it is unable to complete
29+
the requested query, it responds that it is unable to complete the request at that time.
30+
31+
After the agent has responded, hover over the response to do one of the following:
32+
33+
- :guilabel:`Send as Message`: opens an email pop-up with the contents of the response in the body
34+
of the message. The message can be edited before it is sent.
35+
- :guilabel:`Log as Note`: opens a chatter pop-up with the contents of the response. The note can
36+
be edited before it is logged as a note.
37+
- :icon:`fa-copy` :guilabel:`(Copy)`: copies the contents of the response to the clipboard.
38+
39+
.. image:: ai/response-options.png
40+
:alt: A response from an agent with the send, log, and copy options visible.
41+
42+
.. tip::
43+
To open the conversation with the agent in the **Discuss** app, click on the header of the
44+
conversation window, then click :icon:`fa-expand` :guilabel:`Open in Discuss`.
45+
46+
.. image:: ai/open-in-discuss.png
47+
:alt: The header of a conversation window with the open in discuss option visible.
48+
49+
AI button
50+
---------
51+
52+
In addition to the command palette, the |AI| button can be utilized to open a conversation with the
53+
*Ask AI* agent as well. The |AI| button is located in the top-right corner of the screen and is
54+
available throughout the database regardless of what app the user is currently using.
55+
56+
After clicking the |AI| button, a conversation window opens with the *Ask AI* agent. Either type a
57+
request in the message field or click one of the preconfigured message prompts.
58+
59+
.. figure:: ai/ai-button.png
60+
:alt: The AI button opens a window that includes suggested conversation prompts.
61+
62+
The AI button opens a window that includes suggested conversation prompts. The prompts vary based
63+
on where in the database the button was clicked.
64+
65+
Common requests
66+
===============
67+
68+
Below are some common requests that the *Ask AI* agent can assist with:
69+
70+
- Translation: *Translate the most recent chatter message*
71+
- Summarize: *Summarize this chatter thread*
72+
- Text generation: *Generate a follow-up message*
73+
- Improve: *Improve this message draft*
74+
- Suggest: *Suggest next steps for the sales rep/support agent*
75+
76+
.. important::
77+
The standard *Ask AI* agent **cannot** make changes to the database. As such, it can open views
78+
and display reports, but it cannot create leads or alter data. For more information on
79+
customizing agents to complete tasks, see :ref:`Topics <ai/topics>`.
80+
581
.. toctree::
82+
:titlesonly:
683

784
ai/agents
85+
29 KB
Loading
11.4 KB
Loading
3.98 KB
Loading
17.1 KB
Loading

0 commit comments

Comments
 (0)