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

# Assine as novidades para desenvolvedores

> Assine a newsletter do X Developer Platform para receber atualizações de produtos, novos endpoints, descontinuações, eventos e outras novidades para desenvolvedores de API.

export const Form = ({src, width = "500", height = "1000"}) => {
  const maxWidth = `${parseInt(width, 10) || 500}px`;
  return <iframe className="form" src={src} height={height} style={{
    width: '100%',
    maxWidth
  }} frameborder="0" allowfullscreen>
    </iframe>;
};

Inscreva-se para receber e-mails com as últimas novidades, atualizações de produtos e eventos da equipe X Developer.

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