# Appendix: References ## The Tools You've Learned This book taught you to work with several tools. Here's where to learn more about each one. ## Claude Code The AI assistant that writes code with you. | Resource | Description | | --- | --- | | [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code) | Official guide to Claude Code features and capabilities | | [Claude Code GitHub](https://github.com/anthropics/claude-code) | Source code and issue tracker | ## tdx CLI The command-line tool for Treasure Data. | Resource | Description | | --- | --- | | [tdx Documentation](https://tdx.treasuredata.com/guide/) | Complete guide to installation, authentication, and usage | | [Command Reference](https://tdx.treasuredata.com/commands/) | Detailed documentation for every command | | [TD Skills for Claude Code](https://tdx.treasuredata.com/guide/td-skills) | How to use TD-specific skills in Claude Code | ## Treasure Data Platform The CDP platform where your configurations run. | Resource | Description | | --- | --- | | [Treasure Data Documentation](https://docs.treasuredata.com/) | Official platform documentation | | [CDP Overview](https://docs.treasuredata.com/products/customer-data-platform) | Customer Data Platform concepts and features | | [Trino SQL Reference](https://trino.io/docs/current/) | SQL language documentation | ## Version Control Git and GitHub for tracking changes and collaboration. | Resource | Description | | --- | --- | | [Git Handbook](https://guides.github.com/introduction/git-handbook/) | GitHub's introduction to Git concepts | | [GitHub Flow](https://guides.github.com/introduction/flow/) | The pull request workflow explained | | [Pro Git Book](https://git-scm.com/book/en/v2) | Comprehensive Git reference (free online) | ## YAML The configuration language used throughout this book. | Resource | Description | | --- | --- | | [YAML Tutorial](https://learnxinyminutes.com/docs/yaml/) | Quick introduction to YAML syntax | | [YAML Specification](https://yaml.org/spec/1.2.2/) | Official language specification | ## Getting Help When you're stuck: 1. **Ask Claude Code** - Describe your problem in natural language 2. **Check tdx docs** - Search for the specific command or feature 3. **Review this book** - Revisit the relevant chapter 4. **Ask your team** - Others may have solved similar problems *Keep learning. The tools evolve, and so will your skills.*