> For the complete documentation index, see [llms.txt](https://eohelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eohelp.weaver.com.co/app-studio-new-application.md).

# App Studio - New Application

## 1 High-level understanding of APP Studio

<figure><img src="https://lh6.googleusercontent.com/w9qUnDUR_5SMGNE1_PvMEH7BBMZ4kOZ9IwXIpQsYBn4S-J-OTPf18KejnefdMTJ2mPonnsNyqXQ6mPJSNur6hDEgBxeXP0iZryub3LnNQQpLhmHS5R6wfom8EOzv7S5r2afudohW4ma_6hPkSZZFasw" alt=""><figcaption></figcaption></figure>

## 2 Login the system

Normally, if you are on the service machine, you could use 127.0.0.1:8010, but if the system bind with external ip address, then you could access the system by use: ip:8010

Default sysadmin administrator username: admin, password: 123456, please reminder to change the password once you login the system

<figure><img src="https://lh4.googleusercontent.com/Iz7Bv_cwgWeQJX-4I_Wqjce-q_spHqdkir7_pQ7CMMuriopcxGZqGclG1YVPSz6M2RirR3cJtvzMfL3x6D25cpxYjOFxj0UoQGmyNYKe2ge79Je7BJj3IkvIqPxsR0Ac7KQyXMdzuBrZchX5B8N1Uxs" alt=""><figcaption></figcaption></figure>

## 3 from the menu, select App Studio

<figure><img src="https://lh6.googleusercontent.com/4MhDiWQo76kXlAd7n7WfQ0CFy7ZmaM0po0_6q5Y8_seCExOvGZitvELj3yaetKqK7jaFF6497BjKPeGb3jLeNJBF7xa-NnPINR68QJiBFQmnEAabAudTIPCK3Hrdwmv6mquIW_1_JTLfSGjX7lVExk4" alt=""><figcaption></figcaption></figure>

## 4 Two options to create new applications

1. New Application - Create a new application from scratch
2. Import application - if you have any existing application or an application from testing environment, you could import into system directly

<figure><img src="https://lh3.googleusercontent.com/KRl_T4iDdf02SPgF_-fm2EScdk9k9cONwODQCNC-lZnCRs2aV1QztsFuriwCP0ZGuTJsiXXn6uSgFltU7hjElkQb6YvfkUuFWhPCIcrVkBXVzPMIv-U6GFkPc1s1DrNygr1ASxanDEo-8lpUWi9MtuQ" alt=""><figcaption></figcaption></figure>

\ <br>


---

# 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://eohelp.weaver.com.co/app-studio-new-application.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.
