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

# X 공식 파트너

> 분석, 콘텐츠 조정, 광고 관리 등을 포함하여 X API 기반으로 구축된 도구 및 서비스를 제공하는 X 공식 파트너 디렉터리입니다.

export const StoryCard = ({img, href, title}) => {
  return <a href={href} className="x-surface block not-prose font-normal group relative my-2 overflow-hidden w-full cursor-pointer">
      <div className="flex flex-col h-full">
        <div className="w-full aspect-[3/2] bg-white">
          <img src={img} className="rounded-none pointer-events-none w-full h-full object-cover" alt={title} />
        </div>
        <div className="flex flex-col justify-center p-4 flex-1" style={{
    background: 'var(--x-tile-bg)'
  }}>
          <div className="x-headline2 x-text-primary">{title}</div>
        </div>
      </div>
    </a>;
};

export const Banner = ({img, href, title, description}) => {
  return <a href={href} className="x-surface block not-prose font-normal group relative my-1 overflow-hidden w-full cursor-pointer">
      <div className="flex flex-row h-full">
        <div className="integration-logo w-48 flex items-center justify-center p-4 bg-white">
          <span className="flex items-center justify-center" style={{
    width: '100%',
    height: '100%',
    maxWidth: '150px'
  }}>
            <img src={img} className="pointer-events-none w-full h-full object-contain" style={{
    maxWidth: '150px',
    maxHeight: '80px'
  }} />
          </span>
        </div>
        <div className="flex flex-col justify-center p-4 flex-1">
          <div className="x-headline2 x-text-primary">{title}</div>
          <p className="mt-1 x-subtext2 x-text-secondary">{description}</p>
        </div>
      </div>
    </a>;
};

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <span>{children}</span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

export const IntroCard = ({img, href, title, description}) => {
  return <a href={href} className="x-surface block not-prose font-normal group relative my-2 overflow-hidden w-full cursor-pointer">
      <div className="flex flex-col h-full">
        <div className="integration-logo w-full flex items-center justify-center">
          <img src={img} className="pointer-events-none w-full h-full object-cover" />
        </div>
        <div className="p-4 flex-grow" style={{
    background: 'var(--x-tile-bg)'
  }}>
          <div className="x-headline2 x-text-primary mb-2">{title}</div>
          <p className="x-subtext1 x-text-secondary">{description}</p>
        </div>
      </div>
    </a>;
};

## X 공식 파트너와 함께 비즈니스를 성장시키세요

###### X에서 이루어지는 공개 대화를 활용하고, 파트너의 솔루션을 통해 인사이트를 실질적인 행동으로 전환하세요.

<br />

<div style={{ display: 'flex', gap: '1rem', alignItems: 'center' }}>
  <Button href="https://partners.x.com/en/find-a-partner">
    파트너 찾기
  </Button>

  <Button href="https://partners.x.com/en/about-the-program">
    자세히 보기
  </Button>
</div>

## 신뢰할 수 있는 X 공식 파트너와 협력하여 비즈니스의 가능성을 확장하세요

당사의 파트너는 우수성이 검증되어 있으며, 다음과 같은 활동에 필요한 기술을 제공합니다:

* 소비자 트렌드와 선호도 파악
* 제품 및 서비스 피드백 수집과 분석
* 고객 참여 및 이슈 해결
* 속보와 사건 알림 수신
* 소셜 채널 전반에서 콘텐츠 제작, 게시, 분석
* 그 외에도 다양한 기능 제공!

## 비즈니스에 맞는 공식 파트너를 찾아보세요

<br />

<Banner title="공식 파트너는 우수성, 가치, 그리고 신뢰를 대표합니다" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/XOPP_logo_black.png" description="각 공식 파트너는 엄격한 평가를 거쳐 프로그램에 선정됩니다. 초대 전용 프로그램인 만큼 최고 수준의 성과 기준을 충족하도록 회원들이 X에 의해 지속적으로 검토되며, 이를 통해 브랜드에 훌륭한 경험을 제공합니다." />

### 공식 파트너는 우수성, 가치, 그리고 신뢰를 대표합니다

각 공식 파트너는 엄격한 평가를 거쳐 프로그램에 선정됩니다. 초대 전용 프로그램인 만큼 최고 수준의 성과 기준을 충족하도록 회원들이 X에 의해 지속적으로 검토되며, 이를 통해 브랜드에 훌륭한 경험을 제공합니다.

<Button href="https://partners.x.com/en/about-the-program">
  프로그램 자세히 보기
</Button>

## 파트너들의 인상적인 사례를 만나보세요

<CardGroup cols={3}>
  <StoryCard title="NASA는 X 오디언스 인사이트를 활용해 팬들을 새로운 지평으로 이끕니다" href="https://partners.x.com/en/partner-resources/nasa-uses-twitter-audience-insights-to-take-fans-to-new-frontier" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/Hero.jpg" />

  <StoryCard title="X 속의 아름다움" href="https://partners.x.com/en/partner-resources/the-beauty-in-twitter" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/thumbnail-sprinklr.png" />

  <StoryCard title="X에서 #ExtremeWeather 대화 분석하기" href="https://developer.x.com/en/use-cases/build-for-good/extreme-weather" img="https://mintlify.s3-us-west-1.amazonaws.com/x-preview/images/Extreme_369x277.png" />
</CardGroup>
