# State

{% content-ref url="/pages/-LNhj\_dO18U\_siIuG8U8" %}
[Data](/vehicle/state/data.md)
{% endcontent-ref %}

{% hint style="warning" %}
All `data_request` endpoints have been deprecated in favor of the `vehicle_data` endpoint. All of the data they return is found in the response of `vehicle_data` within sub-categories and the documentation of these/what the different fields mean, still applies.
{% endhint %}

A rollup of all the `data_request` endpoints plus vehicle configuration.

{% content-ref url="/pages/-LNhjgd9T\_FAlYIPJsCO" %}
[Charge State](/vehicle/state/chargestate.md)
{% endcontent-ref %}

Information on the state of charge in the battery and its various settings.

{% content-ref url="/pages/-LNhjgdAeslnbBfiiB0Z" %}
[Climate State](/vehicle/state/climatestate.md)
{% endcontent-ref %}

Information on the current internal temperature and climate control system.

{% content-ref url="/pages/-LNhjgdBPbSy\_GKwQjTt" %}
[Drive State](/vehicle/state/drivestate.md)
{% endcontent-ref %}

Returns the driving and position state of the vehicle.

{% content-ref url="/pages/-LNhjgdCr86GiVWzHQK6" %}
[GUI Settings](/vehicle/state/guisettings.md)
{% endcontent-ref %}

Returns various information about the GUI settings of the car, such as unit format and range display.

{% content-ref url="/pages/-LNhjgdD6Aix5oaux0IF" %}
[Vehicle State](/vehicle/state/vehiclestate.md)
{% endcontent-ref %}

Returns the vehicle's physical state, such as which doors are open.

{% content-ref url="/pages/-LU26Abcj7JXdGhMI5pA" %}
[Vehicle Config](/vehicle/state/vehicleconfig.md)
{% endcontent-ref %}

Returns the vehicle's configuration information including model, color, badging and wheels.

{% content-ref url="/pages/-LNhjgdECOj2UhFRSxTS" %}
[Mobile Enabled](/vehicle/state/mobileenabled.md)
{% endcontent-ref %}

Lets you know if the Mobile Access setting is enabled in the car.

{% content-ref url="/pages/-LTQIo\_wwoX1xxjQgorq" %}
[Nearby Charging Sites](/vehicle/state/nearbychargingsites.md)
{% endcontent-ref %}

Returns a list of nearby Tesla-operated charging stations.

{% content-ref url="/pages/7rmYQ1xTipG6FEP3gjFT" %}
[Miscellaneous](/vehicle/state/misc.md)
{% endcontent-ref %}

Other miscellaneous data


---

# 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/state.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.
