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

# Introduction

> Introduction to the X Ads API for programmatically managing ad campaigns, audiences, creatives, and reporting on the X advertising 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>;
};

## Connect to the X Ads platform

The X Ads API connects developers to X's advertising platform to build solutions to meet the needs of X's advertisers around the world.

<Button href="/x-ads-api/getting-started">
  Get started
</Button>

***

<CardGroup cols={2}>
  <Card title="Campaign management" icon="list-check" href="/x-ads-api/campaign-management">Programmatically create, schedule, and manage ad campaigns to engage people on X.</Card>
  <Card title="Custom audiences" href="/x-ads-api/audiences" icon="user-group">Create and manage Tailored Audiences using X, web or mobile data you provide.</Card>
  <Card title="Creatives" href="/x-ads-api/creatives" icon="paintbrush">Draft and publish posts, extend the functionality of posts with Cards and manage and upload images and videos.</Card>
  <Card title="Advertising analytics" href="/x-ads-api/analytics" icon="chart-pie">Use async and synchronous API endpoints to retrieve granular insights of ad campaigns by a full range of metrics.</Card>
  <Card title="Tools and libraries" href="/x-ads-api/tools-and-libraries" icon="screwdriver-wrench">Check out our curated selection of X-built and community-supported client libraries.</Card>
  <Card title="Postman collection" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="code">We have built out a Postman collection for our v2 endpoints to help you explore the API using their visual client!</Card>
  <Card title="Command line tool" href="https://github.com/xdevplatform/xurl" icon="terminal">If you would rather work with our endpoints using a command line tool, xurl is built for you!</Card>
</CardGroup>

## For Ads API access

For Ads API Access, please submit a request using the [Ads API Access Form](/forms/ads-api-access). Please allow up to 3 business days for us to review and process your submission.

## Need help?

Visit our support section, where you can find troubleshooting tips, contact details, live API status monitor, and other helpful information that can help you understand how to overcome any obstacle.

[Visit the Ads API support section](https://developer.x.com/en/support/twitter-ads-api.html)

***

Help us build the next generation of the X API: [Give us your product feedback >](https://twitterdevfeedback.uservoice.com/forums/930250-twitter-api)
