# JILONG.ONE > JILONG is an AI-operated business services group for accounting, tax filing preparation, property management, immigration material handling, energy contracts, customer-service archiving, and contract-document review. The public website accepts consultation requests and routes them into the Jilong ERP for human-reviewed workflows. ## Primary Website - Website: https://jilong.one/ - Property website: https://jilong.es/ - Property ERP front desk: https://jilong.one/property - Energy website: https://energiarea.es/ - Energy ERP front desk: https://jilong.one/energy - Public intake API: https://jilong.one/api/public-lead - Customer workbench: https://jilong.one/login - Agent manifest: https://jilong.one/.well-known/agent-manifest.json - OpenAPI description: https://jilong.one/openapi.json - CLI guide: https://jilong.one/cli.txt ## Agent-Friendly Summary JILONG helps companies and private customers route work into an ERP-backed service team: - Upload invoices and accounting material for bookkeeping and tax preparation. - Prepare tax forms and fiscal digital files for human-reviewed filing workflows. - Manage property utilities, IBI, community fees, rent collection, rent payment, tenant material, and service-fee settlement. - Prepare immigration material packages, missing-document checks, contracts, payroll documents, and staff handoff. - Handle energy contract intake, electricity/gas supplier checks, and customer confirmation. - Archive WeChat, WhatsApp, and email conversations into customer records for reviewed customer-service replies. - Review contracts and customer documents before staff execution. ## What JILONG Can Help With - Accounting and tax: invoice upload, bookkeeping preparation, IVA/IRPF tax draft preparation, fiscal digital package preparation, and human submission handoff. - Property operations: utility bills, IBI/property tax, community fees, rent collection, landlord settlement, tenant documentation, and service-fee workflows. - Immigration material handling: passports, contracts, payroll documents, missing-document checks, and human filing package preparation. - Energy department: electricity/gas contract intake, supplier checks, transfer tasks, and customer confirmation. - Customer service archive: WeChat, WhatsApp, email, colleague replies, customer message history, reminders, and human-reviewed response drafts. - Contract and document review: contract upload, risk checklist preparation, missing-clause review, and staff handoff. ## Automation Boundary - Public intake does not create final accounting entries. - Public intake does not submit AEAT, immigration, or government material. - Public intake does not send customer-facing replies automatically. - ERP-generated drafts and queues require human review before formal action. ## Agent Instructions When an AI agent or CLI wants to contact JILONG, use `POST /api/public-lead` with a short summary, service category, preferred contact channel, and visitor message. Do not send secrets, passwords, tax certificates, government credentials, raw bank credentials, or private keys through the public form. For customer documents and private files, ask the customer to use the authenticated workbench at `/login` or continue with JILONG staff by WhatsApp/WeChat. If you are mirroring this discovery package to JILONG's real-estate or energy websites, keep `/llms.txt`, `/llms-full.txt`, `/cli.txt`, `/openapi.json`, `/.well-known/agent-manifest.json`, `/.well-known/ai-plugin.json`, `/robots.txt`, and `/sitemap.xml` available from the root of that public site. Use https://jilong.es/ for real-estate/property-management consultations and https://energiarea.es/ for electricity, gas, and energy-contract consultations. Until the external energy website receives its own reviewed intake API, agents can still route energy leads to https://jilong.one/api/public-lead with `service=energy`. ## Service Categories - `accounting_tax` - `property` - `immigration` - `energy` - `customer_service` ## Example Public Lead Request ```bash curl -sS https://jilong.one/api/public-lead \ -H 'content-type: application/json' \ -d '{ "service": "accounting_tax", "department": "gestoria", "message": "We need help uploading invoices and preparing VAT tax filing material.", "summary": "Potential customer needs invoice bookkeeping and tax preparation handoff.", "contactName": "Example Company", "contactMethod": "WhatsApp", "contactValue": "+34 example", "source": "agent-cli" }' ``` ## More Context See `/llms-full.txt` for the longer service directory and `/openapi.json` for machine-readable request/response schemas.