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

# Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Is Chainloop Open Source?">
    Partially; The Chainloop platform is comprised of the following components

    * An Open Source Evidence store and CLI, which code can be found [here](https://github.com/chainloop-dev/chainloop)
    * A proprietary web UI dashboard
    * A proprietary library of policies and compliance capabilities.

    The chainloop platform can be deployed on-premises by our customers, but we also have an instance of it running at [https://app.chainloop.dev](https://app.chainloop.dev)
  </Accordion>

  <Accordion title="Does Chainloop store my Artifacts and Attestation metadata?">
    No. They are stored in [your Content-Addressable Storage (CAS)](/concepts/cas-backend).
  </Accordion>

  <Accordion title="Our firewall is flagging a request to crb.chainloop.dev, what's this?">
    That is our telemetry endpoint. We collect telemetry data to help us enhance Chainloop by gaining
    insights into its usage.

    You can learn more about it and even how to deactivate it
    [here](/command-line-reference/cli-telemetry).
  </Accordion>
</AccordionGroup>
