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

# Pesquisa: Trilhas de Produto e Uso Comercial

> Compartilhe feedback sobre sua trilha de produto da X API, caso de uso comercial, planos de integração e experiência do desenvolvedor para ajudar a orientar futuras mudanças da plataforma.

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>;
};

<Form src="https://developer.x.com/en/products/x-api/survey" />
