> For the complete documentation index, see [llms.txt](https://moleculer-api.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moleculer-api.gitbook.io/api/quick-start.md).

# Quick Start

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://moleculer-api.gitbook.io/api/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
