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

# 설문조사: 제품 트랙 및 상업적 사용

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

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