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

# 概述

> 在集成之前，你应该了解的 Mellowtel 背后的四个理念

Mellowtel 建立在四个原则之上。只需阅读一次，你就能理解文档中所有的行为、默认设置和 API 选择。

<CardGroup cols={2}>
  <Card title="选择加入 / 选择退出" icon="signature" href="/concepts/opt-in-out">
    用户必须在共享任何带宽之前给予明确的同意，并且可以随时撤销。
  </Card>

  <Card title="隐私" icon="lock" href="/concepts/privacy">
    请求在一个沙盒化、无凭证的环境中运行。没有 cookie、存储或个人数据会离开设备。
  </Card>

  <Card title="速率限制" icon="stopwatch" href="/concepts/rate-limiting">
    SDK 会自动进行节流，因此用户的浏览体验不会受到影响。
  </Card>

  <Card title="开源" icon="github" href="https://github.com/mellowtel-inc/">
    每一行代码都在 GitHub 上。如果文档不清楚，源码就是最终的依据。
  </Card>
</CardGroup>
