-
Notifications
You must be signed in to change notification settings - Fork 4k
[No QA] Docs updates for E/A#94602 agent auto-added as full copilot of creator #95531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ Agents are AI-powered virtual members that can take actions in Expensify based o | |
|
|
||
| Every agent has its own Expensify account. You can Copilot into the agent's account to review its activity, update its instructions, and see the actions it has taken. | ||
|
|
||
| You can also add an agent as a Copilot on your own account. When you do, the agent receives delegated access to your account so it can use your personal context and manage expenses and reports on your behalf, while continuing to operate from its own account. | ||
| When you create an agent, it's automatically added as a full Copilot on your own account. This gives the agent delegated access to your account so it can use your personal context and manage expenses and reports on your behalf, while continuing to operate from its own account. | ||
|
|
||
| Expensify also supports Agent rules, which are workspace-level AI automations enforced by RuleBot. [Learn how to Create Agent Rules](/articles/new-expensify/ai-agents/Create-Agent-Rules). | ||
|
|
||
|
|
@@ -34,7 +34,8 @@ If you don't see **Agents** in your **Account** settings, the Beta isn't enabled | |
| 3. Click **New agent**. | ||
| 4. Review the auto-generated profile image and display name. If needed, you can edit these later. | ||
| 5. Click **Write custom instructions** and describe what you want the agent to do. | ||
| 6. Click **Create agent**. | ||
| 6. Review the note above the button, which explains that the agent will be added as a full Copilot of your account so it can act on your behalf. | ||
| 7. Click **Create agent**. | ||
|
|
||
| After saving, the new agent appears in your **Agents** list with **Edit**, **Chat**, and **Copilot** buttons. | ||
|
|
||
|
|
@@ -49,11 +50,11 @@ After you create an agent: | |
| - A new Expensify account is created for the agent. | ||
| - You become the agent's owner. | ||
| - You're automatically added as a full-access Copilot on the agent's account. | ||
| - You can optionally add the agent as a Copilot on your own account so it can use your personal context and act on your behalf. | ||
| - The agent is automatically added as a full Copilot on your own account so it can use your personal context and act on your behalf. | ||
| - The agent appears in your **Agents** list, where you can chat with it, edit its instructions, or Copilot into its account. | ||
| - The agent can be added to workspaces as a member and selected anywhere a workspace member can be chosen, such as approval workflows. | ||
|
|
||
| The agent follows the instructions you provide and operates from its own Expensify account. If you add the agent as a Copilot on your account, it can also use your personal context and take actions on your behalf based on the permissions you've granted. | ||
| The agent follows the instructions you provide and operates from its own Expensify account. Because it's also a Copilot on your account, it can use your personal context and take actions on your behalf. You can review this delegated access under **Account > Security** in the **Copilot: Delegated access** section. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This path sends users to the wrong settings page: the current UI exposes Copilot as its own Account menu item ( Useful? React with 👍 / 👎. |
||
|
|
||
| --- | ||
|
|
||
|
|
@@ -171,9 +172,9 @@ Yes. On Control plans, agents can be used anywhere an approver can be selected, | |
|
|
||
| On Collect plans, workspaces support a single approver. An agent can be used as that approver. | ||
|
|
||
| ## Can I add an agent as a Copilot on my own account? | ||
| ## Is an agent added as a Copilot on my own account? | ||
|
|
||
| Yes. You can add an agent as a Copilot on your own account to give it delegated access to your personal context. Once added, the agent can manage your expenses and reports on your behalf within the permissions you've granted. [Learn how to add a Copilot](/articles/new-expensify/settings/Manage-Copilot-Access). | ||
| Yes. When you create an agent, it's automatically added as a full Copilot on your own account, giving it delegated access to your personal context so it can manage your expenses and reports on your behalf. You don't need to add it by hand. You can review this access under **Account > Security** in the **Copilot: Delegated access** section. [Learn more about Copilot](/articles/new-expensify/settings/Manage-Copilot-Access). | ||
|
|
||
| ## Can an agent make mistakes? | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vague UI reference: This step points to "the note above the button" without naming an exact UI element, which conflicts with the Prohibited Language and Deterministic Writing rules in HELPSITE_NAMING_CONVENTIONS.md (avoid phrases like "the button"). A numbered step should describe a concrete user action referencing exact UI labels. Consider either removing this step (the Copilot behavior is already explained in the body/FAQ) or rewording to reference the exact on-screen text, e.g. "Review the on-screen note explaining that the agent will be added as a full Copilot on your account."