> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-oauth-2-ios.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to the X Developer Platform

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <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>;
};

Build, analyze, and innovate with X's real-time, global data and APIs. Whether you're creating new apps, integrating with X, or analyzing trends, our platform gives you the tools to get started quickly.

<Card title="Filtered Stream Webhooks: Now Available" icon="bolt" iconType="solid">
  <div
    style={{
position: 'relative',
minHeight: '90px'
}}
  >
    <div
      style={{
  position: 'absolute',
  top: '25%',
  left: '85%',
  transform: 'translate(-50%, -50%)',
  opacity: 0.10,
  zIndex: 0,
  width: '40%',
  maxWidth: '320px',
  pointerEvents: 'none',
  filter: 'grayscale(1)'
}}
    >
      <img src="https://mintcdn.com/x-preview-oauth-2-ios/uLVOOWMJRvLitkzu/logo/logo.svg?fit=max&auto=format&n=uLVOOWMJRvLitkzu&q=85&s=3d59bbbed57c55cb5900d7259b8b856f" alt="X logo" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      Filter and get real-time events for public Posts — delivered to your webhook.

      <br />

      <br />

      <Button href="/x-api/account-activity/introduction">Learn more</Button>
    </div>
  </div>
</Card>

***

## Jump right in

Get started quickly with these popular resources and guides.

<div className="grid md:grid-cols-3 gap-6 my-8">
  <Card title="Quickstart" icon="rocket" iconType="solid" href="/x-api/getting-started/make-your-first-request">
    <div style={{ minHeight: '120px', display: 'flex', flexDirection: 'column' }}>
      <div style={{ flex: '1 1 auto' }}>
        Create an API key and make your first request to the X API in minutes.
      </div>

      <div style={{ marginTop: '16px', flex: '0 0 auto' }}>
        <Button href="/x-api/getting-started/make-your-first-request">Get started</Button>
      </div>
    </div>
  </Card>

  <Card title="Tutorials" icon="book" iconType="solid" href="/tutorials">
    <div style={{ minHeight: '120px', display: 'flex', flexDirection: 'column' }}>
      <div style={{ flex: '1 1 auto' }}>
        Step-by-step guides for common use cases and integrations.
      </div>

      <div style={{ marginTop: '16px', flex: '0 0 auto' }}>
        <Button href="/tutorials">Browse tutorials</Button>
      </div>
    </div>
  </Card>

  <Card title="Tools & SDKs" icon="toolbox" iconType="solid" href="/tools-and-libraries">
    <div style={{ minHeight: '120px', display: 'flex', flexDirection: 'column' }}>
      <div style={{ flex: '1 1 auto' }}>
        Official and community libraries to speed up your development.
      </div>

      <div style={{ marginTop: '16px', flex: '0 0 auto' }}>
        <Button href="/tools-and-libraries">See tools</Button>
      </div>
    </div>
  </Card>
</div>

***

## Products

Explore the main products of the X Developer Platform. Each product is designed to help you build, analyze, and integrate with X in different ways.

<CardGroup cols={3}>
  <Card title="X API" icon="square-x-twitter" iconType="solid" href="/x-api/introduction">
    Programmatic access to X's core data: posts, users, spaces, DMs, lists, trends, media, and more.
  </Card>

  <Card title="X Ads API" icon="rectangle-ad" iconType="solid" href="/x-ads-api/introduction">
    Automate and manage ad campaigns, targeting, creatives, and analytics on the X Ads platform.
  </Card>

  <Card title="X for Websites" icon="laptop-code" iconType="solid" href="https://developer.x.com/en/docs/twitter-for-websites.html">
    Embed X content, timelines, and engagement tools directly into your website or app.
  </Card>
</CardGroup>

***

## Support & Community

* [Support hub](https://developer.x.com/en/support) — Troubleshooting, FAQs, and contact info
* [Developer forum](https://devcommunity.x.com) — Join the conversation
* [Newsletter](https://docs.x.com/resources/newsletter) - Get monthly updates

***

## Stay informed

* [API status](https://docs.x.com/status)
* [Changelog](https://docs.x.com/changelog)
