> ## 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>
