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

# Creating an Ad Platform

> A guide to creating an Ad Platform.

## Creation Method

<img src="https://mintcdn.com/openrhapsody/nmJyqhGEamtoPhFG/images/ad-platform-quickstart.gif?s=79e9a661e50dad4256a272763275c495" width="720" alt="Step-by-step guide to creating an Ad Platform" data-path="images/ad-platform-quickstart.gif" />

<Steps>
  <Step title="Open project menu">
    Click on the project name in the top left
  </Step>

  <Step title="Start deployment">
    Click **\[Deploy new Ad Platform]** at the bottom of the dropdown menu
  </Step>
</Steps>

***

## Service Name

* Enter your official name (2-20 characters)
* Korean, English, and numbers are allowed
* Display it clearly as it will be shown to advertisers

## Logo and Theme Color

* **Format**: PNG or SVG recommended
* **Size**: 256px or larger
* **Theme Color**: Automatically extracted from the logo and applied throughout the Ad Platform

<Note>
  Border correction is recommended if the logo background color has low contrast
</Note>

## Subdomain

This is the link to share with advertisers.

* **Allowed characters**: Lowercase letters, numbers, hyphen (-)
* **Final link**: `https://{your-input}.adrop.io`
* **No duplicates**: Cannot use domains already in use by other publishers
* **Modifiable**: Can be changed after creation

## Operating Region Settings

| Item         | Description                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------- |
| **Country**  | Select the accounting base region. Used for Settlement and business information, and currency follows the country default. |
| **Timezone** | The timezone applied when booking Campaigns or viewing reports in the Console.                                             |
| **Language** | The language used in the Console.                                                                                          |

<Note>
  Advertisers will see the timezone and language according to their own settings.
</Note>

<Warning>
  Register only a single service per Ad Platform. While platform-specific apps (Android/iOS/Web) can be operated together, mixing different services will affect targeting data accuracy.
</Warning>

***

## Next Steps

<Card title="Configuring the Ad Platform" icon="gear" href="/ad-platform/settings">
  Set up branding and service information
</Card>

***

## FAQ

<AccordionGroup>
  <Accordion title="Can I create multiple Ad Platforms?">
    Yes. You can create separate Ad Platforms for each service. Each platform has independent branding, Ad Products, and Settlement systems.
  </Accordion>

  <Accordion title="Can I use a custom domain?">
    By default, it's provided in the format `{subdomain}.adrop.io`. If you need a custom domain, please contact us separately.
  </Accordion>

  <Accordion title="Can advertisers book Campaigns directly?">
    Yes. When you share the Ad Platform link, advertisers can directly access it to review products, book Campaigns, register Creatives, and make payments in a self-service manner.
  </Accordion>
</AccordionGroup>
