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

# Existing Customer - Use Case Modification

> Form for existing X API enterprise customers to request modifications to a previously approved use case, including changes to data products or workflows.

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

<Form src="https://developer.x.com/en/products/x-api/enterprise/apply-for-use-case/use-case-modification" />
