> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage your Agents

After an Agent is created, it appears in a list on the main **Agents** page. From this page, you can manage all the Agents you have access to.

<img src="https://mintcdn.com/wisdomai/GlehTbCC169qLHTZ/images/manage-agent-v1.png?fit=max&auto=format&n=GlehTbCC169qLHTZ&q=85&s=4657c4a3d2504effb689bca3d4e85cc8" alt="Snippet showing the options to manage an agent" lightAlt="Snippet showing the options to manage an agent" darkAlt="Snippet showing the options to manage an agent" className="dark:hidden" width="1786" height="942" data-path="images/manage-agent-v1.png" />

<img src="https://mintcdn.com/wisdomai/oqQOU-KqBM88BswL/dark-img/manage-agent-v1-2.png?fit=max&auto=format&n=oqQOU-KqBM88BswL&q=85&s=300d71a97c0515f4a4d79af0508b5ad2" alt="Snippet showing the options to manage an agent" lightAlt="Snippet showing the options to manage an agent" darkAlt="Snippet showing the options to manage an agent" className="hidden dark:block" width="1778" height="934" data-path="dark-img/manage-agent-v1-2.png" />

To manage an individual agent, locate it in the list and click the **three-dot menu (...)** under the **Actions** column. A dropdown menu will appear with the following options:

* **Share**: Allows you to share the Agent with other users for collaboration.
  * **Manage access**: grant **Editor** or **Viewer** access for that agent.
  * **Manage general access**: share it with everyone in your organization.
    <img src="https://mintcdn.com/wisdomai/GN1USbSkbsC97am-/images/2025-08-27_09-20-17.png?fit=max&auto=format&n=GN1USbSkbsC97am-&q=85&s=c9ca1269ee69245f34e0d60a01f9d2ba" alt="Snippet showing the share modal" title="2025-08-27_09-20-17.png" className="mr-auto" style={{ width:"70%" }} width="758" height="470" data-path="images/2025-08-27_09-20-17.png" />
* **Test**: Manually runs the Agent's entire workflow. The Agent will evaluate its trigger (if enabled) and, if the conditions are met (or if the trigger is disabled), run the full analysis and send a notification.
  <Warning>
    A notification is only sent if the trigger criteria are satisfied.
  </Warning>
  Once you get the notification, you will be able to:
  * **View in WisdomAI**: it takes you to the chat window.
  * **View Agent**: it takes you to the agent configuration page.

<img src="https://mintcdn.com/wisdomai/GN1USbSkbsC97am-/images/2025-08-27_09-28-10.png?fit=max&auto=format&n=GN1USbSkbsC97am-&q=85&s=adc84b88b923433a7456bf03cc05aa45" alt="Snippet showing the email notification when the agent performs the analysis" width="1410" height="1103" data-path="images/2025-08-27_09-28-10.png" />

* **Edit**: Opens the canvas for Visual agents, allowing you to modify the Agent's name, trigger, work description, or schedule.
* **Delete**: Permanently removes the Agent. This action cannot be undone.

## View previous Runs

You can view a detailed history of every time an agent has run. This log is useful for auditing and debugging an agent's behavior over time.

1. To see the log, find your agent on the **Agents** page and click the **Previous Runs** link in its corresponding row.
2. This will take you to the **Previous Runs** page, which displays a timeline of all past executions. Each entry in the log shows the status of the agent's key stages:

| **Stage**        | **Description**                                                           |
| :--------------- | :------------------------------------------------------------------------ |
| **WAKE UP**      | Confirms the agent started at its scheduled time.                         |
| **EVALUATION**   | Shows whether the trigger criteria were met.                              |
| **ANALYSIS**     | Confirms if the analysis was completed successfully.                      |
| **NOTIFICATION** | Shows if the notification was sent successfully or if there was an error. |

**Visual Agents** log each run per node. You can replay any run on the canvas to review the status of each node.

