> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/helpdesk/cases/create-case.md).

# Create case

You can create a support case by either selecting the help option in the header or by choosing **+ Support case** on the **Chats** page.&#x20;

### Create a case using the help icon

To create a case:

1. Go to **Helpdesk** > **Cases**.&#x20;
2. Select **Add**.
3. In the **Add case** flow, complete the following steps:
   1. Under **Choose topic**, select the area you need help with, then select **Next**. For example, if you are looking for a quotation, select **Request a Quote**.
   2. Under **Find answers**, explore our self-help resources to see if your question has been answered. If you still need assistance, select **Next** to continue.
   3. Under **Contact support,** describe your issue in detail.
   4. Select **Add** to submit your case.

<div data-with-frame="true"><figure><img src="/files/JkCB93hSBmCoIPluJbhV" alt=""><figcaption><p>Use the help wizard to request assistance.</p></figcaption></figure></div>

### Create a case from the Chats page

To create a case from the Chats page:

1. Go to the **Chats** page.
2. In the left sidebar, select **+ Support case**.
3. In the **Add case** flow, complete the following steps:
   1. Under **Choose topic**, select the area you need help with, then select **Next**. For example, if you are looking for a quotation, select **Request a Quote**.
   2. Under **Find answers**, explore our self-help resources to see if your question has been answered. If you still need assistance, select **Next** to continue.
   3. Under **Contact support,** describe your issue in detail.
   4. Select **Add** to submit your case.


---

# 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.platform.softwareone.com/modules-and-features/helpdesk/cases/create-case.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.
