> ## 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" />
