> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Company

> Update, view, and manage company verification records through the iDenfy dashboard or API for ongoing business verification management.

You can manage companies either through the [iDenfy dashboard](/guides/dashboard/kyb/company-page) or via the API.

## Viewing Companies

To view all submitted companies (or forms), use the dashboard or the API.

<Note>
  For the **List Companies** endpoint (shows a list of all company reviews, including their status and details), see the **API Reference** tab for `kybCompaniesList`.
</Note>

***

## Reviewing a Company

To mark a company review as complete, change its status to `COMPLETED` using the API.

<Note>
  For the **Change Status** endpoint (marks a company review as completed), see the **API Reference** tab for `kybCompaniesChangeStatusCreate`.
</Note>

<Note>
  You can also receive a webhook notification when a company is reviewed by enabling the `COMPANY_REVIEW` notification in your [Notification Settings](/guides/dashboard/settings/system-notifications-webhooks-emails).
</Note>

***

## Retrieve All Company Information

<Note>
  For the **Retrieve complete information about company** endpoint, see the **API Reference** tab for `kybCompaniesRetrieve`.
</Note>

***

## Deleting a Company

Companies can be removed from the dashboard or via the API.

<Note>
  For the **Delete Company** endpoint (removes a company and its session from the system), see the **API Reference** tab for `kybCompaniesDestroy`.
</Note>

***

## Request Update

You can ask your client to update submitted data using the **Request More Information (RI)** functionality.

### Step 1: Request More Information

[Initiate RI via dashboard](/guides/dashboard/general/request-update). To track and handle these updates, set up the [**COMPANY INFO REQUEST** webhook event](/kyb/webhooks).

### Step 2: Checking the Flow

The data requested during RI may differ from the original form. To determine what fields are needed, retrieve the flow information.

<Note>
  For the **Retrieve Flow** endpoint (shows the fields currently required during RI), see the **API Reference** tab for `kybInfoRetrieve`.
</Note>

### Step 3: Update

Any updates can be made using the same endpoints used in the initial Business verification flow, described in:

* [Documents](/kyb/collect-information#documents)
* [Beneficiaries](/kyb/collect-information#beneficiaries)
* [Beneficiaries' Documents](/kyb/collect-information#beneficiaries-documents)
* [Questionnaires](/kyb/collect-information#questionnaires)

<Note>
  To check if a questionnaire is required, use the list endpoint and fill in the **first item**, especially if multiple are listed. See `kybFormsQuestionnairesList` in the API Reference.
</Note>
