# Company Settings

The Company Settings section allows compliance officers to manage important company-related information, ensuring accuracy and relevance.&#x20;

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

Below is a detailed description of editable and non-editable fields within Company Settings.

#### Editable Fields

<table data-header-hidden><thead><tr><th width="210"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Company Name</strong></td><td>Edit the name of your company as required.</td><td></td></tr><tr><td><strong>Address</strong></td><td>Update the physical address of your company.</td><td></td></tr><tr><td><strong>Phone</strong></td><td>Modify the contact phone number for your company.</td><td></td></tr><tr><td><strong>Email</strong></td><td>Update the primary email address associated with your company.</td><td></td></tr><tr><td><strong>Contact</strong></td><td>Edit the details of the primary contact person within your company.</td><td></td></tr><tr><td><strong>Info</strong></td><td>Add or modify general information or notes relevant to your company.</td><td></td></tr></tbody></table>

***

#### Non-editable Fields

<table data-header-hidden><thead><tr><th width="213"></th><th></th></tr></thead><tbody><tr><td><strong>Client Key</strong></td><td></td></tr><tr><td><strong>Status</strong></td><td>Indicates the current status of your company's account</td></tr><tr><td><strong>Integration</strong></td><td>Displays the type of integration.</td></tr><tr><td><strong>Creation Date</strong></td><td>Shows the date when your company account was initially created.</td></tr><tr><td><strong>Update Date</strong></td><td>Displays the last date when any changes were made to your company settings.</td></tr><tr><td><strong>Private Client Key</strong></td><td>A unique key used for secure API communication between your company's systems and our platform in live mode. This key is generated and managed securely by our system.</td></tr><tr><td><strong>Private Client Test Key</strong></td><td>Similar to the Private Client Key but used specifically for API communication in test mode. It ensures secure testing of integrations without affecting live data.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.elkyc.com/home/get-started/company-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
