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

# App Name

export const companyName = 'LandingAI';

export const ade = 'Agentic Document Extraction';

Some SQL commands for managing {ade} require the name of your instance of the app. In the SQL commands throughout this documentation, `APP_NAME` is used as a placeholder for your app name. The default app name is `AGENTIC_DOCUMENT_EXTRACTION__APP`.

You need your app name to:

* [Parse documents](./ade-sf-parse-cloud)
* [Extract fields from parsed output](./ade-sf-extract-cloud)
* [Grant app access to stages](./ade-sf-grant-access-to-stages)

## App Name in Sample Scripts

Sample scripts in the app interface automatically use your app name. When you copy these scripts, you do not need to change the app name.

## Locate the Name of Your App

You can get the name of your instance of {ade} in Snowsight:

1. Open [Snowsight](https://app.snowflake.com).
2. Go to **Catalog** > **Apps** > **Agentic Document Extraction - App**.
3. The app opens to the **Home** page.
4. Identify the app name in the first line of the scripts. For example, in the screenshot below, the name of the app is `AGENTIC_DOCUMENT_EXTRACTION__APP`.
   <img src="https://mintcdn.com/landingaitest/igfPr0G96Y9X5mNm/images/sf-app-connect-name-ade.png?fit=max&auto=format&n=igfPr0G96Y9X5mNm&q=85&s=e5e82d7c655877db4e9b600287103aa2" alt="App Name" width="2400" height="878" data-path="images/sf-app-connect-name-ade.png" />
