> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-agentix/detect-investigate-and-respond-to-threats/threat-intel-management/indicator-management.md).

# Indicator management

Indicators are artifacts associated with security issues and are an essential part of the case management and remediation process. They help correlate issues, create hunting operations, and enable you to easily analyze cases and reduce Mean Time to Response (MTTR).

#### Indicators

Displays a list of indicators added to Cortex AgentiX, where you can perform several indicator actions.

You can perform the following actions on the **AGENTIX Indicators** page.

| Action                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Investigate an indicator | Click on an indicator to view and take action on the indicator.                                                                                                                                                                                                                                                                                                                                                                                              |
| Create an indicator      | <p>Indicators are added to the indicators table from feed integration or you can manually create a new indicator in the system.</p><p>When creating an indicator, in the <strong>Verdict</strong> field, you can either select a verdict or leave it blank to calculate it later by clicking <strong>Save & Enrich</strong>, which updates the indicator from enrichment sources. After you select an indicator type, you can add any custom field data.</p> |
| Edit                     | Edit a single indicator or select multiple indicators to perform a bulk edit.                                                                                                                                                                                                                                                                                                                                                                                |
| Delete and Exclude       | <p>Delete and exclude one or more indicators from all indicator types or a subset of indicator types.</p><p>If you select the <strong>Do not add to exclusion list</strong> checkbox, the selected indicators are only deleted.</p>                                                                                                                                                                                                                          |
| Export CSV               | Export the selected indicators to a CSV file.                                                                                                                                                                                                                                                                                                                                                                                                                |
| Export STIX              | Export the selected indicators to a STIX file.                                                                                                                                                                                                                                                                                                                                                                                                               |
| Upload a STIX file       | To upload a STIX file, click the upload button (top right of the page) and add the indicators from the file to the system.                                                                                                                                                                                                                                                                                                                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-agentix/detect-investigate-and-respond-to-threats/threat-intel-management/indicator-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
