# Welcome

Here, you'll find everything you need to seamlessly integrate with Fincart's powerful platform. This documentation is your go-to guide for exploring our APIs, complete with clear examples, step-by-step guides, and practical tips to make your integration journey effortless.

Discover how you can use our APIs to create, edit, and cancel orders, track order updates, and print AWBs (Air Waybills). Unlock the full potential of Fincart's solutions to streamline your operations and enhance your business workflows.

Whether you're a developer or a technical partner, this guide is here to help you maximize the capabilities of our system.

Let’s get started! 🚀

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Create your first order</td><td></td><td></td><td><a href="apis/new-order">new-order</a></td></tr><tr><td><strong>Track Order</strong></td><td>Learn how to get your order status</td><td></td><td></td><td><a href="apis/get-order-logs">get-order-logs</a></td></tr><tr><td><strong>Print Order Label</strong></td><td>Get your pending order PDF label </td><td></td><td></td><td><a href="apis/print-order-label">print-order-label</a></td></tr></tbody></table>


---

# 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://fincart.gitbook.io/fincart-api/readme.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.
