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

# Tokens

Tokens are unique identifiers for Airbridge user authentication. To use the Airbridge SDK or API, you must copy the tokens from the **\[Settings]>\[Tokens]** page and paste them into the respective fields for authentication.

<AccordionGroup>
  <Accordion title="App Name (Unique ID)">
    The app name is the unique ID of your app within Airbridge which is used for SDK integration and tracking link generation. The app name can’t be changed once the app is registered. You can find the same information in **\[Settings]>\[App Settings]**.
  </Accordion>

  <Accordion title="Web SDK Token">
    The web SDK token is the unique identifier for integrating the Airbridge Web SDK into your web service and collecting web data.
  </Accordion>

  <Accordion title="App SDK Token">
    The app SDK token is the unique identifier for integrating the Airbridge App SDK into your app and collecting app data.
  </Accordion>

  <Accordion title="API Token">
    The API token is the unique identifier for accessing the Airbridge API. You can regenerate the token if needed.
  </Accordion>

  <Accordion title="Tracking Link API Token">
    The tracking link API token is the unique identifier for accessing the Airbridge Tracking Link API. You can regenerate the token if needed.
  </Accordion>
</AccordionGroup>

<link rel="alternate" hrefLang="en" href="https://help.airbridge.io/en/guides/tokens" />

<link rel="alternate" hrefLang="ko" href="https://help.airbridge.io/ko/guides/tokens" />
