> ## 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.

# quick_reply table

> Personal quick reply text fragments

## quick\_reply Table (462)

Personal quick reply text fragments

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| quick\_reply\_id          | Primary key                           | PK                              |    No    |
| associate\_id             | Associate who owns this quick reply   | FK [associate](./associate.mdx) |    Yes   |
| name                      | The short name of the quick reply     | String(255)                     |    Yes   |
| html\_body                | The html body of the quick reply      | Clob                            |    Yes   |
| rank                      | Rank order in lists                   | UShort                          |    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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/quick_reply.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=21256878f2327512b54c4c4eba9ef226" alt="quick_reply table relationship diagram" width="402" height="59" data-path="media/loc/en/database/tables/quick_reply.png" />

## Indexes

| Fields | Types  | Description |
| ------ | ------ | ----------- |
| rank   | UShort | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Save Quick Replies](/en/api/reference/restful/agent/list_agent/save-quick-replies.md)
- [Get Quick Replies](/en/api/reference/restful/agent/list_agent/get-quick-replies.md)
- [SuperOffice.WebApi.Data.QuickReply](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuickReply.md)
- [SuperOffice.WebApi.Data.List SaveQuickRepliesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SaveQuickRepliesRequest.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
