# Quick Start

- [Get Started](/api/quick-start/get-started.md): Configure and run the gateway server.
- [Configurations](/api/quick-start/configurations.md): API Gateway constructor options.
- [Quick Examples](/api/quick-start/quick-examples.md)
- [REST](/api/quick-start/quick-examples/rest.md)
- [REST Endpoints](/api/quick-start/quick-examples/rest/rest-endpoints.md)
- [REST File Upload with streaming](/api/quick-start/quick-examples/rest/rest-file-upload-with-streaming.md)
- [GraphQL](/api/quick-start/quick-examples/graphql.md)
- [GraphQL Resolver with DataLoader](/api/quick-start/quick-examples/graphql/graphql-resolver-with-dataloader.md)
- [GraphQL type extension and reference](/api/quick-start/quick-examples/graphql/graphql-type-extension-and-reference.md)
- [WebSocket](/api/quick-start/quick-examples/websocket.md)
- [WebSocket Video Broadcasting](/api/quick-start/quick-examples/websocket/websocket-video-broadcasting.md)
- [WebSocket Video Server/Client](/api/quick-start/quick-examples/websocket/websocket-video-server-client.md)
- [WebSocket Chat Server/Client](/api/quick-start/quick-examples/websocket/websocket-chat-server-client.md)
- [Authentication](/api/quick-start/quick-examples/authentication.md)
- [Parse OIDC/OAuth2 context](/api/quick-start/quick-examples/authentication/parse-oidc-oauth2-context.md)
- [Authorization](/api/quick-start/quick-examples/authorization.md)
- [Access Control with Auth token scopes](/api/quick-start/quick-examples/authorization/access-control-with-auth-scope.md)
- [Access Control with Auth token claims](/api/quick-start/quick-examples/authorization/access-control-with-auth-token.md)
- [Access Control with IP address](/api/quick-start/quick-examples/authorization/access-control-with-ip-address.md)
