> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-server/001-editor/001-general.md).

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