# GraphiQL Cloud

<figure><img src="/files/StKq2lRiff51RVZj2kkp" alt=""><figcaption></figcaption></figure>

### Run operations

To run your GraphQL operations simply choose the operation you want to run and click the Play button to execute.

### Change URL and headers

To change URL and/or headers use the dropdown submenu at the top and add a new endpoint.

### CORS

If you just want to test your API with GraphQL Editor you don't have to worry about CORS. Every request to your GraphQL API is proxied via our service to ensure no CORS issues.

### localhost

You can connect to the API you are serving locally. Just type the localhost URL and it should work with your local backend.


---

# 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/faker-engine/use-graphql-api.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.
