> 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/resources/protocol.md).

# Protocol

Welcome to TES AI! We value your trust and are committed to protecting your privacy. This Privacy Policy explains how we collect, use and protect your information.

1. **Information Collection**

1.1. User-Provided Information: We may collect information you provide directly to us, including but not limited to username and any other information you choose to provide. If necessary, we will ask what type of data you want to provide. Users have the right to refuse data collection requests.

1.2. Extension Data: Our extension only collects data within the scope of the permissions granted by the user. That is, Twitter (X) username and Twitter (X) avatar image. This data is strictly limited to ensure the normal operation of the platform.

1.3. Data Statement: Except for the conditions regarding data collection in Sections 1.1 and 1.2, we will not collect or use user data. User data will not be sold to third parties except within the scope of approved use cases in the Chrome Web Store. It will not be used or transferred for purposes unrelated to the core functionality of the product, nor will it be used or transferred for credit assessment or loan purposes.

**2. Use of Information**

2.1. We use the information collected to:

* Operate and ma the TES AI platform.
* Personalize and enhance your user experience.
* Communicate with you, including responding to your inquiries or providing updates.
* Analyze usage patterns and improve our services.

**3. Data Security**

3.1. We implement industry-standard measures to protect your information from unauthorized access, alteration, disclosure, or destruction.

**4. Information Sharing**

4.1. We do not share, sell, or transfer your personal information to third parties under any circumstances.

**5. Extension Data Usage**

5.1. Our extension only collects data necessary for its intended purpose, as outlined in the permissions granted by the user.

5.2. We do not collect any personal data outside theTES AI platform.

**6. Data Retention**

6.1. We retain your information for as long as necessary to fulfill the purposes outlined in this Privacy Policy, or as required by law.

**7. Third-Party Links**

7.1. TES AI may contain links to third-party websites. We are not responsible for the privacy practices or content of these sites.

**8. Updates to this Policy**

8.1. We may update this Privacy Policy from time to time. Any changes will be reflected on this page.

**9. Contact Us**

9.1. If you have any questions or concerns regarding this Privacy Policy, please contact us at @TESAI\_BNB


---

# 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/resources/protocol.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.
