# Summary

## Useful links
* [Strapi Website](http://strapi.io)
* [GitHub Repository](https://github.com/strapi/strapi)
* [Contributing Guide](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md)

### Getting started
* [Installation](getting-started/installation.md)
* [Quick start](getting-started/quick-start.md)

### CLI
* [Command line interface](cli/CLI.md)

### Concepts
* [Table of contents](concepts/concepts.md)

### Guides
* [Authentication](guides/authentication.md)
* [Configurations](configurations/configurations.md)
* [Controllers](guides/controllers.md)
* [Deployment](guides/deployment.md)
* [File Upload](guides/upload.md)
* [Filters](guides/filters.md)
* [GraphQL](guides/graphql.md)
* [Internationalization](guides/i18n.md)
* [Models](guides/models.md)
* [Policies](guides/policies.md)
* [Public Assets](guides/public-assets.md)
* [Requests](guides/requests.md)
* [Responses](guides/responses.md)
* [Routing](guides/routing.md)
* [Services](guides/services.md)

### Plugin Development
* [Quick start](plugin-development/quick-start.md)
* [Plugin Folders and Files Architecture](plugin-development/plugin-architecture.md)
* [Back-end Development](plugin-development/backend-development.md)
* [Front-end Development](plugin-development/frontend-development.md)
* [Front-end Use Cases](plugin-development/frontend-use-cases.md)
* [Front-end Helpers](plugin-development/utils.md)
* [Front-end UI Components](plugin-development/ui-components.md)

### Advanced Usage
* [Admin panel](advanced/customize-admin.md)
* [Logging](advanced/logging.md)
* [Hooks](advanced/hooks.md)
* [Middlewares](advanced/middlewares.md)

### API Reference
* [Table of contents](api-reference/reference.md)

### Tutorials
* [Table of contents](tutorials/README.md)

### Migration
* [Migrating from v1 to v3](migration/migration-guide.md)
* [Migrating from 3.0.0-alpha.7.4 to 3.0.0-alpha.8](migration/migration-guide-alpha-7-4-to-alpha-8.md)
* [Migrating from 3.0.0-alpha.8 to 3.0.0-alpha.9](migration/migration-guide-alpha-8-to-alpha-9.md)
* [Migrating from 3.0.0-alpha.9 to 3.0.0-alpha.10](migration/migration-guide-alpha-9-to-alpha-10.md)
* [Migrating from 3.0.0-alpha.10 to 3.0.0-alpha.11](migration/migration-guide-alpha-10-to-alpha-11.md)
* [Migrating from 3.0.0-alpha.11 to 3.0.0-alpha.12](migration/migration-guide-alpha-11-to-alpha-12.md)
