> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tessie.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get data or control your vehicle in seconds

1. Visit [developer settings](https://dash.tessie.com/settings/api) and select *Generate Access Token*

2. Visit any of these examples to get data or control your vehicle:

<CodeGroup>
  ```bash Get data theme={null}
  https://api.tessie.com/vehicles?access_token=YOUR_TOKEN
  ```

  ```bash Honk theme={null}
  https://api.tessie.com/YOUR_VIN/command/honk?access_token=YOUR_TOKEN
  ```

  ```bash Start climate theme={null}
  https://api.tessie.com/YOUR_VIN/command/start_climate?access_token=YOUR_TOKEN
  ```

  ```bash Stop climate theme={null}
  https://api.tessie.com/YOUR_VIN/command/stop_climate?access_token=YOUR_TOKEN
  ```
</CodeGroup>

Yes, it's that easy.
