# Simplified HS Codes

### The Simplified HS Code Object

This section describes the different attributes available for a HS Code.

| category           | *string* | Simplified category name                 |
| ------------------ | -------- | ---------------------------------------- |
| category\_code     | *string* | 4 digit category code                    |
| chapter            | *string* | 2 digit chapter code                     |
| chapter\_name      | *string* | Simplified chapter name                  |
| hs\_category\_code | *string* | 4 digit hs category code                 |
| hs\_chapter\_code  | *string* | 2 digit hs chapter code                  |
| hs\_chapter\_name  | *string* | Official hs chapter name                 |
| hs\_code           | *string* | 6 or 8 digit hs code                     |
| hs\_code\_id       | *string* | Unique reference for hs code.            |
| keywords           | *string* | List of keywords for describing hs code. |
| sub\_category      | *string* | Simplified description                   |


---

# 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.terminal.africa/tship/hs-codes-1.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.
