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

# dbi_agent table

> DBI agent settings

## dbi\_agent Table (381)

DBI agent settings

## Fields

| Name       | Description                                                         | Type        | Nullable |
| ---------- | ------------------------------------------------------------------- | ----------- | :------: |
| id         | Primary key                                                         | PK          |    No    |
| name       | Agent name                                                          | String(255) |    Yes   |
| id\_string | A field for an id\_string which may be used to access the dbi agent | String(255) |    No    |
| protocol   | Agent communcication protocol                                       | protocol    |    Yes   |
| path       | Path to agent URL or file path                                      | String(255) |    Yes   |

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

## Indexes

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

## Relationships

| Table                                        | Description                                                                                                                                                          |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [attachment](./attachment)                   | This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table.        |
| [contact](./contact)                         | Companies and Organizations.                                                                                                                                         |
| [dbi\_agent\_field](./dbi-agent-field)       | DBI agent fields                                                                                                                                                     |
| [dbi\_agent\_schedule](./dbi-agent-schedule) | DBI agent schedule settings                                                                                                                                          |
| [eab\_entry](./eab-entry)                    | This table contains eab (email address book) entries, i.e. an alias (\&apos;Ola Hansen\&apos;) and an address (\&apos;[ola@hansen.as](mailto:ola@hansen.as)\&apos;). |
| [ejuser](./ejuser)                           | This table contains entries for the users of the system.                                                                                                             |
| [Email](./email)                             | Email addresses for contacts, projects and persons                                                                                                                   |
| [kb\_category](./kb-category)                | Knowledge base folder hierarchy                                                                                                                                      |
| [kb\_entry](./kb-entry)                      | This table contains FAQ entries.                                                                                                                                     |
| [kb\_entry\_comment](./kb-entry-comment)     | Comments to entries in the knowledge base, typically made by customers                                                                                               |
| [kb\_group](./kb-group)                      | This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category.       |
| [person](./person)                           | Persons                                                                                                                                                              |
| [s\_list](./s-list)                          | A list, dynamic or static                                                                                                                                            |
| [ticket](./ticket)                           | This table contains the tickets (requests) of the system. Its purpose should be evident.                                                                             |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [dbi_agent_field table](/en/database/tables/dbi-agent-field.md)
- [dbi_agent_schedule table](/en/database/tables/dbi-agent-schedule.md)
- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Data.PersonEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.PersonEntity.md)
- [Void](/en/automation/crmscript/reference/CRMScript.Global.Void.md)
- [eab_entry table](/en/database/tables/eab-entry.md)
