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

# Subscribe to developer news

> Subscribe to the X Developer Platform newsletter for product updates, new endpoints, deprecations, events, and other news for API developers.

export const Form = ({src, width = "500", height = "1000"}) => {
  return <iframe className="form" src={src} width={width} height={height} frameborder="0" allowfullscreen>
    </iframe>;
};

Sign up for emails about the latest news, product updates, and events from the X Developer team.

<Form src="https://help.x.com/en/forms/xdev/embedded-xdev-news-subscription" />
