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

# copilot table

> Contains all available copilots

## copilot Table (473)

Contains all available copilots

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| copilot\_id               | Primary key                           | PK                              |    No    |
| name                      | The name of copilot                   | String(4000)                    |    No    |
| registered                | Registered when                       | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                    | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                     | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                  | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/copilot.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=5bcd69691689996eb2a7a4bedd1f18e2" alt="copilot table relationship diagram" width="729" height="59" data-path="media/loc/en/database/tables/copilot.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                                          | Description                                                        |
| ---------------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                       | Employees, resources and other users - except for External persons |
| [copilot\_data\_source](./copilot-data-source) | Stores data sources for each copilot                               |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [copilot_data_source table](/en/database/tables/copilot-data-source.md)
- [copilot_data_source_setting table](/en/database/tables/copilot-data-source-setting.md)
- [Put Copilot Entity](/en/api/reference/restful/rest/copilot/put-copilot-entity.md)
- [Default Copilot Entity](/en/api/reference/restful/rest/copilot/default-copilot-entity.md)
- [Post Copilot Entity](/en/api/reference/restful/rest/copilot/post-copilot-entity.md)
- [Get Copilot Entity](/en/api/reference/restful/rest/copilot/get-copilot-entity.md)
