# General

## Description

A platform used to create server related modules and provides information related to the application.

![](/files/Fu4vGnzCSb0v7xjJUJXU)

***

## Header

![](/files/e2chuwfp0QGttM6W7jex)

As shown in the image above, the header consists of:

* Emobiq Logo at the top left to navigate to homepage
* Application's name and version
* Save Button to save the application's current state (as shown in the image below)
* Build button to build the application and check build log histories (as shown in the image below)
* Download button to download the built files
* Help button which will open the Help Modal that contains general instructions for using the Server platform

![](/files/oOgsfXPBXGu3wBgkCOyL) ![](/files/LXQr0YaD7Ik9AFlAcZE4)

***

## Main Pages

Currently there are 4 main pages on Server platform which are briefly explained below, for more details please click the title of each menu:

### [Dashboard](https://github.com/OrangeKloud/emobiq-documentation/blob/master/document/server/001-editor/Dashboard.md)

This page provides an overview of the application's information and insights that are important to the user.

![](/files/Fu4vGnzCSb0v7xjJUJXU)

### [Module](https://github.com/OrangeKloud/emobiq-documentation/blob/master/document/server/001-editor/Module.md)

This page is the main part of the platform and where users will spend most of their time designing Server-related modules.

![](/files/szNnQTqOLjk4wnY7nj9d)

### [Service](https://github.com/OrangeKloud/emobiq-documentation/blob/master/document/server/001-editor/Service.md)

This is the page to create connectors and services that will be used inside the Module page.

![](/files/SwQQPZa7sDx9JxDE9wUW)

### [Configuration](https://github.com/OrangeKloud/emobiq-documentation/blob/master/document/server/001-editor/Configuration.md)

This page provides control over crucial configurations that will be used mainly by the generated application.

![](/files/RY5bxCaY82wpuURKqJYI)

***


---

# 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://docs.emobiq.com/emobiq-server/001-editor/001-general.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.
