> For the complete documentation index, see [llms.txt](https://teslaai-1.gitbook.io/tesla-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teslaai-1.gitbook.io/tesla-ai/company/our-values.md).

# Our values

**Accelerate the world's transition to sustainable energy**&#x20;

TES AI continuously optimizes energy management systems through AI algorithms, improves the efficiency of solar equipment and the performance of energy storage batteries, and more accurately realizes energy conversion, storage and utilization to promote the widespread application and development of sustainable energy.

**Innovation and technological leadership**&#x20;

Actively explore AI algorithms, such as using deep learning algorithms to improve autonomous driving technology, so that vehicles can respond to various road conditions more intelligently, and always maintain a leading position in related technology fields.

**Pursuit of excellence**

Use AI algorithms to optimize and monitor production processes to ensure that the quality of each vehicle reaches an excellent level. At the same time, through the analysis of customer data, use AI algorithms to provide personalized service experience to meet the diverse needs of customers.

**Sustainable development**

Use AI algorithms to analyze and predict vehicle operation and energy consumption, better plan resources, reduce energy waste, and further enhance sustainable development capabilities.

**Cooperation and team spirit**&#x20;

Encourage different teams to work closely together in the development and application of AI algorithms, achieve cross-domain knowledge sharing and integration, jointly overcome difficulties, and promote technological progress.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://teslaai-1.gitbook.io/tesla-ai/company/our-values.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
