# Commencing Criminal Prosecutions

### Introduction

The initiation of a criminal prosecution in Wisconsin follows a structured path, aligned with the legal framework outlined in [Wis. Stat. § 967.05](https://docs.legis.wisconsin.gov/statutes/statutes/967/05?view=section). The method of commencement depends largely on the nature of the defendant and the severity of the alleged crime:

* **Corporate Defendants:** For entities recognized as corporate bodies, the process begins with the filing of an **information** document.
* **Non-Corporate Defendants:** In cases involving individuals or unincorporated entities, felonies may be set into motion through either an **information** or a **grand jury indictment**. It's noteworthy that neither the federal constitution’s Due Process Clause nor the Wisconsin Constitution mandates this process.

  Upon a grand jury indictment, a complaint is formally issued, setting in motion proceedings that mirror those initiated by a criminal complaint, including a preliminary hearing for felonies.
* **Common Practice:** Despite these options, the most prevalent method for initiating criminal proceedings remains the **criminal complaint**. The nature of the crime dictates the subsequent steps:
  * **Misdemeanors:** Trials proceed directly based on the complaint.
  * **Felonies:** A more detailed **information** is filed later, granting the trial court jurisdiction over the matter.

### Criminal Complaint

#### Function and Substance

The **Criminal Complaint** serves as the initial step in prosecuting a criminal case in Wisconsin, especially for non-corporate defendants facing felony or misdemeanor charges. It is a formal assertion filed by a prosecutor, detailing the specific crimes alleged against the defendant. This document sets the legal process in motion by:

1. Outlining the nature and circumstances of the alleged offense.
2. Establishing probable cause that the named individual committed the crime(s).
3. Setting forth the basis of the court's jurisdiction over the case and the accused.

Given the foundational role of the criminal complaint in the prosecutorial process, it is vital for the document to accurately reflect the charges and be supported by probable cause. Following its filing, the court schedules an initial appearance for misdemeanors, and a preliminary hearing for felonies, where the document's sufficiency and the existence of probable cause are assessed.

#### Probable Cause—"Essential Facts"

Probable cause or "essential facts" must satisfactorily answer the questions:

* Who is charged?
* What are they charged with?
* When and where did the alleged offense occur?
* Why is this person specifically being charged?
* How reliable is the informant or the source of the accusation?

While the complaint need not detail every evidentiary fact, it must contain essential facts that a neutral magistrate finds sufficient to proceed with the criminal process, including any reasonable inferences that can be drawn.

### Charging & the Elements of the Crime

For a charge to proceed:

1. **Accusation Clarity:** The charge must be clear enough for the defendant to understand what offense they are accused of, enabling them to prepare a defense.
2. **Non-Duplication:** The complaint should ensure that a conviction or acquittal will prevent another prosecution for the same offense.

The complaint must:

* Describe the crime known to law.
* Provide enough detail for each element of the offense to be inferred.
* Include a statement of potential penalties upon conviction.

***

<details>

<summary>Attributions</summary>

See Christine M. Wiseman and Michael Tobin, 9 Wis. Prac., Criminal Practice & Procedure §§ 1:1-31 (2d ed.).

</details>


---

# 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:

```
GET https://studies-de-jure.gitbook.io/learn/sourcebooks/introduction-to-law/procedures-prior-to-trial-1/commencing-criminal-prosecutions.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.