<img alt="Snippet showing rusn log per node" lightAlt="Snippet showing rusn log per node" darkAlt="Snippet showing rusn log per node" src="https://mintcdn.com/wisdomai/GlehTbCC169qLHTZ/images/log-per-node.png?fit=max&auto=format&n=GlehTbCC169qLHTZ&q=85&s=414fb912d62f67020d77de71127f4098" className="dark:hidden" width="1630" height="950" data-path="images/log-per-node.png" />

<img alt="Snippet showing rusn log per node" lightAlt="Snippet showing rusn log per node" darkAlt="Snippet showing rusn log per node" src="https://mintcdn.com/wisdomai/oqQOU-KqBM88BswL/dark-img/log-per-node.png?fit=max&auto=format&n=oqQOU-KqBM88BswL&q=85&s=4cc2acaf305690f67ce7fb52ea6e3db8" className="hidden dark:block" width="1646" height="952" data-path="dark-img/log-per-node.png" />

3. If an analysis was successfully generated, you can click the **View Conversation** button within the ANALYSIS step. This will take you to the specific conversation where you can inspect the detailed results and the exact query that was run for that execution.

<img src="https://mintcdn.com/wisdomai/cWteBUNS3WyHKsOE/images/view-previous-runs.gif?s=dd328e554c7938537eae23614e79d787" alt="Gif showing the Previous Runs" width="1916" height="920" data-path="images/view-previous-runs.gif" />

## RBAC

Use Role-Based Access Control (RBAC) to manage collaboration. Refer to the table below to understand the differences between Editor and Viewer permissions and how they respect existing data access rules.

| Feature                  | Editor | Viewer |
| :----------------------- | :----: | :----: |
| View Agent & Run History |    ✅   |    ✅   |
| Edit Configuration       |    ✅   |    ❌   |
| Trigger/Test Runs        |    ✅   |    ❌   |
| Delete Agent             |    ✅   |    ❌   |

## Agent states

Every agent is always in one of three states, shown next to its name on the Agents page:

* **Active**: The agent runs normally and delivers notifications to its configured channel.
* **Debug**: The agent still runs on its schedule and produces output, but doesn't notify subscribers. Use this state to validate changes against live data without alerting your team.
* **Inactive**: The agent doesn't run at all, scheduled or otherwise.

\[GIF]

## Reports

Each agent has a **Reports** list of its generated artifacts, with an **Export to PDF** action. (DOCX export is available via the API.)

To view an agent's reports:

1. On the **Agents** page, find the **Reports** column. Agents that have generated at least one report show an icon there, agents with no runs yet show none.
2. Click the icon to open that agent's Reports list.

<Frame>
  <img src="https://mintcdn.com/wisdomai/YPix-8yskBtqrKI9/images/agent-reports-column-v1.png?fit=max&auto=format&n=YPix-8yskBtqrKI9&q=85&s=662c93c723354caa7a7cf306aa816c25" alt="Agent Reports Column" lightAlt="Agent Reports Column" darkAlt="Agent Reports Column" width="1770" height="876" data-path="images/agent-reports-column-v1.png" />
</Frame>

3. Each row shows the report name and the date and time it ran, along with its **Delivery** method and **Channel or Recipient**.
4. Click the **three-dot menu** next to a report to:
   * **Share Link**: Copy a shareable link to that report.
   * **Export to PDF**: Download the report as a PDF.

<Frame>
  <img src="https://mintcdn.com/wisdomai/YPix-8yskBtqrKI9/images/agent-reports-list-v1.png?fit=max&auto=format&n=YPix-8yskBtqrKI9&q=85&s=beb87807a154db8c70d953abcb418438" alt="Agent Reports List" width="1778" height="936" data-path="images/agent-reports-list-v1.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Connect to Slack" icon="slack" href="https://docs.askwisdom.ai/integrations/connect-to-slack">
    Set up the Slack integration to receive notifications from your agents and stories.
  </Card>

  <Card title="Use Deep Analysis" icon="magnifying-glass-chart" href="https://docs.askwisdom.ai/advanced-features/deep-analysis">
    Perform in-depth investigations for complex questions and receive a detailed report.
  </Card>
</CardGroup>
