# Ports

HEAVY.AI uses the following ports.

| Port | Service            | Use                                                                                                                                         |
| ---- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| 6273 | heavy\_web\_server | Used to access Heavy Immerse.                                                                                                               |
| 6274 | heavydb tcp        | Used by connectors (heavyai, omnisql, odbc, and jdbc) to access the more efficient Thrift API.                                              |
| 6276 | heavy\_web\_server | Used to access the HTTP/JSON thrift API.                                                                                                    |
| 6278 | heavydb http       | Used to directly access the HTTP/binary thrift API, without having to proxy through heavy\_web\_server. Recommended for debugging use only. |


---

# 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.heavy.ai/v8.3.0/installation-and-configuration/installation/ports.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.
