> For the complete documentation index, see [llms.txt](https://docs.gooey.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gooey.ai/ai-agent/conversation-analysis/glossary.md).

# Glossary

Terms from the **Messages Table/CSV:**

<figure><img src="/files/diPSNxCcKcAyNnV5K7At" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="122.5703125">Name</th><th>Description</th></tr></thead><tbody><tr><td>Sent</td><td>Timestamp for when the message was sent by the user</td></tr><tr><td>Name</td><td>Refers to the phone number or UUID of the User</td></tr><tr><td>User Message (EN)</td><td>This refers to the User's message. The "EN" stands for English, to indicate the English translation of the message.</td></tr><tr><td>Assistant Message (EN)</td><td>This refers to the Assistant's reply. The "EN" stands for English, to indicate the English translation of the message. </td></tr><tr><td>User Message (Local)</td><td>This refers to the User's message. The "Local" stands for local language used. In case, the user messages are in English, this will appear to the same as "User Message (EN)" column. </td></tr><tr><td>Assistant Message (Local)</td><td>This refers to the Assistant's message. The "Local" stands for local language used. In case, the user messages are in English, this will appear to the same as "User Message (EN)" column. </td></tr><tr><td>Analysis Result</td><td>This is the JSON data based on the Analysis Script that we run.</td></tr><tr><td>Feedback</td><td>This refers specifically to the "👍" and "👎" feedback implemented in the Agent Builder</td></tr><tr><td>Run Time</td><td>This refers to the amount of time it took for the Assistant to respond to the User's query</td></tr><tr><td>Run URL</td><td>The specific Run URL of that query, this can be useful to debug.</td></tr><tr><td>Input Images</td><td>This will show a link or path to any images uploaded by the User.</td></tr><tr><td>Input Audio</td><td>This will show a link or path to any audio messages uploaded by the User.</td></tr><tr><td>User Message ID</td><td>It is the platform-dependent message ID (e.g. WhatsApp Message ID for the message sent by user)</td></tr><tr><td>Conversation ID</td><td>This is the unique ID for each conversation (old messages are in context for new ones). e.g. it is the part between one "reset" to next for a WhatsApp agent</td></tr></tbody></table>


---

# 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://docs.gooey.ai/ai-agent/conversation-analysis/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.
