> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/cancel-reason/cancel-reason-centre.md).

# Cancel Reason Centre

The Cancel Reason Centre is the central hub for managing all cancellation reasons within XoroERP. It provides a comprehensive list of all the cancel reasons created in the system, ensuring easy access and management.

### Cancel Reason Centre Fields

* **Name**: The name assigned to the cancellation reason.
* **Code**: A unique code used to identify the cancellation reason.
* **Description**: A brief description providing additional context or details about the cancellation reason.

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

These fields ensure that each cancellation reason is clearly defined and easily identifiable.

### Cancel Reason Centre Options

**Cancel Reason Centre Options**

The Cancel Reason Centre offers various options to efficiently manage cancellation reasons.

#### **Header-Level Options:**

* **Batch Delete**: This option allows users to delete multiple cancellation reasons at once. By selecting multiple entries from the list, users can streamline the process of cleaning up or updating the cancellation reasons.

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

#### **Right-click Options:**

* **Open**: This option enables users to open and view the details of a specific cancellation reason. By right-clicking on an entry and selecting "Open," users can quickly access and review the name, code, and description of the cancellation reason.
* **Delete**: This option deletes a specific cancellation reason permanently from the system.

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


---

# 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.xorosoft.com/xoroerp-1/admin/cancel-reason/cancel-reason-centre.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.
