Parea can be self-hosted on your own infrastructure through Docker. Broadly, we support two configurations:Documentation Index
Fetch the complete documentation index at: https://docs.parea.ai/llms.txt
Use this file to discover all available pages before exploring further.
- [Recommended] API: If you choose this option, then all of your data will be stored in the docker containers, and our servers will never be able to access it. However, you’ll still be able to visit Parea through https://parea.ai, and your browser will communicate with the API server running in docker directly.
- Full: a heavier-weight configuration that deploys the entire Parea application in a standalone fashion, including the API, web app, and auxiliary services. Choose the full configuration if you do not wish to rely on any centrally hosted components.

