Spaces:
Sleeping
Sleeping
File size: 2,550 Bytes
f0b765c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | # Atlas Chat API Documentation
Welcome to the Atlas Chat API documentation. This directory contains comprehensive guides for setup, deployment, API usage, and system architecture.
## π Documentation Structure
### π Getting Started
- **[Setup Guide](setup/SETUP.md)** - Complete setup instructions for local development
- **[Deployment Guide](deployment/DEPLOYMENT.md)** - Hugging Face Spaces deployment guide
### π API Documentation
- **[API Integration Guide](api/integration-guide.md)** - Complete API integration documentation
- **[Anonymous API Examples](api/anonymous-examples.md)** - Examples for anonymous usage
### π Analytics System
- **[Analytics Overview](analytics/overview.md)** - Analytics system architecture and approach
- **[Analytics Implementation](analytics/implementation-tasks.md)** - Implementation tasks and phases
### π Reference
- **[Migration Guide](reference/migration-guide.md)** - User authentication migration (archived)
## π― Quick Start
1. **New to Atlas?** Start with the [Setup Guide](setup/SETUP.md)
2. **Ready to deploy?** Check the [Deployment Guide](deployment/DEPLOYMENT.md)
3. **Integrating the API?** See the [API Integration Guide](api/integration-guide.md)
4. **Want analytics?** Read the [Analytics Overview](analytics/overview.md)
## π Documentation Categories
### Setup & Deployment
Complete guides for getting Atlas running locally and deploying to production.
### API Usage
Comprehensive API documentation with examples for both anonymous and authenticated usage patterns.
### Analytics System
Documentation for the built-in analytics system including setup, usage, and data export.
### Reference Materials
Historical documentation and migration guides for reference purposes.
## π External Links
- **[Hugging Face Space](https://findethics-atlas.hf.space/)** - Live deployment
- **[Interactive API Docs](https://findethics-atlas.hf.space/docs)** - Swagger UI
- **[Analytics Dashboard](https://findethics-atlas.hf.space/analytics/dashboard)** - Live analytics
## π Contributing
When adding new documentation:
1. Place files in the appropriate category directory
2. Update this README with links to new documentation
3. Follow the existing documentation format and style
4. Include practical examples where applicable
## π Support
If you need help:
1. Check the relevant documentation section
2. Review the [Setup Guide](setup/SETUP.md) for troubleshooting
3. Test your setup using the provided examples
4. Check the analytics dashboard for system status |