# Create a microservice project

```
npx graphql-editor-cli create backend
```

The above command will ask you interactively for your namespace and project inside GraphQL Editor. After that, it will create a project in a folder with the project name. It will also attach:

* stucco backend
* schema
* typings for resolvers
* package.json
* eslint
* prettier

This will let you jumpstart your backend project.&#x20;


---

# 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://guide.graphqleditor.com/tools/untitled/create-a-microservice-project.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.
