> ## Documentation Index
> Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.site/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-add-trigger-agent-api/73vRyivjgx00o08B/images/manage-agent.png?fit=max&auto=format&n=73vRyivjgx00o08B&q=85&s=ceff36400c093bf6db431164eb367f1b" alt="Snippet showing the options to manage an agent" width="1718" height="718" data-path="images/manage-agent.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-add-trigger-agent-api/L_sl-UlH6zJyfH6x/images/2025-08-27_09-20-17.png?fit=max&auto=format&n=L_sl-UlH6zJyfH6x&q=85&s=0a22d677fe72cbf23073777bf4aae29f" 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-add-trigger-agent-api/L_sl-UlH6zJyfH6x/images/2025-08-27_09-28-10.png?fit=max&auto=format&n=L_sl-UlH6zJyfH6x&q=85&s=164545c93b12c06028d5cb138fec7352" 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 configuration form, 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. |

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-add-trigger-agent-api/qaIhvb83t0pYxl6L/images/view-previous-runs.gif?fit=max&auto=format&n=qaIhvb83t0pYxl6L&q=85&s=a5ea07ef03d3eef1692794375efe0768" alt="Gif showing the Previous Runs" width="1916" height="920" data-path="images/view-previous-runs.gif" />

## Use Deep Analysis with an Agent

You can have an Agent run its analysis using the Deep Analysis feature. When you enable Deep Analysis for an Agent, it performs a more thorough analysis by exploring multiple aspects of the data and providing comprehensive insights. This process may take longer but yields more detailed results.

1. When creating or editing an Agent, enable the **Deep Analysis** toggle.
2. When the Agent runs, it will automatically generate and execute a multi-step analysis plan based on your work description. You will not be prompted to approve the plan; it will run automatically.

<Note>
  To learn more about this functionality, read the [Use the Deep Analysis Functionality](https://docs.askwisdom.ai/advanced-features/deep-analysis) article.
</Note>

<img src="https://mintcdn.com/wisdomai-add-trigger-agent-api/24Y8uyueYkarqKQ-/images/agent-new-ui-da.png?fit=max&auto=format&n=24Y8uyueYkarqKQ-&q=85&s=4a6094fcab337900b6cc10360784f090" alt="Snippet showing the Deep Analysis toggle enabled" width="1214" height="822" data-path="images/agent-new-ui-da.png" />

## Next steps

Now that you know how to manage your agents, you can try the following:

* [Connect to Slack](https://docs.askwisdom.ai/integrations/connect-to-slack)
* [Use the Deep Analysis Functionality](https://docs.askwisdom.ai/advanced-features/deep-analysis)
