You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agent365-guided-setup/a365-setup-instructions.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,30 @@
4
4
5
5
---
6
6
7
-
> **YOUR FIRST AND ONLY ACTION RIGHT NOW:** Ask the user the two path-determination questions below. Do NOT create todos, run commands, or read further until the user has answered both questions. After both answers are received, create all todos for the determined path and mark Todo 1 in-progress.
7
+
> **YOUR FIRST AND ONLY ACTION RIGHT NOW:** Ask the user the path-determination questions below (up to three, depending on answers). Do NOT create todos, run commands, or read further until all applicable questions are answered. After all answers are received, create all todos for the determined path and mark Todo 1 in-progress.
8
8
9
-
**RULE 1 — ASK TWO QUESTIONS FIRST, THEN CREATE ALL TODOS.**
9
+
**RULE 1 — ASK PATH-DETERMINATION QUESTIONS FIRST, THEN CREATE ALL TODOS.**
10
10
11
-
Before creating any todos or running any commands, ask the user these two questions (one at a time, wait for each response):
11
+
Before creating any todos or running any commands, ask the user these questions (one at a time, wait for each response):
12
12
13
13
**Question 1: Which of the following best describes your agent?**
14
14
15
-
1. M365 custom engine agent — Entra app ID
16
-
2. M365 custom engine agent — Blueprint
17
-
3. All other agents
15
+
1. M365 custom engine agent
16
+
2. All other agents
18
17
19
-
Wait for the answer. Store as `agentType` (1, 2, or 3).
18
+
Wait for the answer.
19
+
20
+
- If the user answered **1 (M365 custom engine agent)**: ask Question 1b below.
21
+
- If the user answered **2 (All other agents)**: set `agentType = 3`, skip Question 1b, and proceed directly to Question 2.
22
+
23
+
**Question 1b: Is your M365 agent using an Entra app ID or a Blueprint?**
24
+
25
+
1. Entra app ID
26
+
2. Blueprint
27
+
28
+
Wait for the answer. Then set `agentType`:
29
+
- If **1 (Entra app ID)**: `agentType = 1`
30
+
- If **2 (Blueprint)**: `agentType = 2`
20
31
21
32
**Question 2: What capabilities do you want to enable?**
22
33
@@ -27,7 +38,7 @@ Present only the options that apply to the user's `agentType`:
0 commit comments