> ## Documentation Index
> Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OrganizationSettings

> OrganizationSettings component

OrganizationSettings component

## Props

<ResponseField name="onOrganizationCreated" type="(org: Organization) => void" required={false}>
  onOrganizationCreated
</ResponseField>

## Usage

```tsx theme={null}
import { OrganizationSettings } from '@/components/OrganizationSettings';

export default function Example() {
  return (
    <OrganizationSettings  />
  );
}
```
