> For the complete documentation index, see [llms.txt](https://onestopconcept.gitbook.io/open-endpoints/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestopconcept.gitbook.io/open-endpoints/installation/first-steps-after-installation/add-new-application.md).

# Add New Application

The term ”application” is used to describe a piece of configuration. OpenEndpoints can serve multiple applications simultaneously. You can create different projects with different application directories and run them in parallel.

An application is configured with a directory of files - mainly XML files. The structure of the directory is explained in detail here: [Application Directory Structure](/open-endpoints/configuration/application-directory-structure.md).

OpenEndpoints pulls the application directory from a Git. When publishing, the last version is pulled from the Git and your configuration is updated.

## Add or Edit Application

Click `Add New Application` to create your first application.

![add new application](https://cdn.openendpoints.io/images/gitbook/add-new-application-add.png)

This will open the screen to add new or edit existing applications:

![add new appplication : settings](https://cdn.openendpoints.io/images/gitbook/add-new-application-settings.png)

* Choose an **application name**, which will become part of the endpoints URL
* The Display Name is used in the user interface and will also be available as an **input-from-application** in [Parameter Transformation](/open-endpoints/configuration/parameter-transformation.md).
* The Git URL shall point to the root folder of your [Application Directory Structure](/open-endpoints/configuration/application-directory-structure.md).

After successfully adding a new application you will find your new application in the "Change Application" Screen:

![add new application : change](https://cdn.openendpoints.io/images/gitbook/add-new-application-change.png)


---

# 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://onestopconcept.gitbook.io/open-endpoints/installation/first-steps-after-installation/add-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.
