# GraphQL Editor

- [Home](https://guide.graphqleditor.com/graphql-editor/readme.md): Home page of the GraphQL Editor Documentation
- [Getting Started](https://guide.graphqleditor.com/graphql-editor/readme/getting-started.md): Learn GraphQL and GraphQL Editor
- [Workspaces](https://guide.graphqleditor.com/graphql-editor/readme/workspaces.md): Store your GraphQL Projects inside the GraphQL Editor Cloud.
- [Projects](https://guide.graphqleditor.com/graphql-editor/readme/projects.md): GraphQL Projects are stored in the cloud. Each project holds a GraphQL Schema, API Platform, Libraries, Microservices, and JS Playground Data.
- [Live Collaboration](https://guide.graphqleditor.com/graphql-editor/readme/live-collaboration.md): Collaborate on GraphQL Schema and other files
- [Keyboard navigation](https://guide.graphqleditor.com/graphql-editor/readme/keyboard-navigation.md): Just Press CTRL/CMD + K
- [Graph](https://guide.graphqleditor.com/graphql-editor/graph.md): The main screen in the editor. It represents the project schema in a visual way and consists of 5 different views.
- [GraphQL Creator](https://guide.graphqleditor.com/graphql-editor/graph/create.md): How to create GraphQL nodes and fields
- [ERD like Relation View](https://guide.graphqleditor.com/graphql-editor/graph/browse.md): How to browse complex GraphQL Schemas
- [Markdown Docs](https://guide.graphqleditor.com/graphql-editor/graph/docs-generation.md): How to create docs for your GraphQL Schema
- [Generate TypeScript library](https://guide.graphqleditor.com/graphql-editor/graph/generate-typescript-javascript-client-library.md): Generate GraphQL client for your schema in seconds
- [Schema versioning](https://guide.graphqleditor.com/graphql-editor/graph/schema-versioning.md): How to properly version your schema
- [Compare Schema Versions](https://guide.graphqleditor.com/graphql-editor/graph/compare-schema-versions.md): Use diff display to compare and surgically edit versions of the schema
- [Schema Libraries](https://guide.graphqleditor.com/graphql-editor/schema-libraries.md): The best way to connect GraphQL schemas
- [Cloud](https://guide.graphqleditor.com/graphql-editor/faker-engine.md): GraphQL Cloud is a set of tools needed to play with your GraphQL API.
- [GraphQL API Platform](https://guide.graphqleditor.com/graphql-editor/faker-engine/graphql-api-platform.md): Tool for building forms and previewing responses of GraphQL resolvers
- [Instant Mock backend](https://guide.graphqleditor.com/graphql-editor/faker-engine/instant-fake-backend.md): Mock backend automatically generated for your GraphQL project
- [GraphiQL Cloud](https://guide.graphqleditor.com/graphql-editor/faker-engine/use-graphql-api.md): Use and test your GraphQL server. If you don't have one don't worry, you can always use our instant fake backend.
- [Endpoint switcher](https://guide.graphqleditor.com/graphql-editor/faker-engine/endpoint-switcher.md): Our endpoint switcher works for every Cloud tab.
- [Rest to GraphQL](https://guide.graphqleditor.com/graphql-editor/faker-engine/rest-to-graphql.md)
- [E2E Tests Builder & Runner](https://guide.graphqleditor.com/graphql-editor/faker-engine/e2e-tests-builder-and-runner.md)
- [Microservices FaaS](https://guide.graphqleditor.com/graphql-editor/microservices-faas.md): Microservices allow you to deploy back end code to our shared worker infrastructure
- [Resolvers](https://guide.graphqleditor.com/graphql-editor/microservices-faas/resolvers.md): Define the resolvers for your GraphQL Schema with our no-code & code tool
- [Code Editor](https://guide.graphqleditor.com/graphql-editor/microservices-faas/code-editor.md): Code your backend directly inside the browser
- [Deploy local server](https://guide.graphqleditor.com/graphql-editor/microservices-faas/deploy-local-server.md): Deploy locally to test your no-code microservice
- [Deploy using GraphQL Editor](https://guide.graphqleditor.com/graphql-editor/microservices-faas/deploy-using-graphql-editor.md): Deploy code hosted inside the GraphQL Editor Cloud
- [Secrets & CORS](https://guide.graphqleditor.com/graphql-editor/microservices-faas/secrets-and-cors.md): Secrets & CORS for your GraphQL Editor Project
- [Logs](https://guide.graphqleditor.com/graphql-editor/microservices-faas/logs.md): Monitor your deployment
- [JS Playground](https://guide.graphqleditor.com/graphql-editor/introduction.md): A visual way to play with data from a GraphQL backend.
- [Github Sync](https://guide.graphqleditor.com/graphql-editor/github-sync.md): Synchronize GraphQL Editor content with your GitHub repository
- [Troubleshooting](https://guide.graphqleditor.com/graphql-editor/troubleshooting.md): Help in errors


---

# 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/graphql-editor.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.
