--- title: Helpdesk tags: Readme ---
npm install @axelor/aos-mobile-helpdesk---
title: Helpdesk
tags: Readme
---

This package was developed for the Axelor Open Mobile application.
The purpose of this package is to link with the HELPDESK module of the Axelor Open Suite (AOS) ERP. It provides a simplified version of a number of processes available on the webapp. This package is compatible with AOS from version 7.1.0.
Install the library :
``bash`
yarn add @axelor/aos-mobile-helpdesk
To add this package in your application, you need to add it in the _modules_ props of the component Application from @axelor/aos-mobile-core package.
`javascript
import React from 'react';
import {Application} from '@axelor/aos-mobile-core';
import {HelpdeskModule} from '@axelor/aos-mobile-helpdesk';
const App = () => {
return
};
export default App;
``
This package is developed as part of the Axelor Open Mobile application. To contribute, please go to the Github project and follow the guidelines. You will also find an installation guide to help you configure your environment.