# API references

- [Get User Profile](https://developer.goshiip.com/api-references/get-user-profile.md): Get your user profile details
- [International HsCode](https://developer.goshiip.com/api-references/international-hscode.md): The HS Code, or Harmonized System Code, is a globally standardized numerical code used to identify goods for customs purposes. It streamlines trade by providing a unique identifier for products.
- [Get Shipment Rates](https://developer.goshiip.com/api-references/get-shipment-rates.md): Explore over 30 shipment rates across different shipment routes (intrastate, interstate and international)
- [Get Single Rate](https://developer.goshiip.com/api-references/get-single-rate.md): Call a single rate individually, rather than waiting on all rates to show up.
- [Get Available Couriers](https://developer.goshiip.com/api-references/get-available-couriers.md): Get list of available carriers at any time
- [Book Shipment](https://developer.goshiip.com/api-references/book-shipment.md): Collate your shipment rate and information to be booked.
- [Assign Shipment](https://developer.goshiip.com/api-references/assign-shipment.md): Request Pickup
- [Get All Shipments](https://developer.goshiip.com/api-references/get-all-shipments.md): This is used to get all shipments booked with us.
- [Cancel Shipment](https://developer.goshiip.com/api-references/cancel-shipment.md): Cancel shipment from the user side.
- [Track Shipment](https://developer.goshiip.com/api-references/track-shipment.md): See where your shipment is at.


---

# 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://developer.goshiip.com/api-references.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.
