> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started with GraphQL

### Overview Video

Watch this overview video to learn how to gain developer access, navigate to the API Explorer, and start your first query & mutation.

<Frame>
  <iframe src="https://cdn.iframe.ly/EutxgHl" width={1000} height={400} allowFullScreen scrolling="no" allow="accelerometer *; clipboard-write *; encrypted-media *; gyroscope *; picture-in-picture *;" />
</Frame>

### Granting Developer Permissions

The GraphQL API is considered a 'Developer Access' feature. To enable developer permissions, navigate to your organization's settings page:

From any page, click on your Organization name on the top left of the page. This will take you to a hover state where you can click on the 'View All Organizations' button. From there, click into the settings tab where you can manage 'Developer Access' for all members of your organization by toggling the 'Developer Access' switch on and off for each member.

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/68ae1b8f-image.jpeg" />
</Frame>

<Info>
  The Arize GraphQL API is available to enterprise-grade customers. To upgrade your account contact [support@arize.com](mailto://support@arize.com)
</Info>

### Accessing the API Explorer

The [API explorer](https://app.arize.com/graphql) is an interactive editor to make API queries.

**To access the API explorer from any page, enable Developer Access**. Navigate to the '\<>' button on the bottom left of your screen to easily enter the API explorer.

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/eb9f4b27-image.jpeg" />
</Frame>

<Info>
  Helpful Shortcuts:

  * **⌘- Click -** Open live documentation

  * **⌘- Space -** Open a list of all fields on an object

  * **⌘ - Return -** Run query

  * **⌘ - Shift - P -** Format query
</Info>

### Access the API Key

Use the API key to make API queries with other tools such as cURL, Postman, and client libraries for various programming languages.

Get your API keys from the settings page

<Frame caption="">
  <img src="https://storage.googleapis.com/arize-phoenix-assets/assets/images/arize-docs-images/e93067fa-image.jpeg" />
</Frame>

<Info>
  Having trouble? Reach out to us via email [support@arize.com](mailto::support@arize.com) or [Slack us](https://arize-ai.slack.com/) in the #arize-support channel for more support.
</Info>
