# User Documentation

## User Documentation

- [Getting Started](https://accoxpert.gitbook.io/user-documentation/getting-started.md): How to getting started with AccoXpert
- [Welcome To Dashboard](https://accoxpert.gitbook.io/user-documentation/welcome-to-dashboard.md): Dashboard and welcome message
- [Company Management](https://accoxpert.gitbook.io/user-documentation/company-management.md): Shows a company management section
- [Invoice Management](https://accoxpert.gitbook.io/user-documentation/invoice-management.md)
- [Party Management](https://accoxpert.gitbook.io/user-documentation/party-management.md): For specific company, we have party management
- [Item Management](https://accoxpert.gitbook.io/user-documentation/item-management.md): For specific company, we have item master management
- [Invoice Configurations](https://accoxpert.gitbook.io/user-documentation/invoice-configurations.md): Invoice level configurations
- [e-Invoice Management](https://accoxpert.gitbook.io/user-documentation/e-invoice-management.md): e-Invoice Management
- [e-Way Bill Management](https://accoxpert.gitbook.io/user-documentation/e-way-bill-management.md): e-Way Bill for invoice
- [User Profile Management](https://accoxpert.gitbook.io/user-documentation/user-profile-management.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://accoxpert.gitbook.io/user-documentation/getting-started.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
