# Can I create knowledge base articles from incidents?

Yes! ilert automatically generates post-mortem documents from incidents that can be used to create knowledge base articles.

## Automatic post-mortem generation

ilert automatically creates comprehensive post-mortem documents in Markdown format for each incident. These documents include:

* **Incident timeline**: Detailed chronology of events
* **Root cause analysis**: AI-generated insights into what caused the incident
* **Resolution steps**: Actions taken to resolve the issue
* **Lessons learned**: Key takeaways and recommendations
* **Prevention measures**: Suggestions to prevent similar incidents

## Export options

While ilert doesn't currently support direct publishing to external knowledge bases like Confluence or ticketing systems like Ivanti, you can easily export the generated post-mortem documents:

* **Copy and paste**: Copy the Markdown content directly into your knowledge base
* **Manual export**: Download the post-mortem document and upload it to your preferred system
* **API integration**: Use ilert's REST API to programmatically retrieve post-mortem content

## Integration possibilities

You can integrate the post-mortem content with your existing systems by:

* **Confluence**: Copy the Markdown content into Confluence pages
* **Ivanti tickets**: Paste the incident summary into ticket descriptions
* **Custom knowledge bases**: Import the structured data into your internal documentation system

## Getting started

To access post-mortem documents for your incidents, navigate to the incident details page in ilert. The post-mortem will be available once the incident is resolved.

{% hint style="info" %}
**Related Documentation**

* [Incidents](https://docs.ilert.com/incident-comms-and-status-pages/incidents)
* [AI-Generated Postmortems](https://docs.ilert.com/ilert-ai/generating-incident-updates-through-ai)
* [REST API Reference](https://docs.ilert.com/developer-docs/rest-api/api-reference)
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ilert.com/knowledge-base/reporting-and-analytics/can-i-create-knowledge-base-articles-from-incidents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
