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

# Organization Settings

> Manage your organization's name, handle, Enterprise SSO, data sharing, feature tips, and deletion from Settings → Organization.

Open **Settings → Organization** to manage the organization itself. Members, repositories, and code providers are covered in [Organizations & Teams](/docs/code-review/team-setup-basics).

Only organization **admins** can change these settings. The one exception is **Leave**, which any member can use.

## Organization details

Click **Edit** to rename the organization, then **Save Changes**.

The name is a display label. URLs use the handle instead. To change the handle, see [Change organization handle](#change-organization-handle).

## Enterprise SSO

Verify your domain, connect your identity provider, and optionally turn on Auto Join, Require SSO, and directory sync. Available on the Enterprise plan; other plans see **Talk to sales**. See [SSO & Identity](/docs/security/sso-and-identity).

## Data & privacy

**Help us improve Greptile** is on by default. Greptile learns from your organization's review activity (comments, replies, reactions) to improve the code review agent. Turn it off to exclude your organization.

Changes save automatically.

## Feature tips

**New feature tips in PR comments** is on by default. When on, Greptile adds a short tip to a review comment the first time a feature is likely to help.

* The first time a user replies to Greptile in a repo: a tip about [`.greptile/rules` and `.greptile/config`](/docs/code-review/greptile-config)
* After repeated re-reviews of a user's pushes: a tip about fixing all findings with your coding agent

Turn it off to remove tips from all review comments in the organization.

## Danger zone

### Change organization handle

The handle appears in every Greptile URL for the organization. Click **Change Handle**, enter the new handle, and save.

<Warning>
  Old URLs stop working as soon as you save. There is no redirect. Every member must update bookmarks and links.
</Warning>

### Leave this organization

Any member can leave. Click **Leave** and confirm. You lose access to the organization and all its resources, and Greptile switches you to another organization you belong to.

Two rules apply:

* You cannot leave your last organization. Create or join another one first.
* If you are the only admin, promote another member first. The **Leave** dialog lets you pick a member and transfer admin permissions before leaving.

The **Leave** card is hidden when you are the organization's only member.

### Delete this organization

Admins only. Click **Delete Organization**, type `confirm deletion of organization`, and confirm.

<Warning>
  This permanently deletes the organization, cancels its subscription, and removes all its data for every member. It cannot be undone.
</Warning>

## Self-hosted deployments

Self-hosted Greptile differs from cloud on this page in two ways:

* **Enterprise SSO** is configured through the SSO service, not this page. See [SSO/SAML](/docs/security/sso).
* **Feature tips** can also be disabled for the whole deployment by setting `TIPS_ENABLED=false` on the worker.

## What's next?

* [Manage members and roles](/docs/code-review/team-setup-basics)
* [Billing and seats](/docs/code-review-bot/billing-seats)
