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/02-control-ai.md
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Phoenix Code AI Control
2
+
title: AI Control for school and work
3
3
---
4
4
5
5
import Tabs from '@theme/Tabs';
6
6
import TabItem from '@theme/TabItem';
7
7
8
-
# Phoenix Code AI Control
8
+
# AI Control for school and work
9
9
10
10
🔐 Disable or manage AI features in Phoenix Code for educational and enterprise environments.
11
11
@@ -85,7 +85,7 @@ The `--managedByEmail` parameter is optional but recommended. It provides an adm
85
85
```
86
86
87
87
:::note
88
-
The `--managedByEmail` parameter is optional but recommended for administrative contact information.
88
+
The `--managedByEmail` parameter is optional but recommended. It provides an administrative contact for managing access to AI and educational features in the future. This email will be linked to your institution's AI management if given.
89
89
:::
90
90
91
91
</TabItem>
@@ -110,7 +110,7 @@ The `--managedByEmail` parameter is optional but recommended for administrative
110
110
```
111
111
112
112
:::note
113
-
The `--managedByEmail` parameter is optional but recommended for administrative contact information.
113
+
The `--managedByEmail` parameter is optional but recommended. It provides an administrative contact for managing access to AI and educational features in the future. This email will be linked to your institution's AI management if given.
114
114
:::
115
115
116
116
</TabItem>
@@ -122,8 +122,8 @@ All installation scripts support the same command-line options:
122
122
123
123
| Option | Description |
124
124
|--------|-------------|
125
-
|`--help`| Display usage information and help text|
126
-
|`--managedByEmail <email>`| Optional but recommended. Admin email who manages AI policy. Can be used in your Phoenix managed AI dashboard to selectively enable features and manage usage quotas |
125
+
|`--help`| Display help |
126
+
|`--managedByEmail <email>`| Optional but recommended. Admin email who manages AI policy. Can be used in your Phoenix managed AI dashboard to selectively enable features and manage usage quotas in the future.|
127
127
|`--allowedUsers "<user1,user2,...>"`| Comma-separated list of usernames allowed to use AI even when disabled for others |
128
128
|`--disableAI`| If present, AI will be disabled by default for all users except those specified in `allowedUsers`|
129
129
@@ -336,15 +336,19 @@ The browser version of Phoenix Code will automatically detect if the domain is u
336
336
337
337
**Q: When will AI be enabled in Phoenix Code?**
338
338
339
-
Phoenix Code AI will be rolled out after May 20, 2025. Educational institutions should configure AI controls campus-wide before this date.
339
+
Phoenix Code AI will be rolled out after **`May 20, 2025`**. Educational institutions should configure AI controls campus-wide before this date.
340
340
341
341
**Q: How do I know if AI control is working?**
342
342
343
343
In both the desktop and browser versions, go to View → AI Control Status to see a detailed report.
344
344
345
-
**Q: Can I allow specific users to access AI features?**
345
+
**Q: Can I disable AI for some users but enable it for others?**
346
+
347
+
Yes, use the `--disableAI` flag to disable AI globally, then use the `--allowedUsers` parameter to specify which users should still have access. Example:
346
348
347
-
Yes, but only in the desktop version. Use the `--allowedUsers` parameter with a comma-separated list of usernames when running the installation script. These users will be able to access AI features even when disabled system-wide with the `--disableAI` flag.
**Q: What's the difference between browser and desktop control?**
403
407
-**Browser Version**: Only supports network-level blocking of `ai.phcode.dev` through your firewall
404
-
-**Desktop Version**: Provides comprehensive control through configuration files with user-specific permissions
408
+
-**Desktop Version**: Provides comprehensive control with user-specific permissions
405
409
406
410
**Q: Does this completely prevent AI usage?**
407
411
-**Desktop Version**: Yes, the control is comprehensive when properly configured using the installation scripts
408
412
-**Browser Version**: Only if you implement network-level blocking of the `ai.phcode.dev` domain
409
413
410
414
**Q: How can I verify that the firewall is properly blocking AI access?**
411
415
412
-
In the browser version, use the View → AI Control Status option which will attempt to connect to the AI service and report whether it's accessible or blocked.
413
-
414
-
**Q: Can I disable AI for some users but enable it for others?**
415
-
416
-
Yes, use the `--disableAI` flag to disable AI globally, then use the `--allowedUsers` parameter to specify which users should still have access. Example:
In the browser app at https://phcode.dev, install the `Phoenix Code AI Control`extension. Use the `View → AI Control Status` option. It will report whether AI is accessible or blocked.
421
417
422
418
**Q: Is there a way to monitor AI usage in my organization?**
0 commit comments