# Pages Table

The Pages Table records details about the pages viewed by individuals during their session. See table structure below.&#x20;

## Table Structure

| Column                   | Description                                                                                                                      |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| session\_id              | The ID associated with a session. The session ends when there has been no activity for 30 minutes                                |
| external\_id             | The ID associated with the tag fire                                                                                              |
| ref\_url                 | Reference URL of the tag fire; page of tag fire                                                                                  |
| referer\_url             | URL visited before the tag fire (when available)                                                                                 |
| est\_time\_on\_page      | The estimated time spent on a page in seconds. This is estimated because we don’t know how long someone was on the last page for |
| event\_date              | Timestamp (YYYY-MM-DD HH:MM:SS.sss) of the tag fire                                                                              |
| un\_processed\_timestamp | Unix timestamp of when the record was processed                                                                                  |
| un\_updated\_timestamp   | Unix timestamp of when the record was last updated                                                                               |

<br>


---

# Agent Instructions: 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:

```
GET https://docs.getuntitled.ai/custom-connections/schema-overview/pages-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
