> 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/utilities/authorization-centre/what-is-authorization-centre.md).

# What is Authorization Centre?

The Authorization Centre displays all overrides performed by the users in the system, such as pricing rules, editing released orders and shipment adjustments. This centre provides comprehensive visibility into each override action, facilitating traceability and investigation.

### **Key Features of the Authorization Centre**

* **Override Details**: The Authorization Centre displays the type of override performed, the user who executed it, any accompanying notes, and the date of the override. This detailed information ensures full transparency and accountability.
* **Traceability**: This feature is especially useful for tracing and investigating any overrides that have occurred within the system. By having access to detailed records, you can quickly identify and address any issues or anomalies.
* **Filtering Options**: Users can filter the data based on Transaction Type, allowing for efficient navigation and focused investigations.
* **Detailed Transaction View**: For a deeper look into specific transactions, you can double-click on any line item. This action opens a new window with more detailed information about the selected override, providing further insights.

### **Use Cases**

* **Enhanced Monitoring**: The authorization centre helps to keep track of all user overrides to ensure compliance with company policies and procedures.
* **Efficient Investigation**: With the authorization centre, usres can quickly trace and investigate any overrides, helping to maintain the integrity of the system.
* **User Accountability**: The authorization centre helps identify the user who performed each override, promoting responsibility and transparency among users.

The Authorization Centre is an essential tool for maintaining control and oversight within the system, ensuring all user overrides are documented, traceable, and easily investigated.


---

# 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/utilities/authorization-centre/what-is-authorization-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.
