diff --git a/hivemind.mdx b/hivemind.mdx
index 1dfaa92d7c..4121b00ff7 100644
--- a/hivemind.mdx
+++ b/hivemind.mdx
@@ -74,11 +74,11 @@ These screenshots show example pages in the HiveMind dashboard, including leader



-
+



-
+
## Supported agents
diff --git a/models/automations/create-automations/aria.mdx b/models/automations/create-automations/aria.mdx
index 1bb827ee79..eb3aec6c2b 100644
--- a/models/automations/create-automations/aria.mdx
+++ b/models/automations/create-automations/aria.mdx
@@ -31,7 +31,7 @@ Before you create an automation that sends a prompt to ARIA, verify the followin
- Your organization must have ARIA enabled. If **Trigger ARIA** doesn't appear in the **Action type** list, ARIA isn't available for your organization, scope, or deployment. The list omits the option without explanation. See [Governance and security](/aria/governance).
- You must have write access to the project, registry, or collection you scope the automation to.
-- To scope a W&B automation to a registry and send prompts to ARIA, you must belong to a team in the same organization. Each ARIA conversation is associated with a team, so you can’t create a registry-scoped automation if you don’t belong to a team in that organization.
+- To scope a W&B automation to a registry and send prompts to ARIA, you must belong to a team in the same organization. Each ARIA conversation is associated with a team, so you can't create a registry-scoped automation if you don't belong to a team in that organization.
Each time an ARIA automation runs, it starts an ARIA conversation that counts toward your organization's usage, the same as a conversation you start yourself.
@@ -55,7 +55,7 @@ A Registry admin can create automations in that registry.
Fill in any additional fields that appear, which depend upon the event. For example, if you select **An artifact alias is added**, you must specify the **Alias regex**.
Click **Next step**.
-1. Select the team that hosts the ARIA conversation. See [Where the conversation appears](#where-the-conversation-appears).
+1. Select the team that hosts the ARIA conversation. See [View conversations created by automations](#view-conversations-created-by-automations).
1. Set **Action type** to **Trigger ARIA**.
1. In the **Prompt** field, write the prompt to send to ARIA. See [Write the prompt](#write-the-prompt). Click **Next step**.
1. Provide a name for the automation. Optionally, provide a description.
@@ -88,6 +88,7 @@ The automation is now active and starts a new ARIA conversation whenever the cho
## Create and manage automations with ARIA
+
ARIA can create, delete, enable, and disable automations on demand.
Ask ARIA to create an automation:
@@ -103,6 +104,7 @@ Ask ARIA about your existing automations:
prompt="What automations exist in this project?"
response="You have 2 project-level automations, both enabled...."
/>
+
## Write the prompt
The prompt is the only thing you configure for an ARIA action. Write it the way you would write a message in the ARIA chat window, and include [template variables](#template-variables) to specify which run, artifact, or metric ARIA should examine.
diff --git a/models/ref/python/public-api/user.mdx b/models/ref/python/public-api/user.mdx
index d6d7e545db..9397faa602 100644
--- a/models/ref/python/public-api/user.mdx
+++ b/models/ref/python/public-api/user.mdx
@@ -36,7 +36,7 @@ user.
Names of the user's API keys.
-This property returns the names of the the API keys, *not* the secret
+This property returns the names of the API keys, *not* the secret
associated with the key. The name of the key cannot be used as an API
key.