# Welcome!

{% embed url="<https://github.com/osstotalsoft/generator-graphql-rocket>" %}

## GraphQL Rocket Generator Docs

Welcome to **GraphQL Rocket Generator**! Here you'll find all the documentation you need to get up and running your own GraphQL server with Apollo Server, Koa middleware, database reads using Prisma/KnexJS/REST APIs, authentication, authorization, messaging integration with Redis/Nats Streaming and many other cool features.

{% hint style="info" %}
Also check-out our [Webapp Rocket Generator](https://github.com/osstotalsoft/generator-webapp-rocket), a front-end web application generator with GraphQL, React and Apollo Client.
{% endhint %}

{% hint style="info" %}
See [osstotalsoft/rocket-toolkit](https://github.com/osstotalsoft/rocket-toolkit) for other cool GraphQL utilities and plugins that may come in handy😊.
{% endhint %}

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get your GraphQL server up and running in no time:

{% content-ref url="quick-start" %}
[quick-start](https://totalsoft.gitbook.io/graphql-rocket-generator/quick-start)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring all the cool features GraphQL Rocket Generator offers you:&#x20;

{% content-ref url="built-in-architecture" %}
[built-in-architecture](https://totalsoft.gitbook.io/graphql-rocket-generator/built-in-architecture)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://totalsoft.gitbook.io/graphql-rocket-generator/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
