> For the complete documentation index, see [llms.txt](https://virtualcontact.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virtualcontact.gitbook.io/docs/welcome-to-virtual-contact/glossary.md).

# Glossary

Key terms used throughout the Virtual Contact platform and documentation.

* **Inbox**: the centralised view where all conversations from every channel are displayed and managed.
* **Ticket**: a structured record of a customer request or issue, with status, priority, assigned agent and full history.
* **Queue**: a pool of conversations waiting to be assigned, based on defined routing rules.
* **Flow AI**: the visual chatbot builder, configurable via natural language prompts without coding.
* **WorkFlow AI:** the automation engine that executes rule-based actions triggered by specific events.
* **SmartTags**: AI-generated labels applied automatically to classify conversations by topic, intent and sentiment.
* **Conversation Score:** an automatic quality rating assigned to each conversation.
* **Handover**: the transfer of a conversation from the AI chatbot to a human agent, with full context preserved.
* **SLA**: Service Level Agreement — the maximum response or resolution time defined for a queue.
* **Workspace**: an isolated operational environment within Virtual Contact, separating flows by department, brand or location.
* **Tenant**: a distinct organisational account or workspace instance within the Virtual Contact platform.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://virtualcontact.gitbook.io/docs/welcome-to-virtual-contact/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
