> 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/manage-profiles/key-profile/key-profile-creation.md).

# Key Profile Creation

On the Key Profile page, click the "New Profile" button as shown in the figure below.

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

&#x20;On clicking the +New Profile button, the following page, as shown in the figure below, will be displayed to the user.                                   &#x20;

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

<figure><img src="/files/3ZVy06ITaV3c1Joxnaq2" alt=""><figcaption></figcaption></figure>

Users can fill in the required details and either upload a .cfg 'Configuration' file or paste the configuration in a text area. They can then click on 'Test Connection' to verify whether the uploaded 'Configuration' file is valid or not.                                                   &#x20;

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

After a successful connection, click on the Proceed button to continue. The following screen will be displayed.                                                              &#x20;

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

Click the confirm button to proceed to the third page and receive the success message displayed below:                                         &#x20;

<figure><img src="/files/7hmv59TJW2wIDR4fXcpq" alt=""><figcaption></figcaption></figure>


---

# 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/manage-profiles/key-profile/key-profile-creation.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.
