> For the complete documentation index, see [llms.txt](https://docs.mdintegrations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mdintegrations.com/help-center/plans-billing/case-and-workflow-issues.md).

# Case & Workflow Issues

Use these answers to investigate common case and workflow behavior.

<details>

<summary>An Encounter is stuck in <code>Assigned</code></summary>

Unaddressed Encounters are automatically reassigned after a set window.

Longer delays may reflect clinician availability outside regular hours. If the Encounter remains assigned unusually long, raise a ticket and include the Encounter ID.

</details>

<details>

<summary>A prescription unexpectedly returned to <code>approved</code></summary>

The prescription failed during fulfillment and includes a reason tag. The clinician must review it again.

This is the intended recovery path.

</details>

<details>

<summary>I did not receive a webhook for a status change</summary>

First, confirm that you are checking the correct environment. Sandbox and Live use separate webhook configurations.

Then check **Webhook Logs** for a missed delivery.

</details>

<details>

<summary>A case moved to <code>Completed</code> without a prescription</summary>

This is expected when the case's Offering does not require a prescription.

</details>

<details>

<summary>I am unsure which clinician decision was made</summary>

Review the case status history. It is the source of truth for clinician decisions.

Cases do not have a separate decision field.

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

```
GET https://docs.mdintegrations.com/help-center/plans-billing/case-and-workflow-issues.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.
