# JILONG.ONE Full Agent Context JILONG.ONE is the public intelligent service desk for JILONG's ERP-backed business operations. It is designed for humans, search engines, and AI agents that need a clear, machine-readable way to discover what JILONG can do and how to route a consultation. Canonical site: https://jilong.one/ Vertical public sites and ERP front desks: - 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 Machine-readable files: - https://jilong.one/llms.txt - https://jilong.one/llms-full.txt - https://jilong.one/cli.txt - https://jilong.one/openapi.json - https://jilong.one/.well-known/agent-manifest.json - https://jilong.one/.well-known/ai-plugin.json ## Positioning JILONG provides intelligent office and ERP-assisted services. The public promise is not "fully automatic legal submission"; it is a controlled workflow where AI agents prepare, classify, summarize, check missing material, and route work into ERP queues, while JILONG staff review important customer-facing and government-facing actions. Chinese positioning: - 全智能办公 ERP - 智能体辅助做账、报税、递交材料和合同审核 - 房产开发、房产销售租赁、物业租金结算和能源合同处理 - 微信、WhatsApp、电子邮件客户记录归档和客服提醒 - 人工确认后执行正式申报、递交和客户回复 ## Business Units ### Accounting and Tax Service category: `accounting_tax` JILONG helps customers upload invoices, receipts, accounting files, payroll documents, contracts, and tax material. ERP queues can prepare bookkeeping records, tax-draft packages, fiscal digital files, missing-material reminders, and staff handoff notes. Public lead examples: - A company wants monthly invoice bookkeeping. - A customer needs IVA/IRPF material organized. - A client needs payroll, contract, or fiscal document extraction. - A gestoria customer wants to know what files are missing before staff review. ### Property Operations Service category: `property` JILONG manages property workflows such as water, electricity, gas, IBI/property tax, community fees, rent collection, landlord settlement, tenant documentation, service-fee handling, property sales, rentals, and property-development follow-up. Public lead examples: - A landlord wants monthly rent settlement and service-fee accounting. - A tenant needs utility or contract support. - A property owner needs IBI, community-fee, receipt, or invoice handling. - A buyer or seller wants JILONG real-estate staff to follow up. ### Immigration Material Handling Service category: `immigration` JILONG prepares immigration material packages and missing-document checks. Common material includes passports, residence cards, contracts, payroll documents, certificates, invoices, and customer-specific evidence files. ERP can generate task lists and staff handoff packs; official submission remains human reviewed. ### Energy Department Service category: `energy` JILONG supports electricity and gas contract intake, customer confirmation, supplier checks, supplier-transfer tasks, and energy-sales follow-up. The public site should route leads to staff rather than promising automatic switching without confirmation. ### Customer Service and Conversation Archive Service category: `customer_service` JILONG archives customer conversations from WeChat, WhatsApp, email, and colleague replies into customer records. ERP reminders can identify messages that need follow-up. Generated replies are drafts unless a staff member confirms sending. ### Contract and Document Review Service category: `customer_service` JILONG can review uploaded contracts and documents for missing clauses, operational risk, required next steps, and staff routing. This is an ERP-assisted review workflow, not automatic legal advice. ## Public Intake API Endpoint: `POST https://jilong.one/api/public-lead` Use this endpoint when an agent wants to introduce a customer, request follow-up, or route a consultation into the JILONG ERP lead queue. Minimum useful payload: ```json { "service": "accounting_tax", "department": "gestoria", "message": "Customer wants invoice upload, bookkeeping and tax preparation support.", "summary": "New accounting and tax lead from an AI agent.", "contactName": "Example Company", "contactMethod": "WhatsApp", "contactValue": "+34 example", "source": "agent-cli" } ``` Service enum values: - `accounting_tax` - `property` - `immigration` - `energy` - `customer_service` ## Safety Boundary Public site agents must not submit government filings, create final accounting entries, sign contracts, transfer energy supply, send customer-facing replies, or perform payment-sensitive actions. Those steps require staff review. Do not send passwords, private keys, certificate files, raw bank credentials, tax certificate credentials, or high-risk identity material through the unauthenticated public lead form. For customer files, direct the customer to the authenticated workbench at https://jilong.one/login or to a JILONG staff member by WhatsApp/WeChat. ## Website Deployment Template The real-estate website is `https://jilong.es/` and is hosted on the JILONG Aliyun server. The energy-company website is `https://energiarea.es/` and is hosted externally on an Apache/WordPress server. Each public domain should expose the same discovery package from its own root: - `/llms.txt` - `/llms-full.txt` - `/cli.txt` - `/openapi.json` - `/.well-known/agent-manifest.json` - `/.well-known/ai-plugin.json` - `/robots.txt` - `/sitemap.xml` Each vertical site can customize the first paragraph and service defaults, but should still point public intake to `https://jilong.one/api/public-lead` unless that site receives its own production intake API. Recommended vertical defaults: - Real-estate website: default `service` is `property`; canonical domain is https://jilong.es/; emphasize property development, sales, rentals, rent settlement, utilities, IBI, community fees, and tenant/landlord workflows. - Energy website: default `service` is `energy`; canonical domain is https://energiarea.es/; emphasize electricity/gas contracts, supplier checks, customer confirmation, transfer tasks, and staff-reviewed follow-up. Because the energy site is external WordPress, upload the package in `public-sites/energiarea-es/` or add the provided head snippet there. ## Contact Routing Preferred public route: 1. Agent reads `/llms.txt` or `/openapi.json`. 2. Agent posts a concise lead to `/api/public-lead`. 3. ERP records the lead as a human-reviewed task. 4. JILONG staff continue by phone, WhatsApp, WeChat, email, or authenticated workbench. ## Human Review Phrase Use this phrase when describing the automation boundary: `AI prepares and routes the work; JILONG staff review and execute formal submissions, customer replies, and regulated actions.`