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

# Company

> `gcai company` commands.

## `gcai company get`

Get the company profile

```bash theme={null}
gcai company get
```

Wraps `GET /company-profile` — see [Get the company profile](/api-reference/get-default-company-profile) for full parameter semantics.

## `gcai company update`

Update the company profile

```bash theme={null}
gcai company update [--name <value>] [--dba-name <value>] [--industry <value>] [--size <value>] [--location <value>] [--incorporation-country <value>] [--incorporation-state <value>] [--description <value>] [--revenue <value>] [--legal-matters <value>] [--regulations <value>] [--risk-tolerance <value>] [--additional-info <value>] [--customer-types <value>…]
```

| Flag                              | Type       | Required | Description                                           |
| --------------------------------- | ---------- | -------- | ----------------------------------------------------- |
| `--name <value>`                  | `string`   |          | Company name (cannot be cleared, max 255 chars)       |
| `--dba-name <value>`              | `string`   |          | Doing-business-as name. Send null to clear.           |
| `--industry <value>`              | `string`   |          | Industry sector. Send null to clear.                  |
| `--size <value>`                  | `string`   |          | Company size band. Send null to clear.                |
| `--location <value>`              | `string`   |          | Primary office location. Send null to clear.          |
| `--incorporation-country <value>` | `string`   |          | Country of incorporation. Send null to clear.         |
| `--incorporation-state <value>`   | `string`   |          | State/province of incorporation. Send null to clear.  |
| `--description <value>`           | `string`   |          | Short company description. Send null to clear.        |
| `--revenue <value>`               | `string`   |          | Annual revenue band. Send null to clear.              |
| `--legal-matters <value>`         | `string`   |          | Typical legal matters. Send null to clear.            |
| `--regulations <value>`           | `string`   |          | Key regulations. Send null to clear.                  |
| `--risk-tolerance <value>`        | `string`   |          | Risk tolerance level. Send null to clear.             |
| `--additional-info <value>`       | `string`   |          | Free-form additional context. Send null to clear.     |
| `--customer-types <value>…`       | `string[]` |          | Types of customers served. Send null or \[] to clear. |

Wraps `PATCH /company-profile` — see [Update the company profile](/api-reference/update-default-company-profile) for full parameter semantics.
