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

# Viewing Application details

> Inspect an application's read-only configuration to verify credentials, scopes, and integration details from the Console.

<Note>
  Application details are read-only. To update an application's configuration, you must delete it and create a new one with the updated information.
</Note>

To view application details, follow these steps:

<Steps>
  <Step>
    From the **Applications** page, find the application you want to view.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) in the **Actions** column and select **Details**.
  </Step>

  <Step>
    The **Application Details** panel opens on the right side of the screen, displaying:

    * **Name** – The application identifier
    * **Description** – The application description
    * **ClientId** – The unique client identifier for authentication
    * **ClientSecret** – The secret key for authentication
  </Step>
</Steps>

<Tip>
  Use the copy button next to the **ClientId** and **ClientSecret** fields to copy credentials to your clipboard.
</Tip>
