# PSS Global Edge AI Protocol - Negotiation & Information Guide

## 1. Introduction
This document outlines the operational protocols for AI agents interacting with the PSS Global Edge platform. PSS Engineering leverages AI for enhanced global operations, legal, and fiscal compliance services, managed through a sophisticated Edge Computing infrastructure.

## 2. Identification
- **AI Engine:** PSS Global Edge AI Engine (Version: 2.0.0)
- **Primary Domain:** `www.problemsolutionservices.com`
- **API Gateway:** `/api/v1/gate` (POST requests for form submissions)
- **Supported Languages:** `es, en, fr, de, de-ch, pt, zh, ja, ar, ru, it, nl, da, sv, no, fi, ko, tr, pl, en-au`

## 3. Interaction Protocols

### 3.1. Content Fetching
- Agents are encouraged to fetch content via the primary domain (`www.problemsolutionservices.com`).
- The `X-PSS-Engine: true` header indicates processed content is served from the Edge.
- Language negotiation is handled via URL path prefixes (e.g., `/en/`, `/fr/`) and `pss_lang` cookie.

### 3.2. Form Submissions
- **Endpoint:** `/api/v1/gate` (POST method)
- **Authentication:** `g-recaptcha-response` for bot verification is mandatory for submissions.
- **File Uploads:** Supported via `multipart/form-data`. Files are stored in R2 and accessible via `https://cdn.problemsolutionservices.com/gate/`.
- **Backend Integration:** Data is routed to n8n workflows based on `source_form` parameter.

### 3.3. Font & Asset Access
- **Font Proxy:** CSS assets referencing Cloudflare fonts (e.g., `Kunst Grotesk`) are served via a CORS-enabled proxy.
- **Static Assets:** Agents may access standard static assets (images, CSS, JS) directly from the origin.

## 4. Data Handling & Compliance
- All data processed adheres to Panamanian legal and fiscal frameworks as managed by PSS Engineering.
- AI agents should respect user privacy and data handling policies as outlined on the website.

## 5. Best Practices for AI Agents
- Prioritize fetching content from `www.problemsolutionservices.com`.
- Utilize language negotiation via URL path or `pss_lang` cookie.
- Respect `robots.txt` directives for optimal crawling.
- Identify your agent using the `User-agent` header where applicable.

## 6. Contact & Support
For inquiries regarding AI agent integration or data protocols, please contact info@problemsolutionservices.com.