# Graphs

Graphs are based on blocks developed from external and based libraries linked to the GraphLinq Engine and exported into a JSON format.

With a schema skeleton of function types and parameters, any IDE can be created to make a type of graph that follows the rules from the execution point of view.

This means that paths, blocks, execution, and parameters are generated from the based available types from the Engine code base, it's then converted into JSON instructions opcode that will be executed like in a VM autonomous state (graph get his context and memory from his execution cycles).

[> Github open source repo of the Engine](https://github.com/GraphLinq/GraphLinq.Engine)


---

# 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://docs.graphlinq.io/dev-tooling/graphs.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.
