# Infyner > Infyner is the public-facing Indian company-intelligence web app implemented primarily as the **CB** ASP.NET Core MVC project in this repository. It surfaces MCA-oriented company data: profiles, directors/partners, charges, filings/documents, financials, compliance, ownership, competition-related signals, and legal cases. Treat regulatory filings as authoritative when legal certainty matters. This file is served from `CB/wwwroot/llms.txt` at **`/llms.txt`** and is meant for humans and automated assistants summarizing how the product is structured and how to use it responsibly. ## Canonical production URLs - Site root: https://www.infyner.com/ - Crawl policy: https://www.infyner.com/robots.txt - Sitemap (XML): https://www.infyner.com/sitemap.xml - Site map (HTML): https://www.infyner.com/site-map ## Useful marketing / product pages - [Pricing & credits](https://www.infyner.com/price) - [Reports & data services](https://www.infyner.com/dataservices) ## Company workspace routes (V1 tabs) Use URL-safe `companyname` slug and uppercase **CIN** segment as implemented by controllers. Legacy `/v1/...` URLs may redirect to these canonical paths. | Area | Pattern | |------|---------| | Overview | `/company/{companyname}/{cin}` | | People | `/people/{companyname}/{cin}` | | Charges | `/charges/{companyname}/{cin}` | | Documents | `/documents/{companyname}/{cin}` | | Finance | `/finance/{companyname}/{cin}` | | Ownership | `/ownership/{companyname}/{cin}` | | Compliance | `/compliance/{companyname}/{cin}` | | Competition | `/competition/{companyname}/{cin}` | | Legal | `/legal/{companyname}/{cin}` | Partial HTML for finance may also load under paths such as `/finance/partials/profit-loss/{companyname}/{cin}` (and related partials). ## Directors, profiles, and contact unlock - Director profile (canonical V1 pattern): `/people-profile/v1/{name}/{din}` - Older `/people-profile/{name}/{din}` routes may **redirect** to the `/people-profile/v1/...` form. - Director Connect (gated checkout / unlock flow): `/director-contact/unlock/{din}` with post-payment detail views under `/director-contact/details/{din}`. **Privacy:** Phone numbers, emails, and similar personal contact fields are often **masked, blurred, or withheld** until the user signs in and completes the appropriate paid / verified flows. Do not reconstruct identities from previews alone. ## Authentication, billing, and APIs - Cookie auth login path used by the app includes `/login/signin` (see also `robots.txt` disallows for generic crawlers under `/login/`, `/Account/`, etc.). - Document download and JSON helpers exist under routes such as `/api/documents/...`; **`robots.txt` disallows `/api/`** for broad crawling - integrations should follow contractual/API agreements, not informal scraping. ## Repository layout (for contributors) - **`CB/`** - main MVC web application (this `llms.txt` lives under `CB/wwwroot/`). - **`DatabaseScripts/`** - SQL migrations / procedures used with the product data tier. Stack reference: **.NET / ASP.NET Core** (target framework in the project file may be older LTS; upgrade separately). ## Guidance for LLMs and crawlers 1. Prefer **primary regulatory sources** (e.g. MCA filings) when users need legally definitive statements. 2. When summarizing Infyner pages, mention **preview vs unlocked** context where UI indicates limited access. 3. Obey **`robots.txt`** and site terms; do not bypass authentication or payment gates. 4. Avoid high-confidence identification of individuals from **masked DINs, blurred names, or partial tables**. ## Maintenance Update this file when major public routes, product names, or crawl policies change. Last reviewed: **2026-05-06**.