# Getting Started

This section will guide you through the essential steps to start integrating with our mixed fleet data platform.

## What You'll Need

Before diving into the API, make sure you have:

* A basic understanding of REST APIs and HTTP requests
* A tool for making API calls (curl, Postman, or your preferred HTTP client)
* Your intended use case clearly defined, you'll find more information in the Guides & Tutorials section

## Getting Started Steps

Follow these guides in order to get up and running:

### 1. Environments & Base URLs

Learn about Hiboo's sandbox and production environments, including:

* How to request sandbox access for testing
* Production environment setup
* Important differences between environments

### 2. Authenticate & Test

Get your first API token and make your first successful API call:

* How to obtain authentication tokens
* Token refresh and expiration handling
* Making your first "Hello World" API request

### 3. Using Hiboo API with Postman

Set up your development tools for efficient API integration:

* Download OpenAPI specifications
* Import collections into Postman
* Set up environment variables and authentication


---

# 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.hiboo.io/guides/getting-started.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.
