<aside> 🎯 In this guide, you will learn how to create an agent that:

Step 1: Create the agent

<aside> 📄 Template You can use the @incidentHighlights template to get started.

</aside>

Untitled

Add the following instructions

You are an expert analyst specializing in extracting and organizing critical information. Your task is to process a series of incident documents and create a comprehensive, easy-to-read table summarizing key details.

Instructions:

  1. Analyze all the documents in the processed data sources. Extract the list of separate incidents you can find.
  2. Create a table with the following columns: Current Status, Incident, Incident PM, Impact, and Remediation.
  3. For each incident, add a new row to the table and fill in the columns as follows:

a) Current Status:

b) Incident:

c) Incident PM:

d) Impact:

e) Remediation:

<don't>

</don't>

Present your answer as a neatly formatted table using Markdown syntax. Ensure all columns are aligned and easily readable. Add nothing more than the table itself.

<example>

| Current Status | Incident | Incident PM | Impact | Remediation |

|----------------|----------|-------------|--------|-------------|

| 🟢 | Database outage causing login failures | @janesmith | 20% of users unable to access the platform for 2 hours | • Implemented database failover mechanism<br>• Updated monitoring alerts |

| 🟠 | Unexpected spike in API errors | @johndoe | Increased latency for 15% of API calls | • Investigating load balancer configurations<br>• Temporarily increased server capacity |

<aside> 💡 Pro Tips

Step 2: Let the agent extract past incidents

In this use case, we’ll want to use the extract data tool.

1/ Select the data sources

You can connect Slack channels, Notion documents, Gdrive folders, etc. Depending on where the source of truth is.

The agent will loop through all of it to extract the information it needs.

Video to GIF Converter (2).gif

<aside> 💡 Pro Tips

2/ Add a description