# Schema Libraries

Schema libraries allow you to import one schema to another. You cannot see the imported nodes directly in the code editor but you can see them in the Graph view, from where you can inject them into your schema. Imported Graph library nodes are marked with a dashed line.

<figure><img src="/files/1EWAHqReHVNhK7MB1P5y" alt=""><figcaption></figcaption></figure>

Every GraphQL Editor project can act as a library, we just need to cut off the schema keyword. Library nodes are not editable. To edit libraries you should either extend library nodes or edit the library project directly and release a new version.

### Attaching libraries to an existing project

To attach libraries to an existing project click **Libraries** in the top menu, it will take you to the libraries screen.

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

You can choose one of our common libraries or search your workspaces for libraries to add. To attach a library simply click the **+** button next to it. You can also change the version of the library by using the dropdown menu on the right side of the panel.

{% hint style="success" %}
Remember to press **save changes** when you are done editing!
{% endhint %}


---

# 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/schema-libraries.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.
