> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/early-warning-systems/wip-early-warning-systems-and-sp-system-interface/9.-ews/data/code-directory/cd.ews.03-status.md).

# CD.EWS.03 status

Specifies the current operational status of the alert message.\
**Reference:** CAP v1.2 Section 6.1.1

<table><thead><tr><th width="168.2672119140625">Code</th><th>Description</th></tr></thead><tbody><tr><td>Actual</td><td>The alert message pertains to a real-world event.</td></tr><tr><td>Exercise</td><td>The alert is part of a drill or test exercise.</td></tr><tr><td>System</td><td>The alert was generated by an automated system.</td></tr><tr><td>Test</td><td>The alert is a system test and not for operational use.</td></tr><tr><td>Draft</td><td>The alert is a draft and not yet released for dissemination.</td></tr></tbody></table>


---

# 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://standards.spdci.org/standards/dci-standards/early-warning-systems/wip-early-warning-systems-and-sp-system-interface/9.-ews/data/code-directory/cd.ews.03-status.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.
