> For the complete documentation index, see [llms.txt](https://emca.emudhra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emca.emudhra.com/integrating-emca/connecting-external-applications.md).

# Connecting External Applications

External applications are client systems that must be registered in emCA to access emCA Services (APIs).

The onboarding process of External Applications can be triggered from the following interface:

<figure><img src="/files/Vhp8rzPEhUWY2bMFIFkh" alt=""><figcaption></figcaption></figure>

Click + New to register a new External Application.

<figure><img src="/files/eK2cNq7kq35yWTJm5c41" alt=""><figcaption></figcaption></figure>

* Enter the Username for the new External Application.
* Enter a password for the new External Application. The password must comply with the password policy of emCA.
* Enter the IP Address of the new External Application. This address is used to whitelist the new External Application.

All of the above parameters will have to be provided during access to the emCA API.

<figure><img src="/files/WFL0AnX2HyEIuZLyA4Hj" alt=""><figcaption></figcaption></figure>

After providing the required fields click on proceed to continue.

You will be prompted to authenticate the registration:

<figure><img src="/files/IxJGy9vJtTeSmUiLT3xv" alt=""><figcaption></figcaption></figure>

Authenticate using your Administrator token and proceed by pressing Authenticate.

Click Sign and Save to generate a certificate for the new External Application.

<figure><img src="/files/NdSUIsy7HMpNpOSxiTkd" alt=""><figcaption></figcaption></figure>

Click on "View all" to see the created application links and click on "New" to create a new certificate.


---

# 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://emca.emudhra.com/integrating-emca/connecting-external-applications.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.
