# Generation

## Overview

code.store platform makes it possible to generate most of the necessary entities for comfortable development.

At the beginning of the journey, when creating a service, it is possible to choose the language of your future service. code.store platform will generate default "hello world" application.

Generation happens `cs generate` CLI command. During development, it is possible to generate entities such as:

* [REST API handlers](/getting-started/fundamentals/generation/rest.md)&#x20;
* [GraphQL resolvers](/getting-started/fundamentals/generation/resolvers-and-mutations.md)
* [Authorization and context handlers](/getting-started/fundamentals/generation/handlers.md)
* [Database models](/getting-started/fundamentals/generation/models.md)
* [Database migrations](/getting-started/fundamentals/generation/models.md)


---

# 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://docs.code.store/getting-started/fundamentals/generation.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.
