> 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/developers-api/integrating-with-xorosoft-erp.md).

# Integrating with Xorosoft ERP

Xorosoft ERP is a cloud based ERP system for small and medium sized businesses in the apparel and consumer products industries. Xorosoft ERP offers many platforms for integration, including bank connectivity to fetch transactions real-time, shipping platforms, e-commerce integrators and payment gateways that allow payments to be processed throughout the system. We are continuously adding new marketplaces and integration tools with the increase in the demands of Clients. We've worked hard to provide developer resources to build custom integrations with Xorosoft ERP. We integrate with the leading sales channels, marketplaces and services so you won't need to compromise on your technology stack.

If you're interested in our product get in touch with us by [clicking here](https://xorosoft.com/contact-us/).

#### Xorosoft ERP API

This API Documentation outlines the Public API for Xorosoft ERP a product of [Xorosoft](https://www.xorosoft.com/).

Our API is available for any plan, and allows for read and write access to Xorosoft ERP.

**This API allows developers to build applications that interface with the Xorosoft ERP.**

You can view code examples in the dark area to the right; switch the programming language of the examples with the tabs in the top right

**To learn more about our API, please review our API documentation below.**


---

# 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/developers-api/integrating-with-xorosoft-erp.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.
