diff --git a/docs/pages/docs/faq.mdx b/docs/pages/docs/faq.mdx index db9a232293276..c5df101a437b9 100644 --- a/docs/pages/docs/faq.mdx +++ b/docs/pages/docs/faq.mdx @@ -23,10 +23,10 @@ No. Turborepo is an open source project and is not tied to any specific hosting Yes. As long as the [Remote Cache](./features/remote-caching) provider you choose supports the same API, you can use Turborepo with it. -## Does Turborepo collect and personally identifiable information? +## Does Turborepo collect any personally identifiable information? Due to the nature of Turborepo's functionality, no personal information is gathered when the open source binary is run locally. All cached artifacts are stored on your machine by default. Further, no log in information or contact details are collected by the `turbo` CLI, so Turborepo will never have access to any personally identifiable information. Thus, for any data privacy questions and concerns please refer to [Turborepo's Privacy Policy](https://turborepo.org/privacy). -### Does Turborepo collect and personally identifiable information when using Remote Caching? +### Does Turborepo collect any personally identifiable information when using Remote Caching? When [Remote Caching](./features/remote-caching) is enabled, by default Turbo will utilize your Vercel account to cache artifacts in the cloud. Thus, for any data privacy questions and concerns, please refer to [Turborepo's Privacy Policy](https://turborepo.org/privacy) and [Vercel's Privacy Policy](https://vercel.com/legal/privacy-policy). If you use a different Remote Cache provider, please refer to the provider's privacy policy.