# Tools

- [CLI](https://guide.graphqleditor.com/tools/untitled.md)
- [Schema](https://guide.graphqleditor.com/tools/untitled/schema.md): Download your GraphQL Editor schema to output directory
- [Create a microservice project](https://guide.graphqleditor.com/tools/untitled/create-a-microservice-project.md): How to create backend from a GraphQL Editor project
- [Development](https://guide.graphqleditor.com/tools/untitled/development.md): Run TS & Stucco server
- [Cloud](https://guide.graphqleditor.com/tools/untitled/cloud.md)
- [Local server](https://guide.graphqleditor.com/tools/untitled/cloud/local-server.md): Local server for cloud files
- [Deploy](https://guide.graphqleditor.com/tools/untitled/cloud/deploy-from-repo-using-cli.md): Deploy Microservices via CLI and CI templates
- [Gitlab CI](https://guide.graphqleditor.com/tools/untitled/cloud/deploy-from-repo-using-cli/gitlab-ci.md): How to setup Gitlab CI with GraphQL Editor Shared worker deployment
- [Github Actions](https://guide.graphqleditor.com/tools/untitled/cloud/deploy-from-repo-using-cli/github-actions.md): How to setup Github Actions with GraphQL Editor Shared worker deployment
- [Push/Pull](https://guide.graphqleditor.com/tools/untitled/cloud/push-pull.md): Push changes to GraphQL Editor Cloud or pull the project to a repo
- [Get the CI token](https://guide.graphqleditor.com/tools/untitled/cloud/get-the-ci-token.md)
- [Code Generation](https://guide.graphqleditor.com/tools/untitled/code-generation.md)
- [TypeScript Typings](https://guide.graphqleditor.com/tools/untitled/code-generation/typescript-typings.md): Export typings from your project
- [Resolvers](https://guide.graphqleditor.com/tools/untitled/code-generation/resolvers.md): How to specify resolvers in a repo
- [Model Types](https://guide.graphqleditor.com/tools/untitled/code-generation/model-types.md): Generate model types for popular databases like MongoDB
- [Integrations](https://guide.graphqleditor.com/tools/untitled/integrations.md): Some cool No-Code integrations that live inside the GraphQL Editor ecosystem
- [Installation](https://guide.graphqleditor.com/tools/untitled/integrations/installation.md): Use GraphQL Editor Integrations in your backend projects
- [Develop your integrations](https://guide.graphqleditor.com/tools/untitled/integrations/develop-your-integrations.md): Create your own no-code integrations
- [Stucco JS](https://guide.graphqleditor.com/tools/stucco-js.md): Schema first GraphQL Server Library
- [Resolvers](https://guide.graphqleditor.com/tools/stucco-js/resolvers.md): GraphQL Field resolvers
- [Custom Scalars](https://guide.graphqleditor.com/tools/stucco-js/custom-scalars.md): How to write resolvers for custom scalars
- [Examples](https://guide.graphqleditor.com/tools/stucco-js/examples.md): StuccoJS Examples
- [GraphQL Zeus](https://guide.graphqleditor.com/tools/index.md)
- [Basics](https://guide.graphqleditor.com/tools/index/index.md)
- [Getting Started](https://guide.graphqleditor.com/tools/index/index/getting-started.md)
- [Selectors](https://guide.graphqleditor.com/tools/index/index/selector.md)
- [ES Modules](https://guide.graphqleditor.com/tools/index/index/esmodule.md)
- [Specification](https://guide.graphqleditor.com/tools/index/index/spec.md)
- [Use as a library](https://guide.graphqleditor.com/tools/index/index/use-as-a-library.md)
- [JavaScript](https://guide.graphqleditor.com/tools/index/index/javascript.md)
- [Custom fetch](https://guide.graphqleditor.com/tools/index/index/custom.-fetch.md)
- [Subscriptions](https://guide.graphqleditor.com/tools/index/index/subscriptions.md)
- [GraphQL](https://guide.graphqleditor.com/tools/index/index-1.md)
- [Interfaces and Unions](https://guide.graphqleditor.com/tools/index/index-1/interfaces-and-unions.md)
- [Variables](https://guide.graphqleditor.com/tools/index/index-1/variables.md)
- [Aliases](https://guide.graphqleditor.com/tools/index/index-1/aliases.md)
- [Generate Gql](https://guide.graphqleditor.com/tools/index/index-1/gql.md)
- [Directives](https://guide.graphqleditor.com/tools/index/index-1/directives.md)
- [Scalars](https://guide.graphqleditor.com/tools/index/index-1/scalars.md)
- [Examples](https://guide.graphqleditor.com/tools/index/index-2.md)
- [Forms](https://guide.graphqleditor.com/tools/index/index-2/forms.md)
- [React state](https://guide.graphqleditor.com/tools/index/index-2/state.md)
- [Plugins](https://guide.graphqleditor.com/tools/index/index-3.md)
- [Typed Document Node](https://guide.graphqleditor.com/tools/index/index-3/typeddocumentnode.md)
- [Apollo](https://guide.graphqleditor.com/tools/index/index-3/apollo.md)
- [StuccoJS Subscriptions](https://guide.graphqleditor.com/tools/index/index-3/stucco.md)
- [React Query](https://guide.graphqleditor.com/tools/index/index-3/react-query.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://guide.graphqleditor.com/tools.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.
