> 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/queries/app-queries.md).

# App Queries

The App Queries page provides a comprehensive display of all queries saved from various centres, ensuring that users with access to their respective centres can view and utilize the queries. On this page, users have the capability to edit, delete, and view app queries, offering a seamless experience in managing and utilizing query data as needed.

### **What are App Queries?**

App Queries refer to queries saved from different centres within XoroERP, specifically those categorized under the Report Type Application. These queries encompass a wide range of data and information relevant to the system's operations and functionalities. The App Query module provides a centralized location for viewing and managing all these queries, irrespective of their creator. From this module, you can edit, delete, and view the App Queries.

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

{% hint style="info" %}
To access the App Queries module, go to: ***Menu > Utilities > Queries > App Queries***
{% endhint %}

### **Features of App Queries Module**

1. **Comprehensive Query Management:** The App Queries module displays all queries created in the system, offering a comprehensive overview regardless of the user who initiated them. This centralized approach simplifies query management and access.
2. **Filtering by Report Type:** Users can filter queries based on the Report Type, specifically focusing on Application queries. This filtering capability streamlines the process of locating and working with queries relevant to system-level operations and reporting.
3. **User and Application Queries Distinction:** While User Queries are visible only to the user who created them and can be accessed from the User Query Centre, Application Queries are system-wide and accessible from the App Query Centre. This differentiation ensures proper access control and data privacy.

### **Use Cases of App Queries**

1. **System-wide Data Analysis:** Utilize App Queries to conduct system-wide data analysis, extract key insights, and generate reports essential for strategic decision-making.
2. **Efficient Query Management:** With the App Query Centre, administrators and users can efficiently manage and organize queries, ensuring easy retrieval and utilization as needed.
3. **Customized Reporting:** Create Application Queries tailored to specific business requirements, enabling customized reporting and analysis aligned with organizational objectives.

By understanding the features and use cases of this module, businesses can optimize their data management processes, drive informed decision-making, and enhance overall operational efficiency.

<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://docs.xorosoft.com/xoroerp-1/utilities/queries/app-queries.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.
