> For the complete documentation index, see [llms.txt](https://support.ninchat.com/ninchat-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ninchat.com/ninchat-support/english/general-tips/terminology.md).

# Terminology

| Term                      | Definition                                                                                                                                                                               |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ninchat**               | The name of the chat service.                                                                                                                                                            |
| **Activity log**          | List of customer queue's latest events.                                                                                                                                                  |
| **Agent**                 | A person using Ninchat through ninchat.com, has no embedded client view.                                                                                                                 |
| **Queue**                 | A queue for customer service chat in which an agent can pick a customer for bilateral conversation.                                                                                      |
| **Channel**               | Multi-user chat room, can be used for internal team communication or public group discussion embedded into a web page.                                                                   |
| **Channel moderator**     | An agent who manages and moderates chat as well as users in the channel.                                                                                                                 |
| **Channel operator**      | An agent who can edit channel settings, invite new members to the channel, and add/remove operator and moderator rights of the channel members.                                          |
| **Deleted user**          | Ended customer conversation, where visitor has closed conversation.                                                                                                                      |
| **Dropped request**       | Customer who was not picked from queue and left.                                                                                                                                         |
| **Organization**          | A client-controlled entity that includes channels, queues, and agents.                                                                                                                   |
| **Organization operator** | An agent who can add users as queue members, and view statistics and access customer chat history. Organization operator can also edit queue settings including queue name and schedule. |
| **Registered contact**    | Saved questionnaire answer without actual conversation. E.g. offline contact request.                                                                                                    |
| **Request**               | Chat request in customer queue. In statistics answered and un-answered queueings are shown as accepted and dropped requests.                                                             |


---

# 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://support.ninchat.com/ninchat-support/english/general-tips/terminology.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.
