# Vehicle

- [State](https://tesla-api.timdorr.com/vehicle/state.md): These endpoints give the state of the various subsystems of the car.
- [Data](https://tesla-api.timdorr.com/vehicle/state/data.md)
- [Charge State](https://tesla-api.timdorr.com/vehicle/state/chargestate.md)
- [Climate State](https://tesla-api.timdorr.com/vehicle/state/climatestate.md)
- [Drive State](https://tesla-api.timdorr.com/vehicle/state/drivestate.md)
- [GUI Settings](https://tesla-api.timdorr.com/vehicle/state/guisettings.md)
- [Vehicle State](https://tesla-api.timdorr.com/vehicle/state/vehiclestate.md)
- [Vehicle Config](https://tesla-api.timdorr.com/vehicle/state/vehicleconfig.md)
- [Mobile Enabled](https://tesla-api.timdorr.com/vehicle/state/mobileenabled.md)
- [Nearby Charging Sites](https://tesla-api.timdorr.com/vehicle/state/nearbychargingsites.md)
- [Miscellaneous](https://tesla-api.timdorr.com/vehicle/state/misc.md)
- [Commands](https://tesla-api.timdorr.com/vehicle/commands.md): These endpoints issue various commands to the car.
- [Wake](https://tesla-api.timdorr.com/vehicle/commands/wake.md)
- [Alerts](https://tesla-api.timdorr.com/vehicle/commands/alerts.md)
- [Remote Start](https://tesla-api.timdorr.com/vehicle/commands/remotestart.md)
- [Homelink](https://tesla-api.timdorr.com/vehicle/commands/homelink.md)
- [Speed Limit](https://tesla-api.timdorr.com/vehicle/commands/speedlimit.md)
- [Valet Mode](https://tesla-api.timdorr.com/vehicle/commands/valet.md)
- [Sentry Mode](https://tesla-api.timdorr.com/vehicle/commands/sentrymode.md)
- [Doors](https://tesla-api.timdorr.com/vehicle/commands/doors.md)
- [Frunk/Trunk](https://tesla-api.timdorr.com/vehicle/commands/trunk.md)
- [Windows](https://tesla-api.timdorr.com/vehicle/commands/windows.md)
- [Sunroof](https://tesla-api.timdorr.com/vehicle/commands/sunroof.md)
- [Charging](https://tesla-api.timdorr.com/vehicle/commands/charging.md)
- [Climate](https://tesla-api.timdorr.com/vehicle/commands/climate.md)
- [Media](https://tesla-api.timdorr.com/vehicle/commands/media.md)
- [Sharing](https://tesla-api.timdorr.com/vehicle/commands/sharing.md)
- [Software Updates](https://tesla-api.timdorr.com/vehicle/commands/softwareupdate.md)
- [Calendar](https://tesla-api.timdorr.com/vehicle/commands/calendar.md)
- [Miscellaneous](https://tesla-api.timdorr.com/vehicle/commands/misc.md)
- [Streaming](https://tesla-api.timdorr.com/vehicle/streaming.md)
- [Autopark/Summon](https://tesla-api.timdorr.com/vehicle/autopark.md)
- [Option Codes](https://tesla-api.timdorr.com/vehicle/optioncodes.md)


---

# 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://tesla-api.timdorr.com/vehicle.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.
