> For the complete documentation index, see [llms.txt](https://learn.coremodels.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.coremodels.io/user-guides/json-ld.md).

# JSON-LD

CoreModels supports importing schemas using JSON-LD, which offers a convenient way to enrich JSON files with required schemas, including those found in schema.org. To learn more about JSON-LD, refer to this [useful link](https://json-ld.org/), currently both [graph based JSON-LD](https://json-ld.org/spec/FCGS/json-ld/20130328#named-graphs) and non-graph based JSON-LD are supported.

You can upload your schema using this importer. Simply attach your file, or provide a URL for your schema, or connect your github account and fetch schemas from accessible repositories. Accepted file formats include .json or .jsonld.

There are two different import types, and we will explain each one of them.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="https://learn.coremodels.io/user-guides/plugins/json-ld-importer/dynamic">Dynamic</a></td><td>Import the JSON-LD properties using the import/export profile as seen in the step by step guide.</td></tr><tr><td><a href="https://learn.coremodels.io/user-guides/json-ld/merge-json-ld">Merge</a></td><td>Import the JSON-LD properties based on how you configure them and detects any new changes. First, it will open the import/export profile then proceeds to the Merge Grid to display and prompt for the changes. </td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://learn.coremodels.io/user-guides/json-ld.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.
