# Bocalocalpro > Help center and documentation for Bocalocalpro ## Docs - [Environment Setup](https://app.helpshelf.com/help/bocalocalpro-com/article/environment-setup) - [Getting Started with boca-local-pro](https://app.helpshelf.com/help/bocalocalpro-com/article/getting-started) ## Categories - [Getting Started](https://app.helpshelf.com/help/bocalocalpro-com/getting-started): Getting Started documentation - [Developer Guide](https://app.helpshelf.com/help/bocalocalpro-com/developer-guide): Developer Guide documentation - [FAQ](https://app.helpshelf.com/help/bocalocalpro-com/faq): FAQ documentation ## FAQ - Q: What technologies does boca-local-pro use? A: boca-local-pro is built with Vite, React. The primary language is typescript using the vite framework. Package management is handled by npm. - Q: How do I run boca-local-pro locally? A: 1. Clone the repository 2. Install dependencies: `npm install` 3. Set up your environment variables (copy `.env.example` to `.env.local`) 4. Start the dev server: `npm run dev` - Q: What environment variables do I need to configure? A: The project uses 2 environment variables: - `API_KEY` - `GEMINI_API_KEY` Copy `.env.example` to `.env.local` and fill in your values. - Q: What are the key dependencies? A: Key dependencies by category: **Ui:** lucide-react **Framework:** react ## Search For specific questions, search: https://app.helpshelf.com/help/bocalocalpro-com/search?q={query} ## AI Agent Access - [Full product context](https://app.helpshelf.com/help/bocalocalpro-com/llms-full.txt): policy-checked verified documentation, or guarded-access guidance when bulk export is unavailable - MCP endpoint: https://app.helpshelf.com/api/mcp/b8af9056 (streamable HTTP) with tools: search_docs, ask, get_article, get_product_context Send `Accept: application/json, text/event-stream` — a compliant Streamable HTTP server answers 406 without both media types. - [MCP server card](https://app.helpshelf.com/help/bocalocalpro-com/.well-known/mcp/server-card.json): machine-readable description of the endpoint above - [Agent skills](https://app.helpshelf.com/help/bocalocalpro-com/.well-known/agent-skills/index.json): how to use this documentation, as an Agent Skill - Markdown: any article URL returns Markdown when requested with `Accept: text/markdown` AI agents have read-only access to published documentation. This MCP endpoint never creates tickets, notifications, or other account mutations.