# Introduction

MoonDesk is a collaborative tool designed for task management, and for handling documents efficiently. It comprises 2 main modules that work jointly through a web app and an Adobe Illustrator plugin:

## **Design Module**

This module allows designers to work directly on their design files through an Adobe Illustrator plugin. Its functionalities include:&#x20;

* creating and importing documents&#x20;
* documents sorting
* documents editing and reviewing according to established rules
* versions record and cloud storage&#x20;
* documents downloading in several formats
* task management

In order to install the plugin, please go to

{% content-ref url="initial-configuration/installing-the-adobe-illustrator-plugin" %}
[installing-the-adobe-illustrator-plugin](https://help.moondesk.design/initial-configuration/installing-the-adobe-illustrator-plugin)
{% endcontent-ref %}

## **Communication and control module**

This module is managed through a web app, and allows for the collaboration between all the people involved in the documents creation and reviewing process. Its functionalities include:

* tasks creation, modification and management
* documents sorting and management
* content management based on tasks
* sending documents for reviewing
* rules checking
* roles and users management
* accounts and user profiles setup
* access to customer support

Additionally, MoonDesk offers a visual comparison tool for identifying differences between original digital documents, and printed documents, using OCR technologies for text and graphics detection ([***Image compare***](https://help.moondesk.design/web-app/comparison-tools/image-compare)).


---

# Agent Instructions: 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:

```
GET https://help.moondesk.design/welcome.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.
