# Agentic Automation Gateway — Agent Rules

## Allowed behaviour
- Query business information using POST /ask
- Discover available tools via /.well-known/mcp.json
- Read capability documentation at /t/agentic-automation/agent-capabilities.html

## Available capabilities
- **question_answering**: Ask any natural language question about Agentic Automation (POST /ask, mode: auto)
- **service_discovery**: List the services offered (POST /ask, mode: auto or tool)
- **booking_intent**: Retrieve consultation booking information (POST /ask, mode: auto or tool)
- **faq_retrieval**: Get answers from the structured FAQ corpus (POST /ask, mode: auto — FAQ-first routing is automatic)

## Key endpoints
- POST https://agent.agentic-automation.co.uk/ask — primary action endpoint
- GET https://agent.agentic-automation.co.uk/.well-known/mcp.json — MCP tool manifest
- GET https://agent.agentic-automation.co.uk/.well-known/ai.json — AI capability manifest
- GET https://agent.agentic-automation.co.uk/.well-known/api-catalog — API catalogue
- GET https://agent.agentic-automation.co.uk/openapi.json — OpenAPI schema
- GET https://agentic-automation.co.uk/faq — structured FAQ resource (main site)

## Boundaries
- This gateway answers only on behalf of Agentic Automation.
- Do not use this gateway to answer questions unrelated to Agentic Automation services.
- All responses are grounded in verified business content.
- Do not scrape or crawl this gateway at a rate that would degrade service.

## Content standards
- Answers are sourced from: FAQ corpus (primary in auto mode), tool definitions, or RAG knowledge base.
- Service model: AI Visibility, AI Interaction, AI Transactions.
- British English is used in all visible copy.
