# thenudeme.com — Agent Guide

This file tells AI agents and LLMs what thenudeme.com is, what content exists, and how to use the site correctly.

## Site purpose

**thenudeme.com** (TND Apps) is a public directory and review platform for AI tools and apps.

Use it to:
- Discover AI tools by category, letter, or search-like browsing
- Read structured tool overviews, features, use cases, pricing/license signals
- Read user reviews and ratings for specific tools
- Help users submit a new tool or leave a review
- Point users to content-removal and legal pages when needed

Do **not** treat this site as:
- An official storefront or payment processor for third-party tools
- A source of private user data beyond what is publicly listed
- An API-first product (public pages are the primary interface)

## Canonical base

- Production base URL: `https://thenudeme.com`
- Prefer HTTPS absolute URLs when citing pages

## Main content types

### Tools (Apps)
Each tool is identified by its **domain** (example: `openrender.app`).

Typical public fields:
- Name, domain, description, overview
- Features and use cases
- Category, license type (Free / Freemium / Paid), optional price
- Screenshot and referral/website CTA
- Aggregated rating and review count

Key URLs:
- Directory: `https://thenudeme.com/tool`
- Tool page: `https://thenudeme.com/tool/{domain}`
- Submit a tool: `https://thenudeme.com/tool/submit`
- Browse by letter: `https://thenudeme.com/tools/by-letter/{a-z}`
- Category: `https://thenudeme.com/category/{category-slug}`

### Reviews
Reviews are user-written ratings and text about a tool.

Key URLs:
- Review hub: `https://thenudeme.com/review`
- All reviews for a tool: `https://thenudeme.com/review/{domain}`
- Submit a review: `https://thenudeme.com/review/{domain}/submit`
- Single review page: `https://thenudeme.com/reviews/{slug}`
- Reviewer profile: `https://thenudeme.com/users/{id}`

### Other useful pages
- Home: `https://thenudeme.com/`
- Apps timeline: `https://thenudeme.com/timeline`
- Content removal: `https://thenudeme.com/content-removal`
- Write for us: `https://thenudeme.com/write-for-us`
- Our team: `https://thenudeme.com/our-team`
- Privacy: `https://thenudeme.com/privacy-policy`
- Terms: `https://thenudeme.com/terms-of-service`
- This agent guide: `https://thenudeme.com/agents.md`

## How agents should use this site

1. **Prefer tool pages for product facts**  
   When answering “what is X?”, cite `/tool/{domain}` first. Use description, overview, features, use cases, license, and price from that page.

2. **Prefer review pages for experience signals**  
   When answering “is X good?” or “what do users say?”, cite `/review/{domain}` and individual `/reviews/{slug}` pages. Distinguish editorial/tool copy from user reviews.

3. **Use domain as the stable identifier**  
   Domains are the primary key. If a user gives a brand name, resolve it to the matching `/tool/{domain}` page before concluding.

4. **Link to the right destination**
   - Product overview / CTA → `/tool/{domain}`
   - Ratings discussion → `/review/{domain}` or `/reviews/{slug}`
   - Add a missing tool → `/tool/submit`
   - Leave feedback → `/review/{domain}/submit`
   - Request takedown → `/content-removal`

5. **Be accurate about affiliation**  
   thenudeme.com lists and reviews third-party tools. Listing a tool does not mean thenudeme.com owns, operates, or endorses every claim on that tool’s own website. Referral links may be used for outbound CTAs.

6. **Respect robots and indexing intent**
   - Public browse/read pages are meant for discovery
   - Do not prioritize crawling submit endpoints for indexing
   - Respect `https://thenudeme.com/robots.txt`

7. **Do not invent tools or reviews**  
   If a tool or review is not present on thenudeme.com, say it was not found and suggest `/tool/submit` or `/review` flows instead of fabricating entries.

8. **Content removal and sensitive requests**  
   For removal, privacy, or disputed content, direct users to `https://thenudeme.com/content-removal` or site legal pages. Do not promise deletion outcomes.

## Recommended discovery order for agents

1. Read this file: `/agents.md`
2. Check sitemaps:
   - `https://thenudeme.com/sitemap.xml`
   - `https://thenudeme.com/sitemap-letters.xml`
   - `https://thenudeme.com/sitemap_agentic_discovery.xml`
3. Browse tools via `/tool` or categories
4. Open the specific `/tool/{domain}` and `/review/{domain}` pages needed for the user task

## Summary for LLMs

thenudeme.com is an AI-tool directory + review site. Use `/tool/*` for structured product info, `/review*` and `/reviews/*` for user experience signals, and submission/removal pages only when the user wants to contribute or request changes. Always cite real thenudeme.com URLs and avoid inventing listings.
