# TRAACKS > TRAACKS is the motorsport platform that helps racing drivers manage their careers, teams showcase their programs, and fans follow championships — all in one place. TRAACKS connects the motorsport community by giving drivers a public profile with their track record, social links, and logbook. Teams can list their programs and driver lineups per season. Championships publish their schedules, meetings, and driver entries. The platform is available at [https://traacks.club](https://traacks.club). ## Main Pages - [Home](https://traacks.club/): Landing page explaining TRAACKS features and value proposition for drivers, teams, and fans. - [Drivers](https://traacks.club/drivers): Browse racing driver profiles with career highlights and track records. - [Teams](https://traacks.club/teams): Browse motorsport teams with their seasonal programs and driver lineups. - [Events](https://traacks.club/events): Upcoming meetings and championship schedules. - [Glossary](https://traacks.club/glossary): Comprehensive motorsport glossary with definitions for racing, technical, strategy, and regulation terms. - [Blog](https://traacks.club/blog): Articles about motorsport, racing analytics, and the TRAACKS platform. ## Driver Profiles Each driver has a public profile at `traacks.club/{username}` featuring: - Name, age, nationality, and racing category - Short biography - Social media links - Track record: seasons raced, teams, championships - Projects and logbook posts - Follower count ## Team Pages Each team has a profile at `traacks.club/teams/{team-handle}/{season}` featuring: - Team name, logo, and banner image - Description / bio - Programs per season with championship affiliation - Driver lineup per program with numbers, rankings, points, and vehicles - Follower count ## Championship / Event Pages Each championship season is at `traacks.club/e/{slug}/{season}` featuring: - Championship name, logo, and banner - Season schedule with meetings (dates, countries) - Driver entry list - Season files and documents - Follower count Each event also has machine-readable context files: - `traacks.club/e/{slug}/{season}/llm.txt` — structured LLM context (schedule, drivers, metadata) - `traacks.club/e/{slug}/{season}/markdown.md` — rich markdown with race sessions, files, and driver profiles ## Motorsport Glossary The glossary is at `traacks.club/glossary` with 50+ motorsport terms organized by category: - Racing, Technical, Strategy, Regulations, Track & Circuit, Vehicle & Setup - Each term has its own page at `traacks.club/glossary/{slug}` - Each term has an LLM context file at `traacks.club/glossary/{slug}/llm.txt` - Each term has a rich markdown file at `traacks.club/glossary/{slug}/markdown.md` ## Blog The blog is at `traacks.club/blog` with articles organized by category: - [Welcome to TRAACKS Blog](https://traacks.club/blog/welcome-to-traacks-blog) — [llm.txt](https://traacks.club/blog/welcome-to-traacks-blog/llm.txt) - [The Future of Racing Analytics](https://traacks.club/blog/the-future-of-racing-analytics) — [llm.txt](https://traacks.club/blog/the-future-of-racing-analytics/llm.txt) - [Building Your Racing Community](https://traacks.club/blog/building-your-racing-community) — [llm.txt](https://traacks.club/blog/building-your-racing-community/llm.txt) - [Best Single-Seater Racing Schools in France](https://traacks.club/blog/best-single-seater-racing-schools-france) — [llm.txt](https://traacks.club/blog/best-single-seater-racing-schools-france/llm.txt) - [Essential French Racing Circuits Guide](https://traacks.club/blog/best-racing-circuits-france) — [llm.txt](https://traacks.club/blog/best-racing-circuits-france/llm.txt) Each article has machine-readable context files: - `traacks.club/blog/{slug}/llm.txt` — structured LLM context (metadata, summary, related articles) - `traacks.club/blog/{slug}/markdown.md` — rich markdown with full article details and navigation ## Legal - [Terms of Service](https://traacks.club/legal/terms) - [Privacy Policy](https://traacks.club/legal/privacy) - [Cookie Policy](https://traacks.club/legal/cookies) ## Optional - [Full LLM context](https://traacks.club/llms-full.txt): Extended version with more detailed information about the platform.