> 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/previous-release-versions/v4.0.13/user-manual/application-settings/external-application-on-boarding.md).

# External Application On-Boarding

External applications module enables admin to register third party application with emCA.

&#x20;On the Dashboard page, click on Applications->External Applications. This display below figure

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

Click on +New button, below page will be displayed as shown in figure below

<figure><img src="/files/1Ny5s4KdK2QEuZgVIKxb" alt=""><figcaption></figcaption></figure>

Enter the Username, Password of the external application.

Click on “Proceed” button

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

Enter the email ID and Token PIN of administrator.

Click on Edit to edit the data entered in first step.

Click on “Sign and Save” button as shown in above figure.

<figure><img src="/files/9dbzrQ6HTheBINwO4kAv" alt=""><figcaption></figcaption></figure>

Download the PFX file generated. This will be used along with user id password and IP Address for communication with the services provided by emCA application

Click on “+New” will redirect officer to step1 of registration where admin will be able to register one more application.

Click on “View All” button will redirect to Manage External Applications Page.


---

# 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/previous-release-versions/v4.0.13/user-manual/application-settings/external-application-on-boarding.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.
