> For the complete documentation index, see [llms.txt](https://blog.accsmarkethub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.accsmarkethub.com/how-to-use-accsmarkethub/raise-dispute.md).

# Raise Dispute

## **How to Raise a Dispute?**

You can raise a dispute through the interface . It will help submit disputes, provide real-time status updates, and offer automated responses for common questions related to the issue.

**Follow the below steps:**&#x20;

1. Go to the[ Orders Section](https://accsmarkethub.com/login) on Homepage.
2. Click on **Open Dispute** button.

&#x20;      💡Note : This activates the bot and a dispute or query can be made to it.

<figure><img src="/files/a0fXgAGDNim2ds8KgAb1" alt=""><figcaption></figcaption></figure>

3. Ask a **query** or **dispute**. (eg. Order-id with the dispute)&#x20;
4. To get the **Email Transcript** of the conversation :&#x20;

* &#x20;Click on the Top-right **menu** bar.

<div data-full-width="false"><figure><img src="/files/a7yY0BLRHWmUbWShb7yy" alt=""><figcaption></figcaption></figure></div>

* Then go to **Menu** > **Email transcript**.
* Enter your email id and press **Send**.

<figure><img src="/files/WNhCRVva7LQLX7BkVNPH" alt=""><figcaption></figcaption></figure>

:warning: **Important : How your Dispute is handled ?**

* When a user enters their order ID and dispute details, the bot immediately   connects them to a live support agent through the backend.&#x20;
* Agents use the interface to analyze the dispute and communicate directly with the user in real time.

This facilitates smooth communication, tracks the dispute status, and relays updates from the agent, creating an efficient and user-friendly resolution process.

<br>

<br>


---

# 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://blog.accsmarkethub.com/how-to-use-accsmarkethub/raise-dispute.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.
